From 5b6fa4863dcb7528e77802414af1bff74b79e6aa Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Wed, 27 Mar 2024 17:11:41 -0700 Subject: [PATCH] [bazel] Disable lockfile --- .bazelrc | 9 +- MODULE.bazel.lock | 73167 -------------------------------------------- 2 files changed, 8 insertions(+), 73168 deletions(-) delete mode 100644 MODULE.bazel.lock diff --git a/.bazelrc b/.bazelrc index e3dcc32d46a5c..74737c527fdc5 100644 --- a/.bazelrc +++ b/.bazelrc @@ -2,7 +2,14 @@ import .bazelrc.remote try-import .bazelrc.local try-import .bazelrc.windows.local -common --enable_bzlmod +# Enable bzlmod but without lockfile for a moment. +# Lockfile is a problem to check in at the moment +# because of constant Git conflicts and platform-specific +# pieces. +# https://github.com/bazelbuild/bazel/issues/20369 +# https://github.com/bazelbuild/bazel/issues/21491 + +common --enable_bzlmod --lockfile_mode=off # Ensure Windows support is accurate. diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock deleted file mode 100644 index 82b932c35925b..0000000000000 --- a/MODULE.bazel.lock +++ /dev/null @@ -1,73167 +0,0 @@ -{ - "lockFileVersion": 6, - "moduleFileHash": "86f1c9afee59c62e4de5604cd10b99626ec1114228e9159f4817e731e579122b", - "flags": { - "cmdRegistries": [ - "https://bcr.bazel.build/" - ], - "cmdModuleOverrides": {}, - "allowedYankedVersions": [], - "envVarAllowedYankedVersions": "", - "ignoreDevDependency": false, - "directDependenciesMode": "WARNING", - "compatibilityMode": "ERROR" - }, - "localOverrideHashes": { - "bazel_tools": "1ae69322ac3823527337acf02016e8ee95813d8d356f47060255b8956fa642f0" - }, - "moduleDepGraph": { - "": { - "name": "selenium", - "version": "", - "key": "", - "repoName": "selenium", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@esbuild_toolchains//:all", - "@dotnet_toolchains//:all", - "@pythons_hub//:all", - "@ruby_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@apple_rules_lint//lint:extensions.bzl", - "extensionName": "linter", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 23, - "column": 23 - }, - "imports": {}, - "devImports": [], - "tags": [ - { - "tagName": "configure", - "attributeValues": { - "name": "java-spotbugs", - "config": "//java:spotbugs-config" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 24, - "column": 17 - } - }, - { - "tagName": "configure", - "attributeValues": { - "name": "rust-rustfmt", - "config": "//rust:enable-rustfmt" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 28, - "column": 17 - } - }, - { - "tagName": "register", - "attributeValues": { - "name": "rust-rustfmt" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 32, - "column": 16 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@aspect_rules_js//node:extensions.bzl", - "extensionName": "node", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 34, - "column": 21 - }, - "imports": {}, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "node_version": "18.17.0" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 35, - "column": 15 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@aspect_rules_js//npm:extensions.bzl", - "extensionName": "npm", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 37, - "column": 20 - }, - "imports": { - "npm": "npm" - }, - "devImports": [], - "tags": [ - { - "tagName": "npm_translate_lock", - "attributeValues": { - "name": "npm", - "data": [ - "@//:package.json", - "@//:pnpm-workspace.yaml", - "@//javascript/grid-ui:package.json", - "@//javascript/node/selenium-webdriver:package.json" - ], - "generate_bzl_library_targets": true, - "npmrc": "//:.npmrc", - "pnpm_lock": "//:pnpm-lock.yaml", - "update_pnpm_lock": true, - "verify_node_modules_ignored": "//:.bazelignore" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 38, - "column": 23 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@aspect_rules_ts//ts:extensions.bzl", - "extensionName": "ext", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 54, - "column": 29 - }, - "imports": { - "npm_typescript": "npm_typescript" - }, - "devImports": [ - "npm_typescript" - ], - "tags": [ - { - "tagName": "deps", - "attributeValues": { - "ts_version": "4.9.5" - }, - "devDependency": true, - "location": { - "file": "@@//:MODULE.bazel", - "line": 59, - "column": 18 - } - } - ], - "hasDevUseExtension": true, - "hasNonDevUseExtension": false - }, - { - "extensionBzlFile": "@aspect_rules_esbuild//esbuild:extensions.bzl", - "extensionName": "esbuild", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 64, - "column": 24 - }, - "imports": { - "esbuild_toolchains": "esbuild_toolchains" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "esbuild_version": "0.19.9" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 65, - "column": 18 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_dotnet//dotnet:extensions.bzl", - "extensionName": "dotnet", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 70, - "column": 23 - }, - "imports": { - "dotnet_toolchains": "dotnet_toolchains" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "dotnet_version": "7.0.400" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 71, - "column": 17 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@selenium//dotnet:paket.nuget_extension.bzl", - "extensionName": "nuget_extension", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 74, - "column": 31 - }, - "imports": { - "paket.nuget": "paket.nuget" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_oci//oci:extensions.bzl", - "extensionName": "oci", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 79, - "column": 20 - }, - "imports": { - "chrome_standalone": "chrome_standalone", - "firefox_standalone": "firefox_standalone", - "java_image_base": "java_image_base" - }, - "devImports": [], - "tags": [ - { - "tagName": "pull", - "attributeValues": { - "name": "java_image_base", - "digest": "sha256:161a1d97d592b3f1919801578c3a47c8e932071168a96267698f4b669c24c76d", - "image": "gcr.io/distroless/java17" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 80, - "column": 9 - } - }, - { - "tagName": "pull", - "attributeValues": { - "name": "firefox_standalone", - "digest": "sha256:b6d8279268b3183d0d33e667e82fec1824298902f77718764076de763673124f", - "image": "index.docker.io/selenium/standalone-firefox" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 85, - "column": 9 - } - }, - { - "tagName": "pull", - "attributeValues": { - "name": "chrome_standalone", - "digest": "sha256:1b809a961a0a77787a7cccac74ddc5570b7e89747f925b8469ddb9a6624d4ece", - "image": "index.docker.io/selenium/standalone-chrome" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 90, - "column": 9 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_python//python/extensions:python.bzl", - "extensionName": "python", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 97, - "column": 23 - }, - "imports": { - "pythons_hub": "pythons_hub" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "is_default": true, - "python_version": "3.8" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 98, - "column": 17 - } - }, - { - "tagName": "toolchain", - "attributeValues": { - "python_version": "3.9" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 102, - "column": 17 - } - }, - { - "tagName": "toolchain", - "attributeValues": { - "python_version": "3.10" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 103, - "column": 17 - } - }, - { - "tagName": "toolchain", - "attributeValues": { - "python_version": "3.11" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 104, - "column": 17 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_python//python/extensions:pip.bzl", - "extensionName": "pip", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 107, - "column": 20 - }, - "imports": { - "py_dev_requirements": "py_dev_requirements" - }, - "devImports": [], - "tags": [ - { - "tagName": "parse", - "attributeValues": { - "hub_name": "py_dev_requirements", - "python_version": "3.8", - "requirements_lock": "//py:requirements_lock.txt" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 110, - "column": 14 - } - }, - { - "tagName": "parse", - "attributeValues": { - "hub_name": "py_dev_requirements", - "python_version": "3.9", - "requirements_lock": "//py:requirements_lock.txt" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 110, - "column": 14 - } - }, - { - "tagName": "parse", - "attributeValues": { - "hub_name": "py_dev_requirements", - "python_version": "3.10", - "requirements_lock": "//py:requirements_lock.txt" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 110, - "column": 14 - } - }, - { - "tagName": "parse", - "attributeValues": { - "hub_name": "py_dev_requirements", - "python_version": "3.11", - "requirements_lock": "//py:requirements_lock.txt" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 110, - "column": 14 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_java//java:extensions.bzl", - "extensionName": "toolchains", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 127, - "column": 32 - }, - "imports": { - "remote_java_tools": "remote_java_tools", - "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64", - "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", - "remote_java_tools_linux": "remote_java_tools_linux", - "remote_java_tools_windows": "remote_java_tools_windows", - "remotejdk17_linux": "remotejdk17_linux", - "remotejdk17_linux_s390x": "remotejdk17_linux_s390x", - "remotejdk17_macos": "remotejdk17_macos", - "remotejdk17_macos_aarch64": "remotejdk17_macos_aarch64", - "remotejdk17_win": "remotejdk17_win", - "remotejdk17_win_arm64": "remotejdk17_win_arm64" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_jvm_external//:extensions.bzl", - "extensionName": "maven", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 143, - "column": 22 - }, - "imports": { - "maven": "maven" - }, - "devImports": [], - "tags": [ - { - "tagName": "install", - "attributeValues": { - "name": "maven", - "artifacts": [ - "com.beust:jcommander:1.82", - "com.github.javaparser:javaparser-core:3.25.8", - "com.github.spotbugs:spotbugs:4.8.3", - "com.github.stephenc.jcip:jcip-annotations:1.0-1", - "com.google.code.gson:gson:2.10.1", - "com.google.guava:guava:33.0.0-jre", - "com.google.auto:auto-common:1.2.2", - "com.google.auto.service:auto-service:1.1.1", - "com.google.auto.service:auto-service-annotations:1.1.1", - "com.google.googlejavaformat:google-java-format:jar:1.19.2", - "com.graphql-java:graphql-java:20.2", - "com.graphql-java:java-dataloader:3.2.0", - "dev.failsafe:failsafe:3.3.2", - "io.grpc:grpc-context:1.61.1", - "io.lettuce:lettuce-core:6.3.1.RELEASE", - "io.netty:netty-buffer:4.1.107.Final", - "io.netty:netty-codec-http:4.1.107.Final", - "io.netty:netty-codec-http2:4.1.107.Final", - "io.netty:netty-common:4.1.107.Final", - "io.netty:netty-handler:4.1.107.Final", - "io.netty:netty-handler-proxy:4.1.107.Final", - "io.netty:netty-transport:4.1.107.Final", - "io.opentelemetry:opentelemetry-api:1.35.0", - "io.opentelemetry:opentelemetry-context:1.35.0", - "io.opentelemetry:opentelemetry-exporter-logging:1.35.0", - "io.opentelemetry:opentelemetry-sdk:1.35.0", - "io.opentelemetry:opentelemetry-sdk-common:1.35.0", - "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.35.0", - "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.35.0", - "io.opentelemetry:opentelemetry-sdk-testing:1.35.0", - "io.opentelemetry:opentelemetry-sdk-trace:1.35.0", - "io.opentelemetry.semconv:opentelemetry-semconv:1.23.1-alpha", - "io.ous:jtoml:2.0.0", - "it.ozimov:embedded-redis:0.7.3", - "net.bytebuddy:byte-buddy:1.14.12", - "org.htmlunit:htmlunit-core-js:3.11.0", - "org.apache.commons:commons-exec:1.3", - "org.apache.logging.log4j:log4j-core:2.22.1", - "org.assertj:assertj-core:3.25.3", - "org.bouncycastle:bcpkix-jdk18on:1.77", - "org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5", - "org.hsqldb:hsqldb:2.7.2", - "org.junit.jupiter:junit-jupiter-api:5.10.2", - "org.junit.jupiter:junit-jupiter-engine:5.10.2", - "org.junit.jupiter:junit-jupiter-params:5.10.2", - "org.junit.platform:junit-platform-launcher:1.10.2", - "org.junit.platform:junit-platform-reporting:1.10.2", - "org.junit.platform:junit-platform-commons:1.10.2", - "org.junit.platform:junit-platform-engine:1.10.2", - "org.mockito:mockito-core:5.10.0", - "org.mockito:mockito-inline:5.2.0", - "org.redisson:redisson:3.26.1", - "org.slf4j:slf4j-api:2.0.12", - "org.slf4j:slf4j-jdk14:2.0.12", - "org.zeromq:jeromq:0.6.0" - ], - "excluded_artifacts": [ - "org.hamcrest:hamcrest-all", - "org.hamcrest:hamcrest-core", - "io.netty:netty-all" - ], - "fail_if_repin_required": true, - "fail_on_missing_checksum": true, - "fetch_sources": true, - "lock_file": "//java:maven_install.json", - "repositories": [ - "https://repo1.maven.org/maven2" - ], - "strict_visibility": true - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 144, - "column": 14 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_ruby//ruby:extensions.bzl", - "extensionName": "ruby", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 219, - "column": 21 - }, - "imports": { - "bundle": "bundle", - "ruby": "ruby", - "ruby_toolchains": "ruby_toolchains" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "name": "ruby", - "version_file": "//:rb/.ruby-version" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 220, - "column": 15 - } - }, - { - "tagName": "bundle_fetch", - "attributeValues": { - "name": "bundle", - "srcs": [ - "//:rb/lib/selenium/devtools/version.rb", - "//:rb/lib/selenium/webdriver/version.rb", - "//:rb/selenium-devtools.gemspec", - "//:rb/selenium-webdriver.gemspec" - ], - "gem_checksums": { - "abbrev-0.1.2": "ad1b4eaaaed4cb722d5684d63949e4bde1d34f2a95e20db93aecfe7cbac74242", - "activesupport-7.1.3.2": "ad8445b7ae4a6d3acc5f88c8c5f437eb0b54062032aaf44856c7b6d3855b8b2e", - "addressable-2.8.6": "798f6af3556641a7619bad1dce04cdb6eb44b0216a991b0396ea7339276f2b47", - "ast-2.4.2": "1e280232e6a33754cde542bc5ef85520b74db2aac73ec14acef453784447cc12", - "base64-0.2.0": "0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507", - "bigdecimal-3.1.7": "e799b369a0005fc6d62eed7ef19139ac9bc319cc51470c637b9dcdf593600133", - "bigdecimal-3.1.7-java": "955f5c7aa90136874b494655e42ed70d81382abb0f49f1b42f374a1660e33c63", - "concurrent-ruby-1.2.3": "82fdd3f8a0816e28d513e637bb2b90a45d7b982bdf4f3a0511722d2e495801e2", - "connection_pool-2.4.1": "0f40cf997091f1f04ff66da67eabd61a9fe0d4928b9a3645228532512fab62f4", - "crack-1.0.0": "c83aefdb428cdc7b66c7f287e488c796f055c0839e6e545fec2c7047743c4a49", - "csv-3.3.0": "0bbd1defdc31134abefed027a639b3723c2753862150f4c3ee61cab71b20d67d", - "debug-1.9.1": "86f1a6d4a299184f1a1f7ae4c2fe80f178beed55cdf608f83b49d7bdefa3ffda", - "diff-lcs-1.5.1": "273223dfb40685548436d32b4733aa67351769c7dea621da7d9dd4813e63ddfe", - "drb-2.2.1": "e9d472bf785f558b96b25358bae115646da0dbfd45107ad858b0bc0d935cb340", - "ffi-1.16.3": "6d3242ff10c87271b0675c58d68d3f10148fabc2ad6da52a18123f06078871fb", - "ffi-1.16.3-x64-mingw32": "6ec709011e3955e97033fa77907a8ab89a9150137d4c45c82c77399b909c9259", - "fileutils-1.7.2": "36a0fb324218263e52b486ad7408e9a295378fe8edc9fd343709e523c0980631", - "git-1.19.1": "b0a422d9f6517353c48a330d6114de4db9e0c82dbe7202964a1d9f1fbc827d70", - "hashdiff-1.1.0": "b5465f0e7375f1ee883f53a766ece4dbc764b7674a7c5ffd76e79b2f5f6fc9c9", - "i18n-1.14.4": "c7deedead0866ea9102975a4eab7968f53de50793a0c211a37808f75dd187551", - "io-console-0.7.2": "f0dccff252f877a4f60d04a4dc6b442b185ebffb4b320ab69212a92b48a7a221", - "io-console-0.7.2-java": "73aa382f8832b116613ceaf57b8ff5bf73dfedcaf39f0aa5420e10f63a4543ed", - "irb-1.12.0": "07634937fbb7d28d07e46da50d0aa43b4d2f7258174d08de4e32dfb57c10539d", - "json-2.7.1": "187ea312fb58420ff0c40f40af1862651d4295c8675267c6a1c353f1a0ac3265", - "json-2.7.1-java": "bfd628c0f8357058c2cf848febfa6f140f70f94ec492693a31a0a1933038a61b", - "language_server-protocol-3.17.0.3": "3d5c58c02f44a20d972957a9febe386d7e7468ab3900ce6bd2b563dd910c6b3f", - "listen-3.9.0": "db9e4424e0e5834480385197c139cb6b0ae0ef28cc13310cfd1ca78377d59c67", - "logger-1.6.0": "0ab7c120262dd8de2a18cb8d377f1f318cbe98535160a508af9e7710ff43ef3e", - "minitest-5.22.3": "ea84676290cb5e2b4f31f25751af6050aa90d3e43e4337141c3e3e839611981e", - "mutex_m-0.2.0": "b6ef0c6c842ede846f2ec0ade9e266b1a9dac0bc151682b04835e8ebd54840d5", - "parallel-1.24.0": "5bf38efb9b37865f8e93d7a762727f8c5fc5deb19949f4040c76481d5eee9397", - "parser-3.3.0.5": "7748313e505ca87045dc0465c776c802043f777581796eb79b1654c5d19d2687", - "psych-5.1.2": "337322f58fc2bf24827d2b9bd5ab595f6a72971867d151bb39980060ea40a368", - "psych-5.1.2-java": "1dd68dc609eddbc884e6892e11da942e16f7256bd30ebde9d35449d43043a6fe", - "public_suffix-5.0.4": "35cd648e0d21d06b8dce9331d19619538d1d898ba6d56a6f2258409d2526d1ae", - "racc-1.7.3": "b785ab8a30ec43bce073c51dbbe791fd27000f68d1c996c95da98bf685316905", - "racc-1.7.3-java": "b2ad737e788cfa083263ce7c9290644bb0f2c691908249eb4f6eb48ed2815dbf", - "rack-2.2.9": "fd6301a97a1c1e955e68f85c861fcb1cde6145a32c532e1ea321a72ff8cc4042", - "rainbow-3.1.1": "039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a", - "rake-13.1.0": "be6a3e1aa7f66e6c65fa57555234eb75ce4cf4ada077658449207205474199c6", - "rb-fsevent-0.11.2": "43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe", - "rb-inotify-0.10.1": "050062d4f31d307cca52c3f6a7f4b946df8de25fc4bd373e1a5142e41034a7ca", - "rbs-3.4.4": "1376d2604a00832641bb47521595e63a1c0d1cc241ded383ba48ddb4396de5a8", - "rchardet-1.8.0": "693acd5253d5ade81a51940697955f6dd4bb2f0d245bda76a8e23deec70a52c7", - "rdoc-6.6.3.1": "39f7b749229ab5ad9d21c81586151c1dd7a549fa8be4070ee09b524f9c656345", - "regexp_parser-2.9.0": "81a00ba141cec0d4b4bf58cb80cd9193e5180836d3fa6ef623f7886d3ba8bdd9", - "reline-0.5.0": "2c4d4570a3fe730225d62e07ec2ad4c5726d8f211b240cf8f8c648ed006d26b7", - "rexml-3.2.6": "e0669a2d4e9f109951cb1fde723d8acd285425d81594a2ea929304af50282816", - "rspec-3.13.0": "d490914ac1d5a5a64a0e1400c1d54ddd2a501324d703b8cfe83f458337bab993", - "rspec-core-3.13.0": "557792b4e88da883d580342b263d9652b6a10a12d5bda9ef967b01a48f15454c", - "rspec-expectations-3.13.0": "621d48c62262f955421eaa418130744760802cad47e781df70dba4d9f897102e", - "rspec-mocks-3.13.0": "735a891215758d77cdb5f4721fffc21078793959d1f0ee4a961874311d9b7f66", - "rspec-support-3.13.1": "48877d4f15b772b7538f3693c22225f2eda490ba65a0515c4e7cf6f2f17de70f", - "rubocop-1.62.1": "aeb1ec501aef5833617b3b6a1512303806218c349c28ce5b3ea72e3782ad4a35", - "rubocop-ast-1.31.2": "7c206fb094553779923eca862aceece3913ce384f1bf85730208228e884578ec", - "rubocop-capybara-2.20.0": "2a6844b942921f230ee3ab8c94fe77f41a9406096a140245270c0e11624bb938", - "rubocop-factory_bot-2.25.1": "62751bde7af789878b8a31cbd2a82e69515ce7b23a2ad1820cb0fcc3e0150134", - "rubocop-performance-1.20.2": "1bb1fa8c427fac7ba3c8dd2decb9860f23cb2d6c40350bedc88538de8875c731", - "rubocop-rspec-2.27.1": "2f27ce04700be75db65afe83d7993a36e0fafd07ec062222f4b3cc10137a7a9e", - "ruby-progressbar-1.13.0": "80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33", - "rubyzip-2.3.2": "3f57e3935dc2255c414484fbf8d673b4909d8a6a57007ed754dde39342d2373f", - "securerandom-0.3.1": "98f0450c0ea46d2f9a4b6db4f391dbd83dc08049592eada155739f40e0341bde", - "steep-1.5.3": "7c6302a4d5932d0a46176ebc79766e52b853c223a85525aa2f8911e345123b85", - "stringio-3.1.0": "c1f6263ae03a15025e51194ab19b06b15e06adcaaedb7f5f6c06ab60f5d67718", - "strscan-3.1.0": "01b8a81d214fbf7b5308c6fb51b5972bbfc4a6aa1f166fd3618ba97e0fcd5555", - "strscan-3.1.0-java": "8645aa76e017e21764c6df572d2d79fcc1672284014f5bdbd806278cdbcd11b0", - "terminal-table-3.0.2": "f951b6af5f3e00203fb290a669e0a85c5dd5b051b3b023392ccfd67ba5abae91", - "tzinfo-2.0.6": "8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b", - "unicode-display_width-2.5.0": "7e7681dcade1add70cb9fda20dd77f300b8587c81ebbd165d14fd93144ff0ab4", - "webmock-3.23.0": "100787435c1f556129a238c11cc7cbee38cb9c2864709c6a0dcdcf822545f31f", - "webrick-1.8.1": "19411ec6912911fd3df13559110127ea2badd0c035f7762873f58afc803e158f", - "websocket-1.2.10": "2cc1a4a79b6e63637b326b4273e46adcddf7871caa5dc5711f2ca4061a629fa8", - "yard-0.9.36": "5505736c1b00c926f71053a606ab75f02070c5960d0778b901fe9d8b0a470be4" - }, - "gemfile": "//:rb/Gemfile", - "gemfile_lock": "//:rb/Gemfile.lock" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 224, - "column": 18 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@selenium//common:selenium_manager.bzl", - "extensionName": "selenium_manager_artifacts", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 314, - "column": 43 - }, - "imports": { - "download_sm_linux": "download_sm_linux", - "download_sm_macos": "download_sm_macos", - "download_sm_windows": "download_sm_windows" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@selenium//common:repositories.bzl", - "extensionName": "pin_browsers_extension", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 322, - "column": 39 - }, - "imports": { - "linux_beta_firefox": "linux_beta_firefox", - "linux_chrome": "linux_chrome", - "linux_chromedriver": "linux_chromedriver", - "linux_edge": "linux_edge", - "linux_edgedriver": "linux_edgedriver", - "linux_firefox": "linux_firefox", - "linux_geckodriver": "linux_geckodriver", - "mac_beta_firefox": "mac_beta_firefox", - "mac_chrome": "mac_chrome", - "mac_chromedriver": "mac_chromedriver", - "mac_edge": "mac_edge", - "mac_edgedriver": "mac_edgedriver", - "mac_firefox": "mac_firefox", - "mac_geckodriver": "mac_geckodriver" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "//:MODULE.bazel", - "extensionName": "_repo_rules", - "usingModule": "", - "location": { - "file": "@@//:MODULE.bazel", - "line": 0, - "column": 0 - }, - "imports": { - "local_drivers": "local_drivers" - }, - "devImports": [], - "tags": [ - { - "tagName": "//common/private:drivers.bzl%local_drivers", - "attributeValues": { - "name": "local_drivers" - }, - "devDependency": false, - "location": { - "file": "@@//:MODULE.bazel", - "line": 343, - "column": 14 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "apple_rules_lint": "apple_rules_lint@0.3.2", - "aspect_bazel_lib": "aspect_bazel_lib@2.5.3", - "aspect_rules_esbuild": "aspect_rules_esbuild@0.18.0", - "aspect_rules_js": "aspect_rules_js@1.35.0", - "aspect_rules_ts": "aspect_rules_ts@2.1.0", - "bazel_features": "bazel_features@1.9.0", - "bazel_skylib": "bazel_skylib@1.5.0", - "buildifier_prebuilt": "buildifier_prebuilt@6.4.0", - "contrib_rules_jvm": "contrib_rules_jvm@0.24.0", - "platforms": "platforms@0.0.8", - "rules_dotnet": "rules_dotnet@0.14.0", - "rules_java": "rules_java@7.4.0", - "rules_jvm_external": "rules_jvm_external@6.0", - "rules_nodejs": "rules_nodejs@5.8.3", - "rules_oci": "rules_oci@1.0.0", - "rules_pkg": "rules_pkg@0.9.1", - "rules_python": "rules_python@0.31.0", - "rules_proto": "rules_proto@5.3.0-21.7", - "rules_ruby": "rules_ruby@0.8.1", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - } - }, - "apple_rules_lint@0.3.2": { - "name": "apple_rules_lint", - "version": "0.3.2", - "key": "apple_rules_lint@0.3.2", - "repoName": "apple_rules_lint", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [ - { - "extensionBzlFile": "@apple_rules_lint//lint:extensions.bzl", - "extensionName": "linter", - "usingModule": "apple_rules_lint@0.3.2", - "location": { - "file": "https://bcr.bazel.build/modules/apple_rules_lint/0.3.2/MODULE.bazel", - "line": 9, - "column": 23 - }, - "imports": { - "apple_linters": "apple_linters" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", - "io_bazel_stardoc": "stardoc@0.5.6", - "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/apple/apple_rules_lint/archive/refs/tags/0.3.2.tar.gz" - ], - "integrity": "sha256-fDzEWpXj72+8SEpCNHiaAn4RUZ9FTfY8u5Y6xJnxA/k=", - "strip_prefix": "apple_rules_lint-0.3.2", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "aspect_bazel_lib@2.5.3": { - "name": "aspect_bazel_lib", - "version": "2.5.3", - "key": "aspect_bazel_lib@2.5.3", - "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", - "@bats_toolchains//:all", - "@bsd_tar_toolchains//:linux_amd64_toolchain", - "@bsd_tar_toolchains//:linux_arm64_toolchain", - "@bsd_tar_toolchains//:windows_amd64_toolchain", - "@bsd_tar_toolchains//:host_toolchain" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@aspect_bazel_lib//lib:extensions.bzl", - "extensionName": "toolchains", - "usingModule": "aspect_bazel_lib@2.5.3", - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/MODULE.bazel", - "line": 17, - "column": 37 - }, - "imports": { - "bats_toolchains": "bats_toolchains", - "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/2.5.3/MODULE.bazel", - "line": 18, - "column": 36 - } - }, - { - "tagName": "copy_to_directory", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/MODULE.bazel", - "line": 19, - "column": 39 - } - }, - { - "tagName": "jq", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/MODULE.bazel", - "line": 20, - "column": 24 - } - }, - { - "tagName": "yq", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/MODULE.bazel", - "line": 21, - "column": 24 - } - }, - { - "tagName": "coreutils", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/MODULE.bazel", - "line": 22, - "column": 31 - } - }, - { - "tagName": "tar", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/MODULE.bazel", - "line": 23, - "column": 25 - } - }, - { - "tagName": "expand_template", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/MODULE.bazel", - "line": 24, - "column": 37 - } - }, - { - "tagName": "bats", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/MODULE.bazel", - "line": 25, - "column": 26 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "io_bazel_stardoc": "stardoc@0.5.6", - "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/v2.5.3/bazel-lib-v2.5.3.tar.gz" - ], - "integrity": "sha256-bCXFlYEEHt4x4RdpMEf5csxHAMiaz5E2WNyJ0Ewzj40=", - "strip_prefix": "bazel-lib-2.5.3", - "remote_patches": { - "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/patches/go_dev_dep.patch": "sha256-KgABwDzOT+DugUHn9tHLOz05osnk2FLsS10d5zqG/M0=", - "https://bcr.bazel.build/modules/aspect_bazel_lib/2.5.3/patches/module_dot_bazel_version.patch": "sha256-lJcPl3qi//Az5K9CO6WnDIL8gtJVzpOWhyailCiKeVY=" - }, - "remote_patch_strip": 1 - } - } - }, - "aspect_rules_esbuild@0.18.0": { - "name": "aspect_rules_esbuild", - "version": "0.18.0", - "key": "aspect_rules_esbuild@0.18.0", - "repoName": "aspect_rules_esbuild", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@esbuild_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@aspect_rules_esbuild//esbuild:extensions.bzl", - "extensionName": "esbuild", - "usingModule": "aspect_rules_esbuild@0.18.0", - "location": { - "file": "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.18.0/MODULE.bazel", - "line": 15, - "column": 24 - }, - "imports": { - "esbuild_toolchains": "esbuild_toolchains" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "name": "esbuild", - "esbuild_version": "0.19.9" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.18.0/MODULE.bazel", - "line": 16, - "column": 18 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@2.5.3", - "aspect_rules_js": "aspect_rules_js@1.35.0", - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "rules_nodejs": "rules_nodejs@5.8.3", - "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_esbuild/releases/download/v0.18.0/rules_esbuild-v0.18.0.tar.gz" - ], - "integrity": "sha256-mZNJr+9ih1MB9F7IUVGJzq8uhbHmehfi0ouVsw4dbAs=", - "strip_prefix": "rules_esbuild-0.18.0", - "remote_patches": { - "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.18.0/patches/module_dot_bazel_version.patch": "sha256-Wz6xw8tnkUye3sqiikJqpDiBniW+HLds19pR27p/oY4=" - }, - "remote_patch_strip": 1 - } - } - }, - "aspect_rules_js@1.35.0": { - "name": "aspect_rules_js", - "version": "1.35.0", - "key": "aspect_rules_js@1.35.0", - "repoName": "aspect_rules_js", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_nodejs//nodejs:extensions.bzl", - "extensionName": "node", - "usingModule": "aspect_rules_js@1.35.0", - "location": { - "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.35.0/MODULE.bazel", - "line": 18, - "column": 21 - }, - "imports": { - "nodejs_linux_amd64": "nodejs_linux_amd64", - "nodejs_darwin_arm64": "nodejs_darwin_arm64", - "nodejs_darwin_amd64": "nodejs_darwin_amd64", - "nodejs_linux_arm64": "nodejs_linux_arm64", - "nodejs_linux_s390x": "nodejs_linux_s390x", - "nodejs_linux_ppc64le": "nodejs_linux_ppc64le", - "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.35.0", - "location": { - "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.35.0/MODULE.bazel", - "line": 27, - "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.35.0/MODULE.bazel", - "line": 28, - "column": 10 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@aspect_bazel_lib//lib:extensions.bzl", - "extensionName": "toolchains", - "usingModule": "aspect_rules_js@1.35.0", - "location": { - "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.35.0/MODULE.bazel", - "line": 50, - "column": 37 - }, - "imports": { - "coreutils_toolchains": "coreutils_toolchains" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@2.5.3", - "aspect_rules_lint": "aspect_rules_lint@0.7.0", - "bazel_features": "bazel_features@1.9.0", - "bazel_skylib": "bazel_skylib@1.5.0", - "rules_nodejs": "rules_nodejs@5.8.3", - "platforms": "platforms@0.0.8", - "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.35.0/rules_js-v1.35.0.tar.gz" - ], - "integrity": "sha256-ovlB4n8C6EUhwtR/1TDGbVfdbW5EtKTxSW/jBIUdjkg=", - "strip_prefix": "rules_js-1.35.0", - "remote_patches": { - "https://bcr.bazel.build/modules/aspect_rules_js/1.35.0/patches/module_dot_bazel_version.patch": "sha256-FUneWZQFpMeCWtzNodLD1Q8EE2aOy1cyIwcYF78zbpg=" - }, - "remote_patch_strip": 1 - } - } - }, - "aspect_rules_ts@2.1.0": { - "name": "aspect_rules_ts", - "version": "2.1.0", - "key": "aspect_rules_ts@2.1.0", - "repoName": "aspect_rules_ts", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", - "aspect_rules_js": "aspect_rules_js@1.35.0", - "aspect_bazel_lib": "aspect_bazel_lib@2.5.3", - "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/aspect-build/rules_ts/releases/download/v2.1.0/rules_ts-v2.1.0.tar.gz" - ], - "integrity": "sha256-vT57F+Z30ri6G6w4YvDyOKsW7bPkP7DwuTCGSepYoq0=", - "strip_prefix": "rules_ts-2.1.0", - "remote_patches": { - "https://bcr.bazel.build/modules/aspect_rules_ts/2.1.0/patches/module_dot_bazel_version.patch": "sha256-BEwsxsnnkI1FBFLpBZMcIMOOkOyvXcbInSNvh4eJS5c=" - }, - "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.8", - "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 - } - } - }, - "buildifier_prebuilt@6.4.0": { - "name": "buildifier_prebuilt", - "version": "6.4.0", - "key": "buildifier_prebuilt@6.4.0", - "repoName": "buildifier_prebuilt", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@buildifier_prebuilt_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@buildifier_prebuilt//:defs.bzl", - "extensionName": "buildifier_prebuilt_deps_extension", - "usingModule": "buildifier_prebuilt@6.4.0", - "location": { - "file": "https://bcr.bazel.build/modules/buildifier_prebuilt/6.4.0/MODULE.bazel", - "line": 10, - "column": 32 - }, - "imports": { - "buildifier_prebuilt_toolchains": "buildifier_prebuilt_toolchains" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "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/keith/buildifier-prebuilt/archive/refs/tags/6.4.0.tar.gz" - ], - "integrity": "sha256-itqdiOUev1of3/N9de1B1R9eZ3zb6vsKIt2lR0fW4H4=", - "strip_prefix": "buildifier-prebuilt-6.4.0", - "remote_patches": { - "https://bcr.bazel.build/modules/buildifier_prebuilt/6.4.0/patches/module_dot_bazel_version.patch": "sha256-FpUp/q4zJ2H12lwezrYaPUGLY2rr1XoWpiDRaE19udw=" - }, - "remote_patch_strip": 0 - } - } - }, - "contrib_rules_jvm@0.24.0": { - "name": "contrib_rules_jvm", - "version": "0.24.0", - "key": "contrib_rules_jvm@0.24.0", - "repoName": "contrib_rules_jvm", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [ - { - "extensionBzlFile": "@contrib_rules_jvm//java/private:non-module-deps.bzl", - "extensionName": "non_module_deps", - "usingModule": "contrib_rules_jvm@0.24.0", - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 68, - "column": 32 - }, - "imports": { - "io_grpc_grpc_java": "io_grpc_grpc_java" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@apple_rules_lint//lint:extensions.bzl", - "extensionName": "linter", - "usingModule": "contrib_rules_jvm@0.24.0", - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 74, - "column": 23 - }, - "imports": { - "apple_linters": "apple_linters" - }, - "devImports": [], - "tags": [ - { - "tagName": "register", - "attributeValues": { - "name": "java-checkstyle" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 75, - "column": 16 - } - }, - { - "tagName": "configure", - "attributeValues": { - "name": "java-checkstyle", - "config": "//java:checkstyle-default-config" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 76, - "column": 17 - } - }, - { - "tagName": "register", - "attributeValues": { - "name": "java-pmd" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 80, - "column": 16 - } - }, - { - "tagName": "configure", - "attributeValues": { - "name": "java-pmd", - "config": "//java:pmd-config" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 81, - "column": 17 - } - }, - { - "tagName": "register", - "attributeValues": { - "name": "java-spotbugs" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 85, - "column": 16 - } - }, - { - "tagName": "configure", - "attributeValues": { - "name": "java-spotbugs", - "config": "//java:spotbugs-default-config" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 86, - "column": 17 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_jvm_external//:extensions.bzl", - "extensionName": "maven", - "usingModule": "contrib_rules_jvm@0.24.0", - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 95, - "column": 22 - }, - "imports": { - "com_google_api_grpc_proto_google_common_protos": "com_google_api_grpc_proto_google_common_protos", - "com_google_code_findbugs_jsr305": "com_google_code_findbugs_jsr305", - "com_google_errorprone_error_prone_annotations": "com_google_errorprone_error_prone_annotations", - "com_google_guava_failureaccess": "com_google_guava_failureaccess", - "com_google_guava_guava": "com_google_guava_guava", - "com_google_j2objc_j2objc_annotations": "com_google_j2objc_j2objc_annotations", - "contrib_rules_jvm_deps": "contrib_rules_jvm_deps", - "org_apache_tomcat_annotations_api": "org_apache_tomcat_annotations_api" - }, - "devImports": [], - "tags": [ - { - "tagName": "install", - "attributeValues": { - "name": "contrib_rules_jvm_deps", - "artifacts": [ - "com.google.code.findbugs:jsr305:3.0.2", - "com.google.errorprone:error_prone_annotations:2.11.0", - "com.google.guava:guava:30.1.1-jre", - "commons-cli:commons-cli:1.5.0", - "io.grpc:grpc-api:1.40.0", - "io.grpc:grpc-core:1.40.0", - "io.grpc:grpc-netty:1.40.0", - "io.grpc:grpc-services:1.40.0", - "io.grpc:grpc-stub:1.40.0", - "org.slf4j:slf4j-simple:1.7.32", - "com.google.googlejavaformat:google-java-format:1.15.0", - "org.junit.jupiter:junit-jupiter-engine:5.8.2", - "org.junit.jupiter:junit-jupiter-api:5.8.2", - "org.junit.platform:junit-platform-launcher:1.8.2", - "org.junit.platform:junit-platform-reporting:1.8.2", - "org.junit.vintage:junit-vintage-engine:5.8.2", - "org.opentest4j:opentest4j:1.2.0", - "com.puppycrawl.tools:checkstyle:10.2", - "net.sourceforge.pmd:pmd-dist:6.46.0", - "org.slf4j:slf4j-api:1.7.32", - "org.slf4j:slf4j-jdk14:1.7.32", - "com.google.protobuf:protobuf-java:3.21.7", - "com.google.android:annotations:4.1.1.4", - "com.google.api.grpc:proto-google-common-protos:2.9.0", - "com.google.auth:google-auth-library-credentials:0.22.0", - "com.google.auth:google-auth-library-oauth2-http:0.22.0", - "com.google.auto.value:auto-value-annotations:1.9", - "com.google.auto.value:auto-value:1.9", - "com.google.code.findbugs:jsr305:3.0.2", - "com.google.code.gson:gson:2.9.0", - "com.google.errorprone:error_prone_annotations:2.9.0", - "com.google.guava:failureaccess:1.0.1", - "com.google.guava:guava:31.0.1-android", - "com.google.j2objc:j2objc-annotations:1.3", - "com.google.re2j:re2j:1.6", - "com.google.truth:truth:1.0.1", - "com.squareup.okhttp:okhttp:2.7.5", - "com.squareup.okio:okio:1.17.5", - "io.netty:netty-buffer:4.1.87.Final", - "io.netty:netty-codec-http2:4.1.87.Final", - "io.netty:netty-codec-http:4.1.87.Final", - "io.netty:netty-codec-socks:4.1.87.Final", - "io.netty:netty-codec:4.1.87.Final", - "io.netty:netty-common:4.1.87.Final", - "io.netty:netty-handler-proxy:4.1.87.Final", - "io.netty:netty-handler:4.1.87.Final", - "io.netty:netty-resolver:4.1.87.Final", - "io.netty:netty-tcnative-boringssl-static:2.0.56.Final", - "io.netty:netty-tcnative-classes:2.0.56.Final", - "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.87.Final", - "io.netty:netty-transport-native-unix-common:4.1.87.Final", - "io.netty:netty-transport:4.1.87.Final", - "io.opencensus:opencensus-api:0.24.0", - "io.opencensus:opencensus-contrib-grpc-metrics:0.24.0", - "io.perfmark:perfmark-api:0.25.0", - "junit:junit:4.12", - "org.apache.tomcat:annotations-api:6.0.53", - "org.codehaus.mojo:animal-sniffer-annotations:1.21" - ], - "fail_if_repin_required": true, - "generate_compat_repositories": true, - "strict_visibility": false - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 136, - "column": 14 - } - }, - { - "tagName": "artifact", - "attributeValues": { - "name": "contrib_rules_jvm_deps", - "artifact": "spotbugs", - "exclusions": [ - "org.slf4j:slf4j-api" - ], - "group": "com.github.spotbugs", - "version": "4.7.0" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 186, - "column": 15 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", - "extensionName": "go_sdk", - "usingModule": "contrib_rules_jvm@0.24.0", - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 234, - "column": 23 - }, - "imports": {}, - "devImports": [], - "tags": [ - { - "tagName": "download", - "attributeValues": { - "version": "1.21.5" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 235, - "column": 16 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", - "extensionName": "go_deps", - "usingModule": "contrib_rules_jvm@0.24.0", - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 237, - "column": 24 - }, - "imports": { - "com_github_aristanetworks_goarista": "com_github_aristanetworks_goarista", - "com_github_bazelbuild_buildtools": "com_github_bazelbuild_buildtools", - "com_github_google_btree": "com_github_google_btree", - "com_github_google_go_cmp": "com_github_google_go_cmp", - "com_github_google_uuid": "com_github_google_uuid", - "com_github_hashicorp_golang_lru": "com_github_hashicorp_golang_lru", - "com_github_rs_zerolog": "com_github_rs_zerolog", - "com_github_sergi_go_diff": "com_github_sergi_go_diff", - "com_github_stretchr_testify": "com_github_stretchr_testify", - "net_starlark_go": "net_starlark_go", - "org_golang_google_grpc": "org_golang_google_grpc", - "org_golang_x_tools": "org_golang_x_tools", - "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs" - }, - "devImports": [], - "tags": [ - { - "tagName": "from_file", - "attributeValues": { - "go_mod": "//:go.mod" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/MODULE.bazel", - "line": 238, - "column": 18 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "apple_rules_lint": "apple_rules_lint@0.3.2", - "bazel_skylib": "bazel_skylib@1.5.0", - "bazel_gazelle": "gazelle@0.34.0", - "com_google_protobuf": "protobuf@21.7", - "rules_cc": "rules_cc@0.0.9", - "io_bazel_rules_go": "rules_go@0.43.0", - "rules_java": "rules_java@7.4.0", - "rules_jvm_external": "rules_jvm_external@6.0", - "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/bazel-contrib/rules_jvm/releases/download/v0.24.0/rules_jvm-v0.24.0.tar.gz" - ], - "integrity": "sha256-JBLiK8HrnTperhUYDzBBQPGq0/gYTb2ZyEX6/eCWRVk=", - "strip_prefix": "rules_jvm-0.24.0", - "remote_patches": { - "https://bcr.bazel.build/modules/contrib_rules_jvm/0.24.0/patches/module_dot_bazel_version.patch": "sha256-MUoTfIEZDOl8MY9az4nJtTpZfslKa4y2M0L8TkVqnns=" - }, - "remote_patch_strip": 1 - } - } - }, - "platforms@0.0.8": { - "name": "platforms", - "version": "0.0.8", - "key": "platforms@0.0.8", - "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.8/platforms-0.0.8.tar.gz" - ], - "integrity": "sha256-gVBAZgU4ns7LbaB8vLUJ1WN6OrmiS8abEQFTE2fYnXQ=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "rules_dotnet@0.14.0": { - "name": "rules_dotnet", - "version": "0.14.0", - "key": "rules_dotnet@0.14.0", - "repoName": "rules_dotnet", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@dotnet_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_dotnet//dotnet:extensions.bzl", - "extensionName": "dotnet", - "usingModule": "rules_dotnet@0.14.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_dotnet/0.14.0/MODULE.bazel", - "line": 10, - "column": 23 - }, - "imports": { - "dotnet_toolchains": "dotnet_toolchains" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "dotnet_version": "8.0.100" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_dotnet/0.14.0/MODULE.bazel", - "line": 11, - "column": 17 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_dotnet//dotnet:paket.paket2bazel_dependencies_extension.bzl", - "extensionName": "paket2bazel_dependencies_extension", - "usingModule": "rules_dotnet@0.14.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_dotnet/0.14.0/MODULE.bazel", - "line": 16, - "column": 51 - }, - "imports": { - "paket.paket2bazel_dependencies": "paket.paket2bazel_dependencies" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_dotnet//dotnet:paket.rules_dotnet_nuget_packages_extension.bzl", - "extensionName": "rules_dotnet_nuget_packages_extension", - "usingModule": "rules_dotnet@0.14.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_dotnet/0.14.0/MODULE.bazel", - "line": 19, - "column": 54 - }, - "imports": { - "paket.rules_dotnet_nuget_packages": "paket.rules_dotnet_nuget_packages" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "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_dotnet/releases/download/v0.14.0/rules_dotnet-v0.14.0.tar.gz" - ], - "integrity": "sha256-0BsPROWCJN7risga/ocBOF1BsWyAKHCdOk7VtG8cSKA=", - "strip_prefix": "rules_dotnet-0.14.0", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_dotnet/0.14.0/patches/module_dot_bazel_version.patch": "sha256-DpImBeI9ue3XFoAYNIFoI9WObmW5SQDhJrR34tflBK8=" - }, - "remote_patch_strip": 1 - } - } - }, - "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.8", - "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_jvm_external@6.0": { - "name": "rules_jvm_external", - "version": "6.0", - "key": "rules_jvm_external@6.0", - "repoName": "rules_jvm_external", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [ - { - "extensionBzlFile": "@bazel_tools//tools/android:android_extensions.bzl", - "extensionName": "remote_android_tools_extensions", - "usingModule": "rules_jvm_external@6.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 29, - "column": 42 - }, - "imports": { - "android_gmaven_r8": "android_gmaven_r8", - "android_tools": "android_tools" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_jvm_external//:extensions.bzl", - "extensionName": "maven", - "usingModule": "rules_jvm_external@6.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 33, - "column": 22 - }, - "imports": { - "maven_jar_migrator": "maven_jar_migrator", - "rules_jvm_external_deps": "rules_jvm_external_deps", - "unpinned_rules_jvm_external_deps": "unpinned_rules_jvm_external_deps" - }, - "devImports": [], - "tags": [ - { - "tagName": "install", - "attributeValues": { - "name": "rules_jvm_external_deps", - "artifacts": [ - "com.google.auth:google-auth-library-credentials:1.19.0", - "com.google.auth:google-auth-library-oauth2-http:1.19.0", - "com.google.cloud:google-cloud-core:2.22.0", - "com.google.cloud:google-cloud-storage:2.26.1", - "com.google.code.gson:gson:2.10.1", - "com.google.googlejavaformat:google-java-format:1.17.0", - "com.google.guava:guava:32.1.2-jre", - "org.apache.maven:maven-artifact:3.9.4", - "software.amazon.awssdk:s3:2.20.128" - ], - "lock_file": "//:rules_jvm_external_deps_install.json" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 35, - "column": 14 - } - }, - { - "tagName": "install", - "attributeValues": { - "name": "maven_jar_migrator", - "artifacts": [ - "com.google.guava:guava:28.0-jre" - ] - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 51, - "column": 14 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "//:MODULE.bazel", - "extensionName": "_repo_rules", - "usingModule": "rules_jvm_external@6.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 0, - "column": 0 - }, - "imports": { - "coursier_cli": "coursier_cli", - "buildifier-linux-arm64": "buildifier-linux-arm64", - "buildifier-linux-x86_64": "buildifier-linux-x86_64", - "buildifier-macos-arm64": "buildifier-macos-arm64", - "buildifier-macos-x86_64": "buildifier-macos-x86_64", - "com.google.ar.sceneform_rendering": "com.google.ar.sceneform_rendering", - "hamcrest_core_for_test": "hamcrest_core_for_test", - "hamcrest_core_srcs_for_test": "hamcrest_core_srcs_for_test", - "gson_for_test": "gson_for_test", - "junit_platform_commons_for_test": "junit_platform_commons_for_test", - "google_api_services_compute_javadoc_for_test": "google_api_services_compute_javadoc_for_test" - }, - "devImports": [], - "tags": [ - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "sha256": "2b78bfdd3ef13fd1f42f158de0f029d7cbb1f4f652d51773445cf2b6f7918a87", - "urls": [ - "https://github.com/coursier/coursier/releases/download/v2.1.8/coursier.jar" - ], - "name": "coursier_cli" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 78, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "sha256": "917d599dbb040e63ae7a7e1adb710d2057811902fdc9e35cce925ebfd966eeb8", - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/5.1.0/buildifier-linux-arm64" - ], - "name": "buildifier-linux-arm64" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 84, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "sha256": "52bf6b102cb4f88464e197caac06d69793fa2b05f5ad50a7e7bf6fbd656648a3", - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/5.1.0/buildifier-linux-amd64" - ], - "name": "buildifier-linux-x86_64" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 90, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "sha256": "745feb5ea96cb6ff39a76b2821c57591fd70b528325562486d47b5d08900e2e4", - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/5.1.0/buildifier-darwin-arm64" - ], - "name": "buildifier-macos-arm64" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 96, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "sha256": "c9378d9f4293fc38ec54a08fbc74e7a9d28914dae6891334401e59f38f6e65dc", - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/5.1.0/buildifier-darwin-amd64" - ], - "name": "buildifier-macos-x86_64" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 102, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "downloaded_file_path": "rendering-1.10.0.aar", - "sha256": "d2f6cd1d54eee0d5557518d1edcf77a3ba37494ae94f9bb862e570ee426a3431", - "urls": [ - "https://dl.google.com/android/maven2/com/google/ar/sceneform/rendering/1.10.0/rendering-1.10.0.aar" - ], - "name": "com.google.ar.sceneform_rendering" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 684, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "downloaded_file_path": "hamcrest-core-1.3.jar", - "sha256": "66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9", - "urls": [ - "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" - ], - "name": "hamcrest_core_for_test" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 693, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "downloaded_file_path": "hamcrest-core-1.3-sources.jar", - "sha256": "e223d2d8fbafd66057a8848cc94222d63c3cedd652cc48eddc0ab5c39c0f84df", - "urls": [ - "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar" - ], - "name": "hamcrest_core_srcs_for_test" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 702, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "downloaded_file_path": "gson-2.9.0.jar", - "sha256": "c96d60551331a196dac54b745aa642cd078ef89b6f267146b705f2c2cbef052d", - "urls": [ - "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar" - ], - "name": "gson_for_test" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 711, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "downloaded_file_path": "junit-platform-commons-1.8.2.jar", - "sha256": "d2e015fca7130e79af2f4608dc54415e4b10b592d77333decb4b1a274c185050", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar" - ], - "name": "junit_platform_commons_for_test" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 720, - "column": 10 - } - }, - { - "tagName": "@bazel_tools//tools/build_defs/repo:http.bzl%http_file", - "attributeValues": { - "downloaded_file_path": "google-api-services-compute-v1-rev235-1.25.0-javadoc.jar", - "sha256": "b03be5ee8effba3bfbaae53891a9c01d70e2e3bd82ad8889d78e641b22bd76c2", - "urls": [ - "https://repo1.maven.org/maven2/com/google/apis/google-api-services-compute/v1-rev235-1.25.0/google-api-services-compute-v1-rev235-1.25.0-javadoc.jar" - ], - "name": "google_api_services_compute_javadoc_for_test" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel", - "line": 730, - "column": 10 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "rules_java": "rules_java@7.4.0", - "rules_kotlin": "rules_kotlin@1.9.0", - "io_bazel_stardoc": "stardoc@0.5.6", - "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/releases/download/6.0/rules_jvm_external-6.0.tar.gz" - ], - "integrity": "sha256-hf1rrVisdsw6J8jgUeQlX/nM2MkrqHlnDRlWIufAqbc=", - "strip_prefix": "rules_jvm_external-6.0", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_jvm_external/6.0/patches/module_dot_bazel.patch": "sha256-+Ci4gFKoiHYV4zl1HFIS8JtdDSogzDh6neAEBNd+zLA=" - }, - "remote_patch_strip": 0 - } - } - }, - "rules_nodejs@5.8.3": { - "name": "rules_nodejs", - "version": "5.8.3", - "key": "rules_nodejs@5.8.3", - "repoName": "rules_nodejs", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@nodejs_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_nodejs//nodejs:extensions.bzl", - "extensionName": "node", - "usingModule": "rules_nodejs@5.8.3", - "location": { - "file": "https://bcr.bazel.build/modules/rules_nodejs/5.8.3/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.3/MODULE.bazel", - "line": 16, - "column": 15 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "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.3/rules_nodejs-core-5.8.3.tar.gz" - ], - "integrity": "sha256-voT7UjiiA0hwgQtgrmb4VV2zhf+TG9b2G+IEcy341KY=", - "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_nodejs/5.8.3/patches/module_dot_bazel.patch": "sha256-uUj19ijdMInU3vv2xy9e5I9wuA5jN6Rtm0OW699kZ2o=" - }, - "remote_patch_strip": 0 - } - } - }, - "rules_oci@1.0.0": { - "name": "rules_oci", - "version": "1.0.0", - "key": "rules_oci@1.0.0", - "repoName": "rules_oci", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@oci_crane_toolchains//:all", - "@oci_crane_registry_toolchains//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_oci//oci:extensions.bzl", - "extensionName": "oci", - "usingModule": "rules_oci@1.0.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_oci/1.0.0/MODULE.bazel", - "line": 13, - "column": 20 - }, - "imports": { - "oci_crane_toolchains": "oci_crane_toolchains", - "oci_crane_registry_toolchains": "oci_crane_registry_toolchains", - "oci_auth_config": "oci_auth_config" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchains", - "attributeValues": { - "crane_version": "v0.14.0" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_oci/1.0.0/MODULE.bazel", - "line": 14, - "column": 15 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@2.5.3", - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "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/rules_oci/releases/download/v1.0.0/rules_oci-v1.0.0.tar.gz" - ], - "integrity": "sha256-21fv1wbwHrPOdxRoNmuqFhS1sl9Mzpl1fiuNlCFVuOw=", - "strip_prefix": "rules_oci-1.0.0", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_oci/1.0.0/patches/module_dot_bazel_version.patch": "sha256-JdQVBMmV1/7JBEmgzgd6ReBSRDcw9d8kx6PnvhCV6LI=" - }, - "remote_patch_strip": 0 - } - } - }, - "rules_pkg@0.9.1": { - "name": "rules_pkg", - "version": "0.9.1", - "key": "rules_pkg@0.9.1", - "repoName": "rules_pkg", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "rules_license": "rules_license@0.0.7", - "bazel_skylib": "bazel_skylib@1.5.0", - "rules_python": "rules_python@0.31.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_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz" - ], - "integrity": "sha256-j57i3BDBrlFO5ZmotC7Zn6Jit1cFj2WtPDhCif9wxLg=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "rules_python@0.31.0": { - "name": "rules_python", - "version": "0.31.0", - "key": "rules_python@0.31.0", - "repoName": "rules_python", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "@pythons_hub//:all" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_python//python/private/bzlmod:internal_deps.bzl", - "extensionName": "internal_deps", - "usingModule": "rules_python@0.31.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel", - "line": 15, - "column": 30 - }, - "imports": { - "rules_python_internal": "rules_python_internal", - "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__pyproject_hooks": "pypi__pyproject_hooks", - "pypi__setuptools": "pypi__setuptools", - "pypi__tomli": "pypi__tomli", - "pypi__wheel": "pypi__wheel", - "pypi__zipp": "pypi__zipp" - }, - "devImports": [], - "tags": [ - { - "tagName": "install", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel", - "line": 16, - "column": 22 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_python//python/extensions:python.bzl", - "extensionName": "python", - "usingModule": "rules_python@0.31.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel", - "line": 41, - "column": 23 - }, - "imports": { - "pythons_hub": "pythons_hub" - }, - "devImports": [], - "tags": [ - { - "tagName": "toolchain", - "attributeValues": { - "is_default": true, - "python_version": "3.11" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_python/0.31.0/MODULE.bazel", - "line": 47, - "column": 17 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_features": "bazel_features@1.9.0", - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "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.31.0/rules_python-0.31.0.tar.gz" - ], - "integrity": "sha256-xovcT77CXeW1STuIGc/Id8TqKZwNyxXCRMWgAgjN4xE=", - "strip_prefix": "rules_python-0.31.0", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_python/0.31.0/patches/module_dot_bazel_version.patch": "sha256-j2KF6j66J2fRAGtc56Zj7Hp1dTGqOWPAR3+IODr0oLQ=" - }, - "remote_patch_strip": 1 - } - } - }, - "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_ruby@0.8.1": { - "name": "rules_ruby", - "version": "0.8.1", - "key": "rules_ruby@0.8.1", - "repoName": "rules_ruby", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "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/rules_ruby/releases/download/v0.8.1/rules_ruby-v0.8.1.tar.gz" - ], - "integrity": "sha256-n/eB/YGAwr6LOrDxbR2I1hjDsbxNUC3LkUWRiG2kABQ=", - "strip_prefix": "rules_ruby-0.8.1", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_ruby/0.8.1/patches/module_dot_bazel_version.patch": "sha256-eyyVp/NtJrd4r5/EKnXoFoZ7MB/zYy6N8z6hIueDlew=" - }, - "remote_patch_strip": 1 - } - } - }, - "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.31.0", - "buildozer": "buildozer@6.4.0.2", - "platforms": "platforms@0.0.8", - "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.8", - "bazel_tools": "bazel_tools@_" - } - }, - "stardoc@0.5.6": { - "name": "stardoc", - "version": "0.5.6", - "key": "stardoc@0.5.6", - "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.6/stardoc-0.5.6.tar.gz" - ], - "integrity": "sha256-37w2Sq7BQ99ebFL68fEWZ3WltECCQ/RF9EtmHP3DE08=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "aspect_rules_lint@0.7.0": { - "name": "aspect_rules_lint", - "version": "0.7.0", - "key": "aspect_rules_lint@0.7.0", - "repoName": "aspect_rules_lint", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@2.5.3", - "aspect_rules_js": "aspect_rules_js@1.35.0", - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "rules_proto": "rules_proto@5.3.0-21.7", - "rules_buf": "rules_buf@0.1.1", - "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/aspect-build/rules_lint/releases/download/v0.7.0/rules_lint-v0.7.0.tar.gz" - ], - "integrity": "sha256-bjLfcItA6oxtRILur4/Wr6qHmNAChlS6JbZnta7lcHw=", - "strip_prefix": "rules_lint-0.7.0", - "remote_patches": { - "https://bcr.bazel.build/modules/aspect_rules_lint/0.7.0/patches/module_dot_bazel_version.patch": "sha256-W0gn/iYu/2Zz1QxzW3gcqHl2qm+E8UZc8p8fIyWHvp0=" - }, - "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.31.0", - "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.9.1", - "com_google_abseil": "abseil-cpp@20211102.0", - "zlib": "zlib@1.3", - "upb": "upb@0.0.0-20220923-a547704", - "rules_jvm_external": "rules_jvm_external@6.0", - "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 - } - } - }, - "gazelle@0.34.0": { - "name": "gazelle", - "version": "0.34.0", - "key": "gazelle@0.34.0", - "repoName": "bazel_gazelle", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [ - { - "extensionBzlFile": "@io_bazel_rules_go//go:extensions.bzl", - "extensionName": "go_sdk", - "usingModule": "gazelle@0.34.0", - "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", - "line": 12, - "column": 23 - }, - "imports": { - "go_host_compatible_sdk_label": "go_host_compatible_sdk_label" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_gazelle//internal/bzlmod:non_module_deps.bzl", - "extensionName": "non_module_deps", - "usingModule": "gazelle@0.34.0", - "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", - "line": 20, - "column": 32 - }, - "imports": { - "bazel_gazelle_go_repository_cache": "bazel_gazelle_go_repository_cache", - "bazel_gazelle_go_repository_tools": "bazel_gazelle_go_repository_tools", - "bazel_gazelle_is_bazel_module": "bazel_gazelle_is_bazel_module" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_gazelle//:extensions.bzl", - "extensionName": "go_deps", - "usingModule": "gazelle@0.34.0", - "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", - "line": 28, - "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_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", - "org_golang_x_tools_go_vcs": "org_golang_x_tools_go_vcs", - "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.34.0/MODULE.bazel", - "line": 29, - "column": 18 - } - }, - { - "tagName": "module", - "attributeValues": { - "path": "golang.org/x/tools", - "sum": "h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=", - "version": "v0.13.0" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/gazelle/0.34.0/MODULE.bazel", - "line": 33, - "column": 15 - } - } - ], - "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.43.0", - "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.34.0/bazel-gazelle-v0.34.0.tar.gz" - ], - "integrity": "sha256-tzh/cu+1n4duTarkLx05EtDUVWPqx8sj0d4LCUq1iM8=", - "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.8", - "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_go@0.43.0": { - "name": "rules_go", - "version": "0.43.0", - "key": "rules_go@0.43.0", - "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.43.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", - "line": 14, - "column": 40 - }, - "imports": { - "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.43.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", - "line": 20, - "column": 23 - }, - "imports": { - "go_toolchains": "go_toolchains" - }, - "devImports": [], - "tags": [ - { - "tagName": "download", - "attributeValues": { - "name": "go_default_sdk", - "version": "1.21.1" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/MODULE.bazel", - "line": 21, - "column": 16 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@gazelle//:extensions.bzl", - "extensionName": "go_deps", - "usingModule": "rules_go@0.43.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_go/0.43.0/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.43.0/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.43.0/MODULE.bazel", - "line": 33, - "column": 15 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_features": "bazel_features@1.9.0", - "bazel_skylib": "bazel_skylib@1.5.0", - "platforms": "platforms@0.0.8", - "rules_proto": "rules_proto@5.3.0-21.7", - "com_google_protobuf": "protobuf@21.7", - "gazelle": "gazelle@0.34.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.43.0/rules_go-v0.43.0.zip" - ], - "integrity": "sha256-1qtrV+SMCVI+kwUPE2mPcIQoz9XmGSUuNp03evZZdwc=", - "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_kotlin@1.9.0": { - "name": "rules_kotlin", - "version": "1.9.0", - "key": "rules_kotlin@1.9.0", - "repoName": "rules_kotlin", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "//kotlin/internal:default_toolchain" - ], - "extensionUsages": [ - { - "extensionBzlFile": "@rules_kotlin//src/main/starlark/core/repositories:bzlmod_setup.bzl", - "extensionName": "rules_kotlin_extensions", - "usingModule": "rules_kotlin@1.9.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/MODULE.bazel", - "line": 14, - "column": 40 - }, - "imports": { - "buildkite_config": "buildkite_config", - "com_github_google_ksp": "com_github_google_ksp", - "com_github_jetbrains_kotlin": "com_github_jetbrains_kotlin", - "com_github_pinterest_ktlint": "com_github_pinterest_ktlint", - "kt_java_stub_template": "kt_java_stub_template", - "rules_android": "rules_android" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_tools//tools/android:android_extensions.bzl", - "extensionName": "remote_android_tools_extensions", - "usingModule": "rules_kotlin@1.9.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/MODULE.bazel", - "line": 28, - "column": 42 - }, - "imports": { - "android_gmaven_r8": "android_gmaven_r8", - "android_tools": "android_tools" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_jvm_external//:extensions.bzl", - "extensionName": "maven", - "usingModule": "rules_kotlin@1.9.0", - "location": { - "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/MODULE.bazel", - "line": 37, - "column": 22 - }, - "imports": { - "kotlin_rules_maven": "kotlin_rules_maven" - }, - "devImports": [], - "tags": [ - { - "tagName": "install", - "attributeValues": { - "name": "kotlin_rules_maven", - "artifacts": [ - "com.google.code.findbugs:jsr305:3.0.2", - "junit:junit:4.13-beta-3", - "com.google.protobuf:protobuf-java:3.6.0", - "com.google.protobuf:protobuf-java-util:3.6.0", - "com.google.guava:guava:27.1-jre", - "com.google.truth:truth:0.45", - "com.google.auto.service:auto-service:1.0.1", - "com.google.auto.service:auto-service-annotations:1.0.1", - "com.google.auto.value:auto-value:1.10.1", - "com.google.auto.value:auto-value-annotations:1.10.1", - "com.google.dagger:dagger:2.43.2", - "com.google.dagger:dagger-compiler:2.43.2", - "com.google.dagger:dagger-producers:2.43.2", - "javax.annotation:javax.annotation-api:1.3.2", - "javax.inject:javax.inject:1", - "org.pantsbuild:jarjar:1.7.2", - "org.jetbrains.kotlinx:atomicfu-js:0.15.2", - "org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc" - ], - "fetch_sources": true, - "repositories": [ - "https://maven-central.storage.googleapis.com/repos/central/data/", - "https://maven.google.com", - "https://repo1.maven.org/maven2" - ] - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/MODULE.bazel", - "line": 38, - "column": 14 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "platforms": "platforms@0.0.8", - "bazel_skylib": "bazel_skylib@1.5.0", - "rules_java": "rules_java@7.4.0", - "rules_python": "rules_python@0.31.0", - "rules_cc": "rules_cc@0.0.9", - "rules_jvm_external": "rules_jvm_external@6.0", - "rules_pkg": "rules_pkg@0.9.1", - "io_bazel_stardoc": "stardoc@0.5.6", - "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/rules_kotlin/releases/download/v1.9.0/rules_kotlin-v1.9.0.tar.gz" - ], - "integrity": "sha256-V2bx5Zms9VGqVvSdq5q5EIJpsDxVdJbFSsr0H5jiuNY=", - "strip_prefix": "", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_kotlin/1.9.0/patches/module_dot_bazel_version.patch": "sha256-nDFDlp2ujd74k9mEF0Bh7pZqBt+CUCF2bZHIaFgM25g=" - }, - "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 - } - } - }, - "zlib@1.3": { - "name": "zlib", - "version": "1.3", - "key": "zlib@1.3", - "repoName": "zlib", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "platforms": "platforms@0.0.8", - "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.8", - "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 - } - } - }, - "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.8", - "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 - } - } - }, - "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.8", - "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.8", - "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 - } - } - }, - "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.8", - "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 - } - } - } - }, - "moduleExtensions": { - "//common:repositories.bzl%pin_browsers_extension": { - "general": { - "bzlTransitiveDigest": "kwnYsHTXx5aZ13mFtYlW1sc7CS6DQ1Iz7xKgNmi5bjY=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "local_drivers": { - "bzlFile": "@@//common/private:drivers.bzl", - "ruleClassName": "local_drivers", - "attributes": {} - }, - "mac_chromedriver": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/mac-x64/chromedriver-mac-x64.zip", - "sha256": "c912db7b7c65d0bfcf7d17150782c0e89783bcba60521b4a66201fc81daffd91", - "strip_prefix": "chromedriver-mac-x64", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"chromedriver\"])\n\njs_library(\n name = \"chromedriver-js\",\n data = [\"chromedriver\"],\n)\n" - } - }, - "linux_edgedriver": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://msedgedriver.azureedge.net/122.0.2365.92/edgedriver_linux64.zip", - "sha256": "d3b45a768e8ff7c9665c657fe121d1e90e8b6d224e3a705c7120d302a00271ad", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"msedgedriver\"])\n\njs_library(\n name = \"msedgedriver-js\",\n data = [\"msedgedriver\"],\n)\n" - } - }, - "mac_edgedriver": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://msedgedriver.azureedge.net/122.0.2365.92/edgedriver_mac64.zip", - "sha256": "5ad0a70fcf89b9ef8e9b22cba5582c24f87790ff064e2154562e7239b62ebab6", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"msedgedriver\"])\n\njs_library(\n name = \"msedgedriver-js\",\n data = [\"msedgedriver\"],\n)\n" - } - }, - "mac_firefox": { - "bzlFile": "@@//common/private:dmg_archive.bzl", - "ruleClassName": "dmg_archive", - "attributes": { - "url": "https://ftp.mozilla.org/pub/firefox/releases/124.0.1/mac/en-US/Firefox%20124.0.1.dmg", - "sha256": "b7b260287296cf65193e76c20488fa75f98ff858ea1c2be4337ce5c1226ebcfa", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"Firefox.app\"])\n\njs_library(\n name = \"firefox-js\",\n data = glob([\"Firefox.app/**/*\"]),\n)\n" - } - }, - "mac_geckodriver": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-macos.tar.gz", - "sha256": "9cec1546585b532959782c8220599aa97c1f99265bb2d75ad00cd56ef98f650c", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"geckodriver\"])\n\njs_library(\n name = \"geckodriver-js\",\n data = [\"geckodriver\"],\n)\n" - } - }, - "linux_beta_firefox": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://ftp.mozilla.org/pub/firefox/releases/125.0b4/linux-x86_64/en-US/firefox-125.0b4.tar.bz2", - "sha256": "41657b5a23eb472b938218237959d2ee1aeb0165e8b46fc846bf2d797e30b84e", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"files\",\n srcs = glob([\"**/*\"]),\n)\n\nexports_files([\"firefox/firefox\"])\n\njs_library(\n name = \"firefox-js\",\n data = [\":files\"],\n)\n" - } - }, - "linux_firefox": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://ftp.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/en-US/firefox-124.0.1.tar.bz2", - "sha256": "b419cb0a10f6f601b1066d75f57b10e378f56b961be8c9dc1c7f73b869ecf82d", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"files\",\n srcs = glob([\"**/*\"]),\n)\n\nexports_files([\"firefox/firefox\"])\n\njs_library(\n name = \"firefox-js\",\n data = [\":files\"],\n)\n" - } - }, - "linux_chrome": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/linux64/chrome-linux64.zip", - "sha256": "b020645b262a85d2cf9bc1e7be139afa175e6b7c18d38525cc4122d5ddf89771", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"files\",\n srcs = glob([\"**/*\"]),\n)\n\nexports_files([\"chrome-linux64/chrome\"])\n\njs_library(\n name = \"chrome-js\",\n data = [\":files\"],\n)\n" - } - }, - "mac_beta_firefox": { - "bzlFile": "@@//common/private:dmg_archive.bzl", - "ruleClassName": "dmg_archive", - "attributes": { - "url": "https://ftp.mozilla.org/pub/firefox/releases/125.0b4/mac/en-US/Firefox%20125.0b4.dmg", - "sha256": "df9ba1d6f5e4a98ffd9c5060c01451d133f73efa60376faa07e497ef72bb98ee", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"Firefox.app\"])\n\njs_library(\n name = \"firefox-js\",\n data = glob([\"Firefox.app/**/*\"]),\n)\n" - } - }, - "linux_geckodriver": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz", - "sha256": "79b2e77edd02c0ec890395140d7cdc04a7ff0ec64503e62a0b74f88674ef1313", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"geckodriver\"])\n\njs_library(\n name = \"geckodriver-js\",\n data = [\"geckodriver\"],\n)\n" - } - }, - "mac_edge": { - "bzlFile": "@@//common/private:pkg_archive.bzl", - "ruleClassName": "pkg_archive", - "attributes": { - "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/61b13da3-c921-482a-9166-743689310b71/MicrosoftEdge-122.0.2365.92.pkg", - "sha256": "304243a7ef631781b707c0d9cb8fd35e718cebad91c29078e389bb4e813afef9", - "move": { - "MicrosoftEdge-122.0.2365.92.pkg/Payload/Microsoft Edge.app": "Edge.app" - }, - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"Edge.app\"])\n\njs_library(\n name = \"edge-js\",\n data = glob([\"Edge.app/**/*\"]),\n)\n" - } - }, - "mac_chrome": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/mac-x64/chrome-mac-x64.zip", - "sha256": "5ac1cf013fa9f27b56d8671ae41b09f31011ef7fd23879d80a4d9e94d0c6d0c0", - "strip_prefix": "chrome-mac-x64", - "patch_cmds": [ - "mv 'Google Chrome for Testing.app' Chrome.app", - "mv 'Chrome.app/Contents/MacOS/Google Chrome for Testing' Chrome.app/Contents/MacOS/Chrome" - ], - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"Chrome.app\"])\n\njs_library(\n name = \"chrome-js\",\n data = glob([\"Chrome.app/**/*\"]),\n)\n" - } - }, - "linux_chromedriver": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/linux64/chromedriver-linux64.zip", - "sha256": "accdaeb00d330d9d5a5ef91bbe6fa5d316a5562109231bbc65866fa1390d8a2b", - "strip_prefix": "chromedriver-linux64", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"chromedriver\"])\n\njs_library(\n name = \"chromedriver-js\",\n data = [\"chromedriver\"],\n)\n" - } - }, - "linux_edge": { - "bzlFile": "@@//common/private:deb_archive.bzl", - "ruleClassName": "deb_archive", - "attributes": { - "url": "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_123.0.2420.53-1_amd64.deb", - "sha256": "ec2eb0642211a1da962a299b9d4977d933a18b3b2213753f6deded96948db6dd", - "build_file_content": "\nload(\"@aspect_rules_js//js:defs.bzl\", \"js_library\")\npackage(default_visibility = [\"//visibility:public\"])\n\nfilegroup(\n name = \"files\",\n srcs = glob([\"**/*\"]),\n)\n\nexports_files([\"opt/microsoft/msedge/microsoft-edge\"])\n\njs_library(\n name = \"edge-js\",\n data = [\":files\"],\n)\n" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "//common:selenium_manager.bzl%selenium_manager_artifacts": { - "general": { - "bzlTransitiveDigest": "HijJeWDX/XdKsbEzU39o8usA/mNKw4FNsr8Mfv3psP4=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "download_sm_macos": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "executable": true, - "sha256": "85475ae5ff6721b371f9806ec1bb869cbb2e5c1b1b70862a2e3d5eec5c0384c0", - "url": "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-6a15586/selenium-manager-macos" - } - }, - "download_sm_windows": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "executable": true, - "sha256": "13bd63fa51a75bbf1b98beb221edceed3f33bacf2e3b25cd39ef4e6ac84371eb", - "url": "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-6a15586/selenium-manager-windows.exe" - } - }, - "download_sm_linux": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "executable": true, - "sha256": "90d9d61bf25af93e4302b6184a45b132ee3c02b68c6665bf83eef6edb7e9fca5", - "url": "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-6a15586/selenium-manager-linux" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "//dotnet:paket.nuget_extension.bzl%nuget_extension": { - "general": { - "bzlTransitiveDigest": "cUw6jmT9cCbJdO4xf5FiJOraLjX/q1lLN84X4xtwdGE=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "nuget.commandlineparser.v2.8.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "commandlineparser", - "version": "2.8.0", - "sha512": "sha512-jCdlE9/pHlvHLPs7lqDSRBHuO9Lpgy1CP2rePzlkoBHbuXfKkGAXUPoTOgol/nL2aVW+f2mnL11rc8fzEwlLXw==" - } - }, - "nuget.system.memory.v4.5.5": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.memory", - "version": "4.5.5", - "sha512": "sha512-6MjlNsl7lKw0Q8lAsw2tQ89ul9x6jD2Yk3EEj+dOFoYGOE9eAUO9wNhvd4O/n97oQXlkyzqKXXUnE+kLElFy3A==" - } - }, - "nuget.system.runtime.v4.3.1": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime", - "version": "4.3.1", - "sha512": "sha512-Al69mPDfzdD+bKGK2HAfB+lNFOHFqnkqzNnUJmmvUe1/qEPK9M7EiTT4zuycKDPy7ev11xz8XVgJWKP0hm7NIA==" - } - }, - "nuget.handlebars.net.v1.11.5": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "handlebars.net", - "version": "1.11.5", - "sha512": "sha512-0MwU7vAXI3hT+9W7r7vadVZ21+HoGC5Z0Qc39JP+xxMlF7YOyZEhFByoQ2gtldWyeG6Gt2LglcFH8kJaXg/uiQ==" - } - }, - "nuget.system.diagnostics.eventlog.v7.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.diagnostics.eventlog", - "version": "7.0.0", - "sha512": "sha512-m/H4Rg7KukGEmfRpl+rXU1UbMN3GYbv42cbMHRgMwHIiUL3svKoFFR76Fk/mHN5TgrwGx64fS0Fp+p3qICKg/Q==" - } - }, - "nuget.microsoft.csharp.v4.5.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.csharp", - "version": "4.5.0", - "sha512": "sha512-yWWeTbGCzBOlRPWDCIxiTZW1ecZiMbao0ZT97KKEWdBhrLvUqU8RdzkhzuCRQzvoxzxlR7vytO43OOgFdkxv6g==" - } - }, - "nuget.system.reflection.typeextensions.v4.7.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.reflection.typeextensions", - "version": "4.7.0", - "sha512": "sha512-Q/fczHO357fqTntQPZBSwhstHCcZFvgqOwBnkO+lhMyS2pYBDtXyfRQblK3SYXN8GXHOEJzjNM5Tr12zp73c6A==" - } - }, - "nuget.system.threading.tasks.v4.3.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.threading.tasks", - "version": "4.3.0", - "sha512": "sha512-fUiP+CyyCjs872OA8trl6p97qma/da1xGq3h4zAbJZk8zyaU4zyEfqW5vbkP80xG/Nimun1vlWBboMEk7XxdEw==" - } - }, - "nuget.microsoft.netcore.app.runtime.osx-arm64.v6.0.15": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.app.runtime.osx-arm64", - "version": "6.0.15", - "sha512": "sha512-YjL1PzK4SQgWWrDk8QIRwpgXraM8Yst0rbqicFioXrGV+/hltlfJMvfPY9NmHV8f2ydjcSdY88aBXHQxDOD/zw==" - } - }, - "nuget.system.reflection.v4.3.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.reflection", - "version": "4.3.0", - "sha512": "sha512-IyW2ftYNzgMCgHBk8lQiy+G3+ydbU5tE+6PEqM5JJvIdeFKaXDSzHAPYDREPe6zpr5WJ1Fcma+rAFCIAV6+DMw==" - } - }, - "nuget.microsoft.netcore.app.runtime.linux-x64.v6.0.15": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.app.runtime.linux-x64", - "version": "6.0.15", - "sha512": "sha512-hO+FrI8U0/8oJOCevQb4PMqBmGTXGLCmnD0MSFdUiOnO9cNDb1MC4X+ndV/xVQyLnE/WJfYG8HDj84ieyj25ow==" - } - }, - "nuget.system.buffers.v4.5.1": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.buffers", - "version": "4.5.1", - "sha512": "sha512-gNphWOVbm89+C15jebnPRaYykU8De1PFv1YJV24814IfeGGVa3PXRHDS0MLlbdI1pe9Mpv/n4ZK4INwtAjqv8g==" - } - }, - "nuget.nunit.v3.13.2": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nunit", - "version": "3.13.2", - "sha512": "sha512-foKGnF2ckq6uRAybnw1PIMDsDxdp1rbuEBJ4t2LYa5HDL80mOcEUjdbVqRDMTsKNiikfkPEBoeyGV42ZXiLLQA==" - } - }, - "nuget.system.diagnostics.tools.v4.3.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.diagnostics.tools", - "version": "4.3.0", - "sha512": "sha512-Fk1pd+chy860Tt57/XWwO42XceBCau+l1Axxhn6WQJL9xqaAi8vFVZ7XPsLFMsplfWR2r3mknKOth5uDZvE9kA==" - } - }, - "nuget.newtonsoft.json.v13.0.1": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "newtonsoft.json", - "version": "13.0.1", - "sha512": "sha512-g3MbZi6vBTeaI/hEbvR7vBETSd1DWLe9i1E4P+nPY34v5i94zqUqDXvdWC3G+7tYN9SnsdU9zzegrnRz4h7nsQ==" - } - }, - "nuget.system.reflection.primitives.v4.3.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.reflection.primitives", - "version": "4.3.0", - "sha512": "sha512-1LnMkF9aXKuQAgYzjoiQaL9mwY7oY6KdaO/zzeLMynNBEqKoUfLi5TiKIewoAF+hkxfGTZsjkjsF1jRL4uSeqg==" - } - }, - "nuget.system.reflection.emit.v4.7.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.reflection.emit", - "version": "4.7.0", - "sha512": "sha512-EMAyW5k6MdmTxYre7l8cb9f/Zhc78ivw0pXSm/sw8OAewwQqzqxeJFu2LY+/7WPOAq33TgTPVYEeDPPVQbiXqQ==" - } - }, - "nuget.microsoft.netcore.app.ref.v6.0.9": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.app.ref", - "version": "6.0.9", - "sha512": "sha512-dudkoXKqcCPEjNnwYQzRipKGcIB21o3CjbTffACrnSmUAoZS+IdIv3COpwKIaZKDPl7euUUpb7WhAc0WH8+//A==" - } - }, - "nuget.microsoft.netcore.platforms.v7.0.4": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.platforms", - "version": "7.0.4", - "sha512": "sha512-mcQWjuDBh4WHGG4WcBI0k025WAdA2afMm6fs42sm1f+3gRyNQUiuMVT5gAWNUGSHmlu6qn/TCnAQpfl4Gm6cBw==" - } - }, - "nuget.system.security.principal.windows.v5.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.principal.windows", - "version": "5.0.0", - "sha512": "sha512-RKkgqq8ishctQTGbtXqyuOGkUx1fAhkqb1OoHYdRJRlbYLoLWkSkWYHRN/17DzplsSlZtf2Xr8BXjNhO8nRnzQ==" - } - }, - "nuget.microsoft.netcore.targets.v5.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.targets", - "version": "5.0.0", - "sha512": "sha512-hYHm3JAjQO/nySxcl1EpZhYEW+2P3H1eLZNr+QxgO5TnLS6hqtfi5WchjQzjid45MYmhy2X7IOmcWtDP4fpMGw==" - } - }, - "nuget.microsoft.extensions.dependencyinjection.v3.1.9": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.extensions.dependencyinjection", - "version": "3.1.9", - "sha512": "sha512-vMQqPTihUGUTAzlr4354IcThGnC+ayzonlXLGBmnC6tdNUi40kKlqVl1d71RFgqV7Sj6L/ZmATPaX/xxCj5hAA==" - } - }, - "nuget.microsoft.netcore.app.runtime.osx-x64.v6.0.15": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.app.runtime.osx-x64", - "version": "6.0.15", - "sha512": "sha512-lM8ibaNG0wJJoEsHqyAqf3ZZmDRxRqtk48jx5zOuTV/hIqtjidbx+8i5FibNdAf/zBeONLHI29TdW8km+V1tTg==" - } - }, - "paket.nuget": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_repo.bzl", - "ruleClassName": "_nuget_repo", - "attributes": { - "repo_name": "paket.nuget", - "packages": [ - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"BenderProxy\",\"sha512\":\"sha512-zNsAtO6ZwNa0MfyFFJAzA6rsTtqnjY+bD2gCDHSUIbRS31wRJ9GfOeummSlEVaH/DSxxiuQaIhZmtIFAM0WW+A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"1.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"System.Diagnostics.EventLog\",\"System.Reflection.Emit\"],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Diagnostics.EventLog\"],\"net6.0\":[\"System.Diagnostics.EventLog\"],\"net7.0\":[\"System.Diagnostics.EventLog\"],\"net8.0\":[\"System.Diagnostics.EventLog\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Diagnostics.EventLog\",\"System.Reflection.Emit\"],\"netcoreapp2.1\":[\"System.Diagnostics.EventLog\",\"System.Reflection.Emit\"],\"netcoreapp2.2\":[\"System.Diagnostics.EventLog\",\"System.Reflection.Emit\"],\"netcoreapp3.0\":[\"System.Diagnostics.EventLog\"],\"netcoreapp3.1\":[\"System.Diagnostics.EventLog\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Diagnostics.EventLog\",\"System.Reflection.Emit\"],\"netstandard2.1\":[\"System.Diagnostics.EventLog\"]},\"framework_list\":[],\"id\":\"Castle.Core\",\"sha512\":\"sha512-N4oUnr+qEtAMs1vK7ogGgD33vHWYDJ4MZ/NuPgV9avKrrq0kzYJ0qVlcesdMuVl8nWkTsRJbhuaxVqZvehrC+g==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.1.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"CommandLineParser\",\"sha512\":\"sha512-jCdlE9/pHlvHLPs7lqDSRBHuO9Lpgy1CP2rePzlkoBHbuXfKkGAXUPoTOgol/nL2aVW+f2mnL11rc8fzEwlLXw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"2.8.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"net6.0\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"net7.0\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"net8.0\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"netcoreapp1.0\":[\"Microsoft.CSharp\",\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netcoreapp1.1\":[\"Microsoft.CSharp\",\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netcoreapp2.0\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"netcoreapp2.1\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"netcoreapp2.2\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"netcoreapp3.0\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"netcoreapp3.1\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"Microsoft.CSharp\",\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netstandard1.4\":[\"Microsoft.CSharp\",\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netstandard1.5\":[\"Microsoft.CSharp\",\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netstandard1.6\":[\"Microsoft.CSharp\",\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netstandard2.0\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"],\"netstandard2.1\":[\"Microsoft.CSharp\",\"System.Reflection.TypeExtensions\"]},\"framework_list\":[],\"id\":\"Handlebars.Net\",\"sha512\":\"sha512-0MwU7vAXI3hT+9W7r7vadVZ21+HoGC5Z0Qc39JP+xxMlF7YOyZEhFByoQ2gtldWyeG6Gt2LglcFH8kJaXg/uiQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"1.11.5\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"NETStandard.Library\"],\"net451\":[\"NETStandard.Library\"],\"net452\":[\"NETStandard.Library\"],\"net46\":[\"NETStandard.Library\"],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NETStandard.Library\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"NETStandard.Library\"],\"netstandard1.1\":[\"NETStandard.Library\"],\"netstandard1.2\":[\"NETStandard.Library\"],\"netstandard1.3\":[\"NETStandard.Library\"],\"netstandard1.4\":[\"NETStandard.Library\"],\"netstandard1.5\":[\"NETStandard.Library\"],\"netstandard1.6\":[\"NETStandard.Library\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Humanizer.Core\",\"sha512\":\"sha512-hdDm8u0FrPEorV1qXA+W01DCR9zeNX5fwe5fXFUyzmA/JjLxMjt7/W672rSOWIjWHGkD6cZYOFLjIg/0O+a8kg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"2.8.26\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[\"Microsoft.AspNetCore.Antiforgery|6.0.0.0\",\"Microsoft.AspNetCore.Authentication.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.Authentication.Cookies|6.0.0.0\",\"Microsoft.AspNetCore.Authentication.Core|6.0.0.0\",\"Microsoft.AspNetCore.Authentication.OAuth|6.0.0.0\",\"Microsoft.AspNetCore.Authentication|6.0.0.0\",\"Microsoft.AspNetCore.Authorization.Policy|6.0.0.0\",\"Microsoft.AspNetCore.Authorization|6.0.0.0\",\"Microsoft.AspNetCore.Components.Authorization|6.0.0.0\",\"Microsoft.AspNetCore.Components.Forms|6.0.0.0\",\"Microsoft.AspNetCore.Components.Server|6.0.0.0\",\"Microsoft.AspNetCore.Components.Web|6.0.0.0\",\"Microsoft.AspNetCore.Components|6.0.0.0\",\"Microsoft.AspNetCore.Connections.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.CookiePolicy|6.0.0.0\",\"Microsoft.AspNetCore.Cors|6.0.0.0\",\"Microsoft.AspNetCore.Cryptography.Internal|6.0.0.0\",\"Microsoft.AspNetCore.Cryptography.KeyDerivation|6.0.0.0\",\"Microsoft.AspNetCore.DataProtection.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.DataProtection.Extensions|6.0.0.0\",\"Microsoft.AspNetCore.DataProtection|6.0.0.0\",\"Microsoft.AspNetCore.Diagnostics.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.Diagnostics.HealthChecks|6.0.0.0\",\"Microsoft.AspNetCore.Diagnostics|6.0.0.0\",\"Microsoft.AspNetCore.HostFiltering|6.0.0.0\",\"Microsoft.AspNetCore.Hosting.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.Hosting.Server.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.Hosting|6.0.0.0\",\"Microsoft.AspNetCore.Html.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.Http.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.Http.Connections.Common|6.0.0.0\",\"Microsoft.AspNetCore.Http.Connections|6.0.0.0\",\"Microsoft.AspNetCore.Http.Extensions|6.0.0.0\",\"Microsoft.AspNetCore.Http.Features|6.0.0.0\",\"Microsoft.AspNetCore.Http.Results|6.0.0.0\",\"Microsoft.AspNetCore.Http|6.0.0.0\",\"Microsoft.AspNetCore.HttpLogging|6.0.0.0\",\"Microsoft.AspNetCore.HttpOverrides|6.0.0.0\",\"Microsoft.AspNetCore.HttpsPolicy|6.0.0.0\",\"Microsoft.AspNetCore.Identity|6.0.0.0\",\"Microsoft.AspNetCore.Localization.Routing|6.0.0.0\",\"Microsoft.AspNetCore.Localization|6.0.0.0\",\"Microsoft.AspNetCore.Metadata|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.ApiExplorer|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.Core|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.Cors|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.DataAnnotations|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.Formatters.Json|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.Formatters.Xml|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.Localization|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.Razor|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.RazorPages|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.TagHelpers|6.0.0.0\",\"Microsoft.AspNetCore.Mvc.ViewFeatures|6.0.0.0\",\"Microsoft.AspNetCore.Mvc|6.0.0.0\",\"Microsoft.AspNetCore.Razor.Runtime|6.0.0.0\",\"Microsoft.AspNetCore.Razor|6.0.0.0\",\"Microsoft.AspNetCore.ResponseCaching.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.ResponseCaching|6.0.0.0\",\"Microsoft.AspNetCore.ResponseCompression|6.0.0.0\",\"Microsoft.AspNetCore.Rewrite|6.0.0.0\",\"Microsoft.AspNetCore.Routing.Abstractions|6.0.0.0\",\"Microsoft.AspNetCore.Routing|6.0.0.0\",\"Microsoft.AspNetCore.Server.HttpSys|6.0.0.0\",\"Microsoft.AspNetCore.Server.IIS|6.0.0.0\",\"Microsoft.AspNetCore.Server.IISIntegration|6.0.0.0\",\"Microsoft.AspNetCore.Server.Kestrel.Core|6.0.0.0\",\"Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|6.0.0.0\",\"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|6.0.0.0\",\"Microsoft.AspNetCore.Server.Kestrel|6.0.0.0\",\"Microsoft.AspNetCore.Session|6.0.0.0\",\"Microsoft.AspNetCore.SignalR.Common|6.0.0.0\",\"Microsoft.AspNetCore.SignalR.Core|6.0.0.0\",\"Microsoft.AspNetCore.SignalR.Protocols.Json|6.0.0.0\",\"Microsoft.AspNetCore.SignalR|6.0.0.0\",\"Microsoft.AspNetCore.StaticFiles|6.0.0.0\",\"Microsoft.AspNetCore.WebSockets|6.0.0.0\",\"Microsoft.AspNetCore.WebUtilities|6.0.0.0\",\"Microsoft.AspNetCore|6.0.0.0\",\"Microsoft.Extensions.Caching.Abstractions|6.0.0.0\",\"Microsoft.Extensions.Caching.Memory|6.0.0.0\",\"Microsoft.Extensions.Configuration.Abstractions|6.0.0.0\",\"Microsoft.Extensions.Configuration.Binder|6.0.0.0\",\"Microsoft.Extensions.Configuration.CommandLine|6.0.0.0\",\"Microsoft.Extensions.Configuration.EnvironmentVariables|6.0.0.0\",\"Microsoft.Extensions.Configuration.FileExtensions|6.0.0.0\",\"Microsoft.Extensions.Configuration.Ini|6.0.0.0\",\"Microsoft.Extensions.Configuration.Json|6.0.0.0\",\"Microsoft.Extensions.Configuration.KeyPerFile|6.0.0.0\",\"Microsoft.Extensions.Configuration.UserSecrets|6.0.0.0\",\"Microsoft.Extensions.Configuration.Xml|6.0.0.0\",\"Microsoft.Extensions.Configuration|6.0.0.0\",\"Microsoft.Extensions.DependencyInjection.Abstractions|6.0.0.0\",\"Microsoft.Extensions.DependencyInjection|6.0.0.0\",\"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|6.0.0.0\",\"Microsoft.Extensions.Diagnostics.HealthChecks|6.0.0.0\",\"Microsoft.Extensions.Features|6.0.0.0\",\"Microsoft.Extensions.FileProviders.Abstractions|6.0.0.0\",\"Microsoft.Extensions.FileProviders.Composite|6.0.0.0\",\"Microsoft.Extensions.FileProviders.Embedded|6.0.0.0\",\"Microsoft.Extensions.FileProviders.Physical|6.0.0.0\",\"Microsoft.Extensions.FileSystemGlobbing|6.0.0.0\",\"Microsoft.Extensions.Hosting.Abstractions|6.0.0.0\",\"Microsoft.Extensions.Hosting|6.0.0.0\",\"Microsoft.Extensions.Http|6.0.0.0\",\"Microsoft.Extensions.Identity.Core|6.0.0.0\",\"Microsoft.Extensions.Identity.Stores|6.0.0.0\",\"Microsoft.Extensions.Localization.Abstractions|6.0.0.0\",\"Microsoft.Extensions.Localization|6.0.0.0\",\"Microsoft.Extensions.Logging.Abstractions|6.0.0.0\",\"Microsoft.Extensions.Logging.Configuration|6.0.0.0\",\"Microsoft.Extensions.Logging.Console|6.0.0.0\",\"Microsoft.Extensions.Logging.Debug|6.0.0.0\",\"Microsoft.Extensions.Logging.EventLog|6.0.0.0\",\"Microsoft.Extensions.Logging.EventSource|6.0.0.0\",\"Microsoft.Extensions.Logging.TraceSource|6.0.0.0\",\"Microsoft.Extensions.Logging|6.0.0.0\",\"Microsoft.Extensions.ObjectPool|6.0.0.0\",\"Microsoft.Extensions.Options.ConfigurationExtensions|6.0.0.0\",\"Microsoft.Extensions.Options.DataAnnotations|6.0.0.0\",\"Microsoft.Extensions.Options|6.0.0.0\",\"Microsoft.Extensions.Primitives|6.0.0.0\",\"Microsoft.Extensions.WebEncoders|6.0.0.0\",\"Microsoft.JSInterop|6.0.0.0\",\"Microsoft.Net.Http.Headers|6.0.0.0\",\"System.Diagnostics.EventLog|6.0.0.0\",\"System.IO.Pipelines|6.0.0.0\",\"System.Security.Cryptography.Xml|6.0.0.0\"],\"id\":\"Microsoft.AspNetCore.App.Ref\",\"sha512\":\"sha512-uD7Y3nff4uUBryVsahaW3/krbzh0yPI2DY9iCak/wPTqJucwmVszCmkEIQOfmT4L9f13xcsqHq3eN+ka6YvIYg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[\"Microsoft.Extensions.Caching.Abstractions|6.0.0\",\"Microsoft.Extensions.Caching.Memory|6.0.0\",\"Microsoft.Extensions.Configuration.Abstractions|6.0.0\",\"Microsoft.Extensions.Configuration.Binder|6.0.0\",\"Microsoft.Extensions.Configuration.CommandLine|6.0.0\",\"Microsoft.Extensions.Configuration|6.0.0\",\"Microsoft.Extensions.Configuration.EnvironmentVariables|6.0.0\",\"Microsoft.Extensions.Configuration.FileExtensions|6.0.0\",\"Microsoft.Extensions.Configuration.Ini|6.0.0\",\"Microsoft.Extensions.Configuration.Json|6.0.0\",\"Microsoft.Extensions.Configuration.UserSecrets|6.0.0\",\"Microsoft.Extensions.Configuration.Xml|6.0.0\",\"Microsoft.Extensions.DependencyInjection.Abstractions|6.0.0\",\"Microsoft.Extensions.DependencyInjection|6.0.0\",\"Microsoft.Extensions.FileProviders.Abstractions|6.0.0\",\"Microsoft.Extensions.FileProviders.Composite|6.0.0\",\"Microsoft.Extensions.FileProviders.Physical|6.0.0\",\"Microsoft.Extensions.FileSystemGlobbing|6.0.0\",\"Microsoft.Extensions.Hosting.Abstractions|6.0.0\",\"Microsoft.Extensions.Hosting|6.0.0\",\"Microsoft.Extensions.Http|6.0.0\",\"Microsoft.Extensions.Logging.Abstractions|6.0.0\",\"Microsoft.Extensions.Logging.Configuration|6.0.0\",\"Microsoft.Extensions.Logging.Console|6.0.0\",\"Microsoft.Extensions.Logging.Debug|6.0.0\",\"Microsoft.Extensions.Logging|6.0.0\",\"Microsoft.Extensions.Logging.EventLog|6.0.0\",\"Microsoft.Extensions.Logging.EventSource|6.0.0\",\"Microsoft.Extensions.Logging.TraceSource|6.0.0\",\"Microsoft.Extensions.Options.ConfigurationExtensions|6.0.0\",\"Microsoft.Extensions.Options.DataAnnotations|6.0.0\",\"Microsoft.Extensions.Options|6.0.0\",\"Microsoft.Extensions.Primitives|6.0.0\",\"System.Diagnostics.EventLog|6.0.0\",\"System.IO.Pipelines|6.0.0\",\"System.Security.Cryptography.Xml|6.0.0\",\"Microsoft.AspNetCore.Antiforgery|6.0.0\",\"Microsoft.AspNetCore.Authentication.Abstractions|6.0.0\",\"Microsoft.AspNetCore.Authentication.Cookies|6.0.0\",\"Microsoft.AspNetCore.Authentication.Core|6.0.0\",\"Microsoft.AspNetCore.Authentication|6.0.0\",\"Microsoft.AspNetCore.Authentication.OAuth|6.0.0\",\"Microsoft.AspNetCore.Authorization|6.0.0\",\"Microsoft.AspNetCore.Authorization.Policy|6.0.0\",\"Microsoft.AspNetCore.Components.Authorization|6.0.0\",\"Microsoft.AspNetCore.Components|6.0.0\",\"Microsoft.AspNetCore.Components.Forms|6.0.0\",\"Microsoft.AspNetCore.Components.Server|6.0.0\",\"Microsoft.AspNetCore.Components.Web|6.0.0\",\"Microsoft.AspNetCore.Connections.Abstractions|6.0.0\",\"Microsoft.AspNetCore.CookiePolicy|6.0.0\",\"Microsoft.AspNetCore.Cors|6.0.0\",\"Microsoft.AspNetCore.Cryptography.Internal|6.0.0\",\"Microsoft.AspNetCore.Cryptography.KeyDerivation|6.0.0\",\"Microsoft.AspNetCore.DataProtection.Abstractions|6.0.0\",\"Microsoft.AspNetCore.DataProtection|6.0.0\",\"Microsoft.AspNetCore.DataProtection.Extensions|6.0.0\",\"Microsoft.AspNetCore.Diagnostics.Abstractions|6.0.0\",\"Microsoft.AspNetCore.Diagnostics|6.0.0\",\"Microsoft.AspNetCore.Diagnostics.HealthChecks|6.0.0\",\"Microsoft.AspNetCore|6.0.0\",\"Microsoft.AspNetCore.HostFiltering|6.0.0\",\"Microsoft.AspNetCore.Hosting.Abstractions|6.0.0\",\"Microsoft.AspNetCore.Hosting|6.0.0\",\"Microsoft.AspNetCore.Hosting.Server.Abstractions|6.0.0\",\"Microsoft.AspNetCore.Html.Abstractions|6.0.0\",\"Microsoft.AspNetCore.Http.Abstractions|6.0.0\",\"Microsoft.AspNetCore.Http.Connections.Common|6.0.0\",\"Microsoft.AspNetCore.Http.Connections|6.0.0\",\"Microsoft.AspNetCore.Http|6.0.0\",\"Microsoft.AspNetCore.Http.Extensions|6.0.0\",\"Microsoft.AspNetCore.Http.Features|6.0.0\",\"Microsoft.AspNetCore.Http.Results|6.0.0\",\"Microsoft.AspNetCore.HttpLogging|6.0.0\",\"Microsoft.AspNetCore.HttpOverrides|6.0.0\",\"Microsoft.AspNetCore.HttpsPolicy|6.0.0\",\"Microsoft.AspNetCore.Identity|6.0.0\",\"Microsoft.AspNetCore.Localization|6.0.0\",\"Microsoft.AspNetCore.Localization.Routing|6.0.0\",\"Microsoft.AspNetCore.Metadata|6.0.0\",\"Microsoft.AspNetCore.Mvc.Abstractions|6.0.0\",\"Microsoft.AspNetCore.Mvc.ApiExplorer|6.0.0\",\"Microsoft.AspNetCore.Mvc.Core|6.0.0\",\"Microsoft.AspNetCore.Mvc.Cors|6.0.0\",\"Microsoft.AspNetCore.Mvc.DataAnnotations|6.0.0\",\"Microsoft.AspNetCore.Mvc|6.0.0\",\"Microsoft.AspNetCore.Mvc.Formatters.Json|6.0.0\",\"Microsoft.AspNetCore.Mvc.Formatters.Xml|6.0.0\",\"Microsoft.AspNetCore.Mvc.Localization|6.0.0\",\"Microsoft.AspNetCore.Mvc.Razor|6.0.0\",\"Microsoft.AspNetCore.Mvc.RazorPages|6.0.0\",\"Microsoft.AspNetCore.Mvc.TagHelpers|6.0.0\",\"Microsoft.AspNetCore.Mvc.ViewFeatures|6.0.0\",\"Microsoft.AspNetCore.Razor|6.0.0\",\"Microsoft.AspNetCore.Razor.Runtime|6.0.0\",\"Microsoft.AspNetCore.ResponseCaching.Abstractions|6.0.0\",\"Microsoft.AspNetCore.ResponseCaching|6.0.0\",\"Microsoft.AspNetCore.ResponseCompression|6.0.0\",\"Microsoft.AspNetCore.Rewrite|6.0.0\",\"Microsoft.AspNetCore.Routing.Abstractions|6.0.0\",\"Microsoft.AspNetCore.Routing|6.0.0\",\"Microsoft.AspNetCore.Server.HttpSys|6.0.0\",\"Microsoft.AspNetCore.Server.IIS|6.0.0\",\"Microsoft.AspNetCore.Server.IISIntegration|6.0.0\",\"Microsoft.AspNetCore.Server.Kestrel.Core|6.0.0\",\"Microsoft.AspNetCore.Server.Kestrel|6.0.0\",\"Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|6.0.0\",\"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|6.0.0\",\"Microsoft.AspNetCore.Session|6.0.0\",\"Microsoft.AspNetCore.SignalR.Common|6.0.0\",\"Microsoft.AspNetCore.SignalR.Core|6.0.0\",\"Microsoft.AspNetCore.SignalR|6.0.0\",\"Microsoft.AspNetCore.SignalR.Protocols.Json|6.0.0\",\"Microsoft.AspNetCore.StaticFiles|6.0.0\",\"Microsoft.AspNetCore.WebSockets|6.0.0\",\"Microsoft.AspNetCore.WebUtilities|6.0.0\",\"Microsoft.Extensions.Configuration.KeyPerFile|6.0.0\",\"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|6.0.0\",\"Microsoft.Extensions.Diagnostics.HealthChecks|6.0.0\",\"Microsoft.Extensions.Features|6.0.0\",\"Microsoft.Extensions.FileProviders.Embedded|6.0.0\",\"Microsoft.Extensions.Identity.Core|6.0.0\",\"Microsoft.Extensions.Identity.Stores|6.0.0\",\"Microsoft.Extensions.Localization.Abstractions|6.0.0\",\"Microsoft.Extensions.Localization|6.0.0\",\"Microsoft.Extensions.ObjectPool|6.0.0\",\"Microsoft.Extensions.WebEncoders|6.0.0\",\"Microsoft.JSInterop|6.0.0\",\"Microsoft.Net.Http.Headers|6.0.0\"],\"version\":\"6.0.9\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"System.Threading.Tasks.Extensions\"],\"net462\":[\"System.Threading.Tasks.Extensions\"],\"net47\":[\"System.Threading.Tasks.Extensions\"],\"net471\":[\"System.Threading.Tasks.Extensions\"],\"net472\":[\"System.Threading.Tasks.Extensions\"],\"net48\":[\"System.Threading.Tasks.Extensions\"],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Threading.Tasks.Extensions\"],\"netcoreapp2.1\":[\"System.Threading.Tasks.Extensions\"],\"netcoreapp2.2\":[\"System.Threading.Tasks.Extensions\"],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Threading.Tasks.Extensions\"],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.Bcl.AsyncInterfaces\",\"sha512\":\"sha512-Nb9B1lxCab0LZi0ijNLEpw4hgwt0Wl8QQM1DxIhJS2otChAtIVMfyGrYl3YzdSjspvBYPliJlr0kCtizNAVe3w==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"7.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netcoreapp1.1\":[\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"NETStandard.Library\"],\"netstandard1.1\":[\"NETStandard.Library\"],\"netstandard1.2\":[\"NETStandard.Library\"],\"netstandard1.3\":[\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netstandard1.4\":[\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netstandard1.5\":[\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netstandard1.6\":[\"NETStandard.Library\",\"System.Reflection.TypeExtensions\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.CSharp\",\"sha512\":\"sha512-yWWeTbGCzBOlRPWDCIxiTZW1ecZiMbao0ZT97KKEWdBhrLvUqU8RdzkhzuCRQzvoxzxlR7vytO43OOgFdkxv6g==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.5.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net462\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net47\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net471\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net472\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net48\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"net5.0\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\"],\"net6.0\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\"],\"net7.0\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\"],\"net8.0\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netcoreapp2.1\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netcoreapp2.2\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netcoreapp3.0\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\"],\"netcoreapp3.1\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"Microsoft.Bcl.AsyncInterfaces\"],\"netstandard2.1\":[\"Microsoft.Extensions.DependencyInjection.Abstractions\"]},\"framework_list\":[],\"id\":\"Microsoft.Extensions.DependencyInjection\",\"sha512\":\"sha512-vMQqPTihUGUTAzlr4354IcThGnC+ayzonlXLGBmnC6tdNUi40kKlqVl1d71RFgqV7Sj6L/ZmATPaX/xxCj5hAA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.1.9\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.Extensions.DependencyInjection.Abstractions\",\"sha512\":\"sha512-qbiwYBpKjQ2u3FNFDuznksbzsR7e/pUK2XR/osxiU/1Lo+M8MqjRnvBm5x/Uvtv2iDdMNQ2N+smrPgRGKDXboQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.1.9\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[\"Microsoft.CSharp|6.0.0.0\",\"Microsoft.VisualBasic.Core|11.0.0.0\",\"Microsoft.VisualBasic|10.0.0.0\",\"Microsoft.Win32.Primitives|6.0.0.0\",\"Microsoft.Win32.Registry|6.0.0.0\",\"System.AppContext|6.0.0.0\",\"System.Buffers|6.0.0.0\",\"System.Collections.Concurrent|6.0.0.0\",\"System.Collections.Immutable|6.0.0.0\",\"System.Collections.NonGeneric|6.0.0.0\",\"System.Collections.Specialized|6.0.0.0\",\"System.Collections|6.0.0.0\",\"System.ComponentModel.Annotations|6.0.0.0\",\"System.ComponentModel.DataAnnotations|4.0.0.0\",\"System.ComponentModel.EventBasedAsync|6.0.0.0\",\"System.ComponentModel.Primitives|6.0.0.0\",\"System.ComponentModel.TypeConverter|6.0.0.0\",\"System.ComponentModel|6.0.0.0\",\"System.Configuration|4.0.0.0\",\"System.Console|6.0.0.0\",\"System.Core|4.0.0.0\",\"System.Data.Common|6.0.0.0\",\"System.Data.DataSetExtensions|4.0.0.0\",\"System.Data|4.0.0.0\",\"System.Diagnostics.Contracts|6.0.0.0\",\"System.Diagnostics.Debug|6.0.0.0\",\"System.Diagnostics.DiagnosticSource|6.0.0.0\",\"System.Diagnostics.FileVersionInfo|6.0.0.0\",\"System.Diagnostics.Process|6.0.0.0\",\"System.Diagnostics.StackTrace|6.0.0.0\",\"System.Diagnostics.TextWriterTraceListener|6.0.0.0\",\"System.Diagnostics.Tools|6.0.0.0\",\"System.Diagnostics.TraceSource|6.0.0.0\",\"System.Diagnostics.Tracing|6.0.0.0\",\"System.Drawing.Primitives|6.0.0.0\",\"System.Drawing|4.0.0.0\",\"System.Dynamic.Runtime|6.0.0.0\",\"System.Formats.Asn1|6.0.0.0\",\"System.Globalization.Calendars|6.0.0.0\",\"System.Globalization.Extensions|6.0.0.0\",\"System.Globalization|6.0.0.0\",\"System.IO.Compression.Brotli|6.0.0.0\",\"System.IO.Compression.FileSystem|4.0.0.0\",\"System.IO.Compression.ZipFile|6.0.0.0\",\"System.IO.Compression|6.0.0.0\",\"System.IO.FileSystem.AccessControl|6.0.0.0\",\"System.IO.FileSystem.DriveInfo|6.0.0.0\",\"System.IO.FileSystem.Primitives|6.0.0.0\",\"System.IO.FileSystem.Watcher|6.0.0.0\",\"System.IO.FileSystem|6.0.0.0\",\"System.IO.IsolatedStorage|6.0.0.0\",\"System.IO.MemoryMappedFiles|6.0.0.0\",\"System.IO.Pipes.AccessControl|6.0.0.0\",\"System.IO.Pipes|6.0.0.0\",\"System.IO.UnmanagedMemoryStream|6.0.0.0\",\"System.IO|6.0.0.0\",\"System.Linq.Expressions|6.0.0.0\",\"System.Linq.Parallel|6.0.0.0\",\"System.Linq.Queryable|6.0.0.0\",\"System.Linq|6.0.0.0\",\"System.Memory|6.0.0.0\",\"System.Net.Http.Json|6.0.0.0\",\"System.Net.Http|6.0.0.0\",\"System.Net.HttpListener|6.0.0.0\",\"System.Net.Mail|6.0.0.0\",\"System.Net.NameResolution|6.0.0.0\",\"System.Net.NetworkInformation|6.0.0.0\",\"System.Net.Ping|6.0.0.0\",\"System.Net.Primitives|6.0.0.0\",\"System.Net.Requests|6.0.0.0\",\"System.Net.Security|6.0.0.0\",\"System.Net.ServicePoint|6.0.0.0\",\"System.Net.Sockets|6.0.0.0\",\"System.Net.WebClient|6.0.0.0\",\"System.Net.WebHeaderCollection|6.0.0.0\",\"System.Net.WebProxy|6.0.0.0\",\"System.Net.WebSockets.Client|6.0.0.0\",\"System.Net.WebSockets|6.0.0.0\",\"System.Net|4.0.0.0\",\"System.Numerics.Vectors|6.0.0.0\",\"System.Numerics|4.0.0.0\",\"System.ObjectModel|6.0.0.0\",\"System.Reflection.DispatchProxy|6.0.0.0\",\"System.Reflection.Emit.ILGeneration|6.0.0.0\",\"System.Reflection.Emit.Lightweight|6.0.0.0\",\"System.Reflection.Emit|6.0.0.0\",\"System.Reflection.Extensions|6.0.0.0\",\"System.Reflection.Metadata|6.0.0.0\",\"System.Reflection.Primitives|6.0.0.0\",\"System.Reflection.TypeExtensions|6.0.0.0\",\"System.Reflection|6.0.0.0\",\"System.Resources.Reader|6.0.0.0\",\"System.Resources.ResourceManager|6.0.0.0\",\"System.Resources.Writer|6.0.0.0\",\"System.Runtime.CompilerServices.Unsafe|6.0.0.0\",\"System.Runtime.CompilerServices.VisualC|6.0.0.0\",\"System.Runtime.Extensions|6.0.0.0\",\"System.Runtime.Handles|6.0.0.0\",\"System.Runtime.InteropServices.RuntimeInformation|6.0.0.0\",\"System.Runtime.InteropServices|6.0.0.0\",\"System.Runtime.Intrinsics|6.0.0.0\",\"System.Runtime.Loader|6.0.0.0\",\"System.Runtime.Numerics|6.0.0.0\",\"System.Runtime.Serialization.Formatters|6.0.0.0\",\"System.Runtime.Serialization.Json|6.0.0.0\",\"System.Runtime.Serialization.Primitives|6.0.0.0\",\"System.Runtime.Serialization.Xml|6.0.0.0\",\"System.Runtime.Serialization|4.0.0.0\",\"System.Runtime|6.0.0.0\",\"System.Security.AccessControl|6.0.0.0\",\"System.Security.Claims|6.0.0.0\",\"System.Security.Cryptography.Algorithms|6.0.0.0\",\"System.Security.Cryptography.Cng|6.0.0.0\",\"System.Security.Cryptography.Csp|6.0.0.0\",\"System.Security.Cryptography.Encoding|6.0.0.0\",\"System.Security.Cryptography.OpenSsl|6.0.0.0\",\"System.Security.Cryptography.Primitives|6.0.0.0\",\"System.Security.Cryptography.X509Certificates|6.0.0.0\",\"System.Security.Principal.Windows|6.0.0.0\",\"System.Security.Principal|6.0.0.0\",\"System.Security.SecureString|6.0.0.0\",\"System.Security|4.0.0.0\",\"System.ServiceModel.Web|4.0.0.0\",\"System.ServiceProcess|4.0.0.0\",\"System.Text.Encoding.CodePages|6.0.0.0\",\"System.Text.Encoding.Extensions|6.0.0.0\",\"System.Text.Encoding|6.0.0.0\",\"System.Text.Encodings.Web|6.0.0.0\",\"System.Text.Json|6.0.0.0\",\"System.Text.RegularExpressions|6.0.0.0\",\"System.Threading.Channels|6.0.0.0\",\"System.Threading.Overlapped|6.0.0.0\",\"System.Threading.Tasks.Dataflow|6.0.0.0\",\"System.Threading.Tasks.Extensions|6.0.0.0\",\"System.Threading.Tasks.Parallel|6.0.0.0\",\"System.Threading.Tasks|6.0.0.0\",\"System.Threading.Thread|6.0.0.0\",\"System.Threading.ThreadPool|6.0.0.0\",\"System.Threading.Timer|6.0.0.0\",\"System.Threading|6.0.0.0\",\"System.Transactions.Local|6.0.0.0\",\"System.Transactions|4.0.0.0\",\"System.ValueTuple|4.0.3.0\",\"System.Web.HttpUtility|6.0.0.0\",\"System.Web|4.0.0.0\",\"System.Windows|4.0.0.0\",\"System.Xml.Linq|4.0.0.0\",\"System.Xml.ReaderWriter|6.0.0.0\",\"System.Xml.Serialization|4.0.0.0\",\"System.Xml.XDocument|6.0.0.0\",\"System.Xml.XPath.XDocument|6.0.0.0\",\"System.Xml.XPath|6.0.0.0\",\"System.Xml.XmlDocument|6.0.0.0\",\"System.Xml.XmlSerializer|6.0.0.0\",\"System.Xml|4.0.0.0\",\"System|4.0.0.0\",\"WindowsBase|4.0.0.0\",\"mscorlib|4.0.0.0\",\"netstandard|2.1.0.0\"],\"id\":\"Microsoft.NETCore.App.Ref\",\"sha512\":\"sha512-dudkoXKqcCPEjNnwYQzRipKGcIB21o3CjbTffACrnSmUAoZS+IdIv3COpwKIaZKDPl7euUUpb7WhAc0WH8+//A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[\"Microsoft.CSharp|4.4.0\",\"Microsoft.Win32.Primitives|4.3.0\",\"Microsoft.Win32.Registry|4.4.0\",\"runtime.debian.8-x64.runtime.native.System|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"System.AppContext|4.3.0\",\"System.Buffers|4.4.0\",\"System.Collections|4.3.0\",\"System.Collections.Concurrent|4.3.0\",\"System.Collections.Immutable|1.4.0\",\"System.Collections.NonGeneric|4.3.0\",\"System.Collections.Specialized|4.3.0\",\"System.ComponentModel|4.3.0\",\"System.ComponentModel.EventBasedAsync|4.3.0\",\"System.ComponentModel.Primitives|4.3.0\",\"System.ComponentModel.TypeConverter|4.3.0\",\"System.Console|4.3.0\",\"System.Data.Common|4.3.0\",\"System.Diagnostics.Contracts|4.3.0\",\"System.Diagnostics.Debug|4.3.0\",\"System.Diagnostics.DiagnosticSource|4.4.0\",\"System.Diagnostics.FileVersionInfo|4.3.0\",\"System.Diagnostics.Process|4.3.0\",\"System.Diagnostics.StackTrace|4.3.0\",\"System.Diagnostics.TextWriterTraceListener|4.3.0\",\"System.Diagnostics.Tools|4.3.0\",\"System.Diagnostics.TraceSource|4.3.0\",\"System.Diagnostics.Tracing|4.3.0\",\"System.Dynamic.Runtime|4.3.0\",\"System.Globalization|4.3.0\",\"System.Globalization.Calendars|4.3.0\",\"System.Globalization.Extensions|4.3.0\",\"System.IO|4.3.0\",\"System.IO.Compression|4.3.0\",\"System.IO.Compression.ZipFile|4.3.0\",\"System.IO.FileSystem|4.3.0\",\"System.IO.FileSystem.AccessControl|4.4.0\",\"System.IO.FileSystem.DriveInfo|4.3.0\",\"System.IO.FileSystem.Primitives|4.3.0\",\"System.IO.FileSystem.Watcher|4.3.0\",\"System.IO.IsolatedStorage|4.3.0\",\"System.IO.MemoryMappedFiles|4.3.0\",\"System.IO.Pipes|4.3.0\",\"System.IO.UnmanagedMemoryStream|4.3.0\",\"System.Linq|4.3.0\",\"System.Linq.Expressions|4.3.0\",\"System.Linq.Queryable|4.3.0\",\"System.Net.Http|4.3.0\",\"System.Net.NameResolution|4.3.0\",\"System.Net.Primitives|4.3.0\",\"System.Net.Requests|4.3.0\",\"System.Net.Security|4.3.0\",\"System.Net.Sockets|4.3.0\",\"System.Net.WebHeaderCollection|4.3.0\",\"System.ObjectModel|4.3.0\",\"System.Private.DataContractSerialization|4.3.0\",\"System.Reflection|4.3.0\",\"System.Reflection.Emit|4.3.0\",\"System.Reflection.Emit.ILGeneration|4.3.0\",\"System.Reflection.Emit.Lightweight|4.3.0\",\"System.Reflection.Extensions|4.3.0\",\"System.Reflection.Metadata|1.5.0\",\"System.Reflection.Primitives|4.3.0\",\"System.Reflection.TypeExtensions|4.3.0\",\"System.Resources.ResourceManager|4.3.0\",\"System.Runtime|4.3.0\",\"System.Runtime.Extensions|4.3.0\",\"System.Runtime.Handles|4.3.0\",\"System.Runtime.InteropServices|4.3.0\",\"System.Runtime.InteropServices.RuntimeInformation|4.3.0\",\"System.Runtime.Loader|4.3.0\",\"System.Runtime.Numerics|4.3.0\",\"System.Runtime.Serialization.Formatters|4.3.0\",\"System.Runtime.Serialization.Json|4.3.0\",\"System.Runtime.Serialization.Primitives|4.3.0\",\"System.Security.AccessControl|4.4.0\",\"System.Security.Claims|4.3.0\",\"System.Security.Cryptography.Algorithms|4.3.0\",\"System.Security.Cryptography.Cng|4.4.0\",\"System.Security.Cryptography.Csp|4.3.0\",\"System.Security.Cryptography.Encoding|4.3.0\",\"System.Security.Cryptography.OpenSsl|4.4.0\",\"System.Security.Cryptography.Primitives|4.3.0\",\"System.Security.Cryptography.X509Certificates|4.3.0\",\"System.Security.Cryptography.Xml|4.4.0\",\"System.Security.Principal|4.3.0\",\"System.Security.Principal.Windows|4.4.0\",\"System.Text.Encoding|4.3.0\",\"System.Text.Encoding.Extensions|4.3.0\",\"System.Text.RegularExpressions|4.3.0\",\"System.Threading|4.3.0\",\"System.Threading.Overlapped|4.3.0\",\"System.Threading.Tasks|4.3.0\",\"System.Threading.Tasks.Extensions|4.3.0\",\"System.Threading.Tasks.Parallel|4.3.0\",\"System.Threading.Thread|4.3.0\",\"System.Threading.ThreadPool|4.3.0\",\"System.Threading.Timer|4.3.0\",\"System.ValueTuple|4.3.0\",\"System.Xml.ReaderWriter|4.3.0\",\"System.Xml.XDocument|4.3.0\",\"System.Xml.XmlDocument|4.3.0\",\"System.Xml.XmlSerializer|4.3.0\",\"System.Xml.XPath|4.3.0\",\"System.Xml.XPath.XDocument|4.3.0\"],\"version\":\"6.0.9\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.App.Runtime.linux-x64\",\"sha512\":\"sha512-hO+FrI8U0/8oJOCevQb4PMqBmGTXGLCmnD0MSFdUiOnO9cNDb1MC4X+ndV/xVQyLnE/WJfYG8HDj84ieyj25ow==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.15\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.App.Runtime.osx-arm64\",\"sha512\":\"sha512-YjL1PzK4SQgWWrDk8QIRwpgXraM8Yst0rbqicFioXrGV+/hltlfJMvfPY9NmHV8f2ydjcSdY88aBXHQxDOD/zw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.15\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.App.Runtime.osx-x64\",\"sha512\":\"sha512-lM8ibaNG0wJJoEsHqyAqf3ZZmDRxRqtk48jx5zOuTV/hIqtjidbx+8i5FibNdAf/zBeONLHI29TdW8km+V1tTg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.15\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.App.Runtime.win-x64\",\"sha512\":\"sha512-F/BqQdowumzmKRXewGJXG9+HhxhmzlNm8Jr151AX7RjAz/1cjSx5P/iZJsIimg+2uzIIGQI8+5UEpLnIFor5sA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.15\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.Platforms\",\"sha512\":\"sha512-mcQWjuDBh4WHGG4WcBI0k025WAdA2afMm6fs42sm1f+3gRyNQUiuMVT5gAWNUGSHmlu6qn/TCnAQpfl4Gm6cBw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"7.0.4\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.Targets\",\"sha512\":\"sha512-hYHm3JAjQO/nySxcl1EpZhYEW+2P3H1eLZNr+QxgO5TnLS6hqtfi5WchjQzjid45MYmhy2X7IOmcWtDP4fpMGw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.Win32.SystemEvents\",\"sha512\":\"sha512-GO6SWx/wSZIFvxOn67Y6OiIGdz9JGCg5CRDDbSAAvBDQeZFbybu9sEOUb9w/vUlQv+A2XakTFZg9Ug1w+tgbWQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"7.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net451\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net452\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net46\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net461\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net462\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net47\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net471\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net472\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net48\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net5.0\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net6.0\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net7.0\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"net8.0\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"netcoreapp2.1\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"netcoreapp2.2\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"netcoreapp3.0\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"netcoreapp3.1\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"],\"netstandard2.1\":[\"Castle.Core\",\"System.Threading.Tasks.Extensions\"]},\"framework_list\":[],\"id\":\"Moq\",\"sha512\":\"sha512-52OnOpSKKlXfi+ukMOeRJ1Md1bOeloP7L7HkzvWtjkfRBkWmpo3vBGWX4P1wPVJEfgrDTeXCvq8S1vLasXdFJA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.12.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"Microsoft.NETCore.Platforms\"],\"net451\":[\"Microsoft.NETCore.Platforms\"],\"net452\":[\"Microsoft.NETCore.Platforms\"],\"net46\":[\"Microsoft.NETCore.Platforms\"],\"net461\":[\"Microsoft.NETCore.Platforms\"],\"net462\":[\"Microsoft.NETCore.Platforms\"],\"net47\":[\"Microsoft.NETCore.Platforms\"],\"net471\":[\"Microsoft.NETCore.Platforms\"],\"net472\":[\"Microsoft.NETCore.Platforms\"],\"net48\":[\"Microsoft.NETCore.Platforms\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"System.Diagnostics.Tools\",\"System.IO\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"System.Diagnostics.Tools\",\"System.IO\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"System.Diagnostics.Tools\",\"System.IO\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"System.Diagnostics.Tools\",\"System.IO\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"System.Diagnostics.Tools\",\"System.IO\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"System.Diagnostics.Tools\",\"System.IO\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"System.Diagnostics.Tools\",\"System.IO\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"System.Diagnostics.Tools\",\"System.IO\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"System.Diagnostics.Tools\",\"System.IO\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\"]},\"framework_list\":[],\"id\":\"NETStandard.Library\",\"sha512\":\"sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"2.0.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netcoreapp1.1\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.1\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.2\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.3\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.4\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.5\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard1.6\":[\"Microsoft.CSharp\",\"NETStandard.Library\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Newtonsoft.Json\",\"sha512\":\"sha512-g3MbZi6vBTeaI/hEbvR7vBETSd1DWLe9i1E4P+nPY34v5i94zqUqDXvdWC3G+7tYN9SnsdU9zzegrnRz4h7nsQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"13.0.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"NETStandard.Library\"],\"net6.0\":[\"NETStandard.Library\"],\"net7.0\":[\"NETStandard.Library\"],\"net8.0\":[\"NETStandard.Library\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NETStandard.Library\"],\"netcoreapp2.1\":[\"NETStandard.Library\"],\"netcoreapp2.2\":[\"NETStandard.Library\"],\"netcoreapp3.0\":[\"NETStandard.Library\"],\"netcoreapp3.1\":[\"NETStandard.Library\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NETStandard.Library\"],\"netstandard2.1\":[\"NETStandard.Library\"]},\"framework_list\":[],\"id\":\"NUnit\",\"sha512\":\"sha512-foKGnF2ckq6uRAybnw1PIMDsDxdp1rbuEBJ4t2LYa5HDL80mOcEUjdbVqRDMTsKNiikfkPEBoeyGV42ZXiLLQA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.13.2\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[\"NUnit\"],\"net40\":[\"NUnit\"],\"net403\":[\"NUnit\"],\"net45\":[\"NUnit\"],\"net451\":[\"NUnit\"],\"net452\":[\"NUnit\"],\"net46\":[\"NUnit\"],\"net461\":[\"NUnit\"],\"net462\":[\"NUnit\"],\"net47\":[\"NUnit\"],\"net471\":[\"NUnit\"],\"net472\":[\"NUnit\"],\"net48\":[\"NUnit\"],\"net5.0\":[\"NUnit\",\"NETStandard.Library\"],\"net6.0\":[\"NUnit\",\"NETStandard.Library\"],\"net7.0\":[\"NUnit\",\"NETStandard.Library\"],\"net8.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp2.1\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp2.2\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp3.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp3.1\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard2.1\":[\"NUnit\",\"NETStandard.Library\"]},\"framework_list\":[],\"id\":\"NUnitLite\",\"sha512\":\"sha512-kPGW4B0ycZAqDPLPKU058JR9onD3svLKAYEghQ1Oyy1YC8bIgtniGUKUbjqeNI3i5KnqFMxEdiHTGF0XxDG9hQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.13.2\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Runfiles\",\"sha512\":\"sha512-R0fzLX7VYL2Ce8xQd0r2nVxKPvDt5Ob5P3P0wa6Mj7feErsjJUsJvR4MEZTZSsuRZhcnwOB71F/mryh9pP59Zw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"0.12.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"System.Runtime\"],\"netcoreapp1.1\":[\"System.Runtime\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"System.Runtime\"],\"netstandard1.2\":[\"System.Runtime\"],\"netstandard1.3\":[\"System.Runtime\"],\"netstandard1.4\":[\"System.Runtime\"],\"netstandard1.5\":[\"System.Runtime\"],\"netstandard1.6\":[\"System.Runtime\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Buffers\",\"sha512\":\"sha512-gNphWOVbm89+C15jebnPRaYykU8De1PFv1YJV24814IfeGGVa3PXRHDS0MLlbdI1pe9Mpv/n4ZK4INwtAjqv8g==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.5.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"System.Security.Principal.Windows\"],\"net462\":[\"System.Security.Principal.Windows\"],\"net47\":[\"System.Security.Principal.Windows\"],\"net471\":[\"System.Security.Principal.Windows\"],\"net472\":[\"System.Security.Principal.Windows\"],\"net48\":[\"System.Security.Principal.Windows\"],\"net5.0\":[\"System.Security.Principal.Windows\"],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Security.Principal.Windows\"],\"netcoreapp2.1\":[\"System.Security.Principal.Windows\"],\"netcoreapp2.2\":[\"System.Security.Principal.Windows\"],\"netcoreapp3.0\":[\"System.Security.Principal.Windows\"],\"netcoreapp3.1\":[\"System.Security.Principal.Windows\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Security.Principal.Windows\"],\"netstandard2.1\":[\"System.Security.Principal.Windows\"]},\"framework_list\":[],\"id\":\"System.Diagnostics.EventLog\",\"sha512\":\"sha512-m/H4Rg7KukGEmfRpl+rXU1UbMN3GYbv42cbMHRgMwHIiUL3svKoFFR76Fk/mHN5TgrwGx64fS0Fp+p3qICKg/Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"7.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Diagnostics.Tools\",\"sha512\":\"sha512-Fk1pd+chy860Tt57/XWwO42XceBCau+l1Axxhn6WQJL9xqaAi8vFVZ7XPsLFMsplfWR2r3mknKOth5uDZvE9kA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[\"Microsoft.Win32.SystemEvents\"],\"net7.0\":[\"Microsoft.Win32.SystemEvents\"],\"net8.0\":[\"Microsoft.Win32.SystemEvents\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Drawing.Common\",\"sha512\":\"sha512-0TJd5U26gRDgGa/rqABgHC5OBAiyl7Mm3pIzPgKfpmPXFQ8CFVWyGi+4mkEaCK715ViOBDkU2pC2nAiPunLw7Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"7.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\",\"System.Text.Encoding\",\"System.Threading.Tasks\"]},\"framework_list\":[],\"id\":\"System.IO\",\"sha512\":\"sha512-v8paIePhmGuXZbE9xvvNb4uJ5ME4OFXR1+8la/G/L1GIl2nbU2WFnddgb79kVK3U2us7q1aZT/uY/R0D/ovB5g==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"System.Buffers\",\"System.Runtime.CompilerServices.Unsafe\"],\"net451\":[\"System.Buffers\",\"System.Runtime.CompilerServices.Unsafe\"],\"net452\":[\"System.Buffers\",\"System.Runtime.CompilerServices.Unsafe\"],\"net46\":[\"System.Buffers\",\"System.Runtime.CompilerServices.Unsafe\"],\"net461\":[\"System.Buffers\",\"System.Numerics.Vectors\",\"System.Runtime.CompilerServices.Unsafe\"],\"net462\":[\"System.Buffers\",\"System.Numerics.Vectors\",\"System.Runtime.CompilerServices.Unsafe\"],\"net47\":[\"System.Buffers\",\"System.Numerics.Vectors\",\"System.Runtime.CompilerServices.Unsafe\"],\"net471\":[\"System.Buffers\",\"System.Numerics.Vectors\",\"System.Runtime.CompilerServices.Unsafe\"],\"net472\":[\"System.Buffers\",\"System.Numerics.Vectors\",\"System.Runtime.CompilerServices.Unsafe\"],\"net48\":[\"System.Buffers\",\"System.Numerics.Vectors\",\"System.Runtime.CompilerServices.Unsafe\"],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"System.Buffers\",\"System.Reflection\",\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Runtime.InteropServices\"],\"netcoreapp1.1\":[\"System.Buffers\",\"System.Reflection\",\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Runtime.InteropServices\"],\"netcoreapp2.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"System.Buffers\",\"System.Reflection\",\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Runtime.InteropServices\"],\"netstandard1.2\":[\"System.Buffers\",\"System.Reflection\",\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Runtime.InteropServices\"],\"netstandard1.3\":[\"System.Buffers\",\"System.Reflection\",\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Runtime.InteropServices\"],\"netstandard1.4\":[\"System.Buffers\",\"System.Reflection\",\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Runtime.InteropServices\"],\"netstandard1.5\":[\"System.Buffers\",\"System.Reflection\",\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Runtime.InteropServices\"],\"netstandard1.6\":[\"System.Buffers\",\"System.Reflection\",\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Runtime.InteropServices\"],\"netstandard2.0\":[\"System.Buffers\",\"System.Numerics.Vectors\",\"System.Runtime.CompilerServices.Unsafe\"],\"netstandard2.1\":[\"System.Buffers\",\"System.Numerics.Vectors\",\"System.Runtime.CompilerServices.Unsafe\"]},\"framework_list\":[],\"id\":\"System.Memory\",\"sha512\":\"sha512-6MjlNsl7lKw0Q8lAsw2tQ89ul9x6jD2Yk3EEj+dOFoYGOE9eAUO9wNhvd4O/n97oQXlkyzqKXXUnE+kLElFy3A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.5.5\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NETStandard.Library\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"NETStandard.Library\"],\"netstandard1.1\":[\"NETStandard.Library\"],\"netstandard1.2\":[\"NETStandard.Library\"],\"netstandard1.3\":[\"NETStandard.Library\"],\"netstandard1.4\":[\"NETStandard.Library\"],\"netstandard1.5\":[\"NETStandard.Library\"],\"netstandard1.6\":[\"NETStandard.Library\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Numerics.Vectors\",\"sha512\":\"sha512-nATsBTD2CKr4AYN6eRszhX4sptImWmBJwB/U6XKCWWfnCcrTBw8XSCm3QA9gjppkHTr8OkXUY21MR91D3QZXsw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.5.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.IO\",\"System.Reflection.Primitives\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Reflection\",\"sha512\":\"sha512-IyW2ftYNzgMCgHBk8lQiy+G3+ydbU5tE+6PEqM5JJvIdeFKaXDSzHAPYDREPe6zpr5WJ1Fcma+rAFCIAV6+DMw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"System.IO\",\"System.Reflection\",\"System.Reflection.Emit.ILGeneration\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\"],\"netcoreapp1.1\":[\"System.IO\",\"System.Reflection\",\"System.Reflection.Emit.ILGeneration\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"System.IO\",\"System.Reflection\",\"System.Reflection.Emit.ILGeneration\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\"],\"netstandard1.2\":[\"System.IO\",\"System.Reflection\",\"System.Reflection.Emit.ILGeneration\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\"],\"netstandard1.3\":[\"System.IO\",\"System.Reflection\",\"System.Reflection.Emit.ILGeneration\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\"],\"netstandard1.4\":[\"System.IO\",\"System.Reflection\",\"System.Reflection.Emit.ILGeneration\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\"],\"netstandard1.5\":[\"System.IO\",\"System.Reflection\",\"System.Reflection.Emit.ILGeneration\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\"],\"netstandard1.6\":[\"System.IO\",\"System.Reflection\",\"System.Reflection.Emit.ILGeneration\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.InteropServices\"],\"netstandard2.0\":[\"System.Reflection.Emit.ILGeneration\"],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Reflection.Emit\",\"sha512\":\"sha512-EMAyW5k6MdmTxYre7l8cb9f/Zhc78ivw0pXSm/sw8OAewwQqzqxeJFu2LY+/7WPOAq33TgTPVYEeDPPVQbiXqQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.7.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp1.1\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.1\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.2\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.3\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.4\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.5\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.6\":[\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Reflection.Emit.ILGeneration\",\"sha512\":\"sha512-iQ2Xw8qC8YCsh3+OUAMtD4g8LiA5r9ZxVhlDZn3Dok7C382JbLlPNyyXXCW3KRiv0Ebvwt7b1ZYqmIoCerrI2Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.7.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Reflection.Primitives\",\"sha512\":\"sha512-1LnMkF9aXKuQAgYzjoiQaL9mwY7oY6KdaO/zzeLMynNBEqKoUfLi5TiKIewoAF+hkxfGTZsjkjsF1jRL4uSeqg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"System.Reflection\",\"System.Runtime\"],\"netcoreapp1.1\":[\"System.Reflection\",\"System.Runtime\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"System.Reflection\",\"System.Runtime\"],\"netstandard1.4\":[\"System.Reflection\",\"System.Runtime\"],\"netstandard1.5\":[\"System.Reflection\",\"System.Runtime\"],\"netstandard1.6\":[\"System.Reflection\",\"System.Runtime\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Reflection.TypeExtensions\",\"sha512\":\"sha512-Q/fczHO357fqTntQPZBSwhstHCcZFvgqOwBnkO+lhMyS2pYBDtXyfRQblK3SYXN8GXHOEJzjNM5Tr12zp73c6A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.7.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\"]},\"framework_list\":[],\"id\":\"System.Runtime\",\"sha512\":\"sha512-Al69mPDfzdD+bKGK2HAfB+lNFOHFqnkqzNnUJmmvUe1/qEPK9M7EiTT4zuycKDPy7ev11xz8XVgJWKP0hm7NIA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Runtime.CompilerServices.Unsafe\",\"sha512\":\"sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Runtime.Handles\",\"sha512\":\"sha512-CluvHdVUv54BvLTOCCyybugreDNk/rR8unMPruzXDtxSjvrQOU3M4R831/lQf4YI8VYp668FGQa/01E+Rq8PEQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[\"System.Runtime\"],\"net47\":[\"System.Runtime\"],\"net471\":[\"System.Runtime\"],\"net472\":[\"System.Runtime\"],\"net48\":[\"System.Runtime\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Reflection\",\"System.Reflection.Primitives\",\"System.Runtime\",\"System.Runtime.Handles\"]},\"framework_list\":[],\"id\":\"System.Runtime.InteropServices\",\"sha512\":\"sha512-ZQeZw+ZU77ua1nFXycYM5G8oioFZe+N84qC/XUg1BEBl7z9luZcyjLu7+4H0yJuNfn1hOAiAAZ3u5us/lj9w2Q==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"System.Reflection\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\"],\"netcoreapp1.1\":[\"System.Reflection\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[\"System.Reflection\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\"],\"netstandard1.4\":[\"System.Reflection\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\"],\"netstandard1.5\":[\"System.Reflection\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\"],\"netstandard1.6\":[\"System.Reflection\",\"System.Runtime\",\"System.Runtime.Handles\",\"System.Runtime.InteropServices\",\"System.Text.Encoding\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Security.Principal.Windows\",\"sha512\":\"sha512-RKkgqq8ishctQTGbtXqyuOGkUx1fAhkqb1OoHYdRJRlbYLoLWkSkWYHRN/17DzplsSlZtf2Xr8BXjNhO8nRnzQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Text.Encoding\",\"sha512\":\"sha512-b/f+7HMTpxIfeV7H03bkuHKMFylCGfr9/U6gePnfFFW0aF8LOWLDgQCY6V1oWUqDksC3mdNuyChM1vy9TP4sZw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"net462\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"net47\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"net471\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"net472\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"net48\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"net5.0\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"net6.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp2.1\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp2.2\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp3.0\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp3.1\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"],\"netstandard2.1\":[\"System.Buffers\",\"System.Memory\",\"System.Runtime.CompilerServices.Unsafe\"]},\"framework_list\":[],\"id\":\"System.Text.Encodings.Web\",\"sha512\":\"sha512-uggiw4w7ZYq6lJVkLSaeiCuCfjvkrS3BQm2Kl9PLxaInfF+AhH0MuTgQeK8BUjMoxJksqgWBRtXY7muKCGCcMg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"8.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"net462\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"net47\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"net471\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"net472\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"net48\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"net5.0\":[\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\"],\"net6.0\":[\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\"],\"net7.0\":[\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\"],\"net8.0\":[\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"netcoreapp2.1\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"netcoreapp2.2\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"netcoreapp3.0\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"netcoreapp3.1\":[\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"],\"netstandard2.1\":[\"Microsoft.Bcl.AsyncInterfaces\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Text.Encodings.Web\",\"System.Buffers\",\"System.Memory\",\"System.Numerics.Vectors\",\"System.Threading.Tasks.Extensions\"]},\"framework_list\":[],\"id\":\"System.Text.Json\",\"sha512\":\"sha512-as7kWI67Stsl6uS9mWf74R9YWD2uakVSh0YbijKqbkFEfoZJodZJISry+w2RrAZvyffGtaTxi0jNB+Zt44Byzg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.9\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\",\"Microsoft.NETCore.Targets\",\"System.Runtime\"]},\"framework_list\":[],\"id\":\"System.Threading.Tasks\",\"sha512\":\"sha512-fUiP+CyyCjs872OA8trl6p97qma/da1xGq3h4zAbJZk8zyaU4zyEfqW5vbkP80xG/Nimun1vlWBboMEk7XxdEw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.3.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net451\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net452\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net46\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net461\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net462\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net47\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net471\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net472\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net48\":[\"System.Runtime.CompilerServices.Unsafe\"],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Threading.Tasks\"],\"netcoreapp1.1\":[\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Threading.Tasks\"],\"netcoreapp2.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Threading.Tasks\"],\"netstandard1.1\":[\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Threading.Tasks\"],\"netstandard1.2\":[\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Threading.Tasks\"],\"netstandard1.3\":[\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Threading.Tasks\"],\"netstandard1.4\":[\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Threading.Tasks\"],\"netstandard1.5\":[\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Threading.Tasks\"],\"netstandard1.6\":[\"System.Runtime\",\"System.Runtime.CompilerServices.Unsafe\",\"System.Threading.Tasks\"],\"netstandard2.0\":[\"System.Runtime.CompilerServices.Unsafe\"],\"netstandard2.1\":[\"System.Runtime.CompilerServices.Unsafe\"]},\"framework_list\":[],\"id\":\"System.Threading.Tasks.Extensions\",\"sha512\":\"sha512-aAUghud9PHGYc3o9oWPWd0C3xE+TJQw5ZZs78htlR6mr9ky/QEgfXHjyQ2GvOq9H1S0YizcVVKCSin92ZcH8FA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"4.5.4\"}" - ], - "targeting_pack_overrides": { - "benderproxy": [], - "castle.core": [], - "commandlineparser": [], - "handlebars.net": [], - "humanizer.core": [], - "microsoft.aspnetcore.app.ref": [ - "Microsoft.Extensions.Caching.Abstractions|6.0.0", - "Microsoft.Extensions.Caching.Memory|6.0.0", - "Microsoft.Extensions.Configuration.Abstractions|6.0.0", - "Microsoft.Extensions.Configuration.Binder|6.0.0", - "Microsoft.Extensions.Configuration.CommandLine|6.0.0", - "Microsoft.Extensions.Configuration|6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables|6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions|6.0.0", - "Microsoft.Extensions.Configuration.Ini|6.0.0", - "Microsoft.Extensions.Configuration.Json|6.0.0", - "Microsoft.Extensions.Configuration.UserSecrets|6.0.0", - "Microsoft.Extensions.Configuration.Xml|6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions|6.0.0", - "Microsoft.Extensions.DependencyInjection|6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions|6.0.0", - "Microsoft.Extensions.FileProviders.Composite|6.0.0", - "Microsoft.Extensions.FileProviders.Physical|6.0.0", - "Microsoft.Extensions.FileSystemGlobbing|6.0.0", - "Microsoft.Extensions.Hosting.Abstractions|6.0.0", - "Microsoft.Extensions.Hosting|6.0.0", - "Microsoft.Extensions.Http|6.0.0", - "Microsoft.Extensions.Logging.Abstractions|6.0.0", - "Microsoft.Extensions.Logging.Configuration|6.0.0", - "Microsoft.Extensions.Logging.Console|6.0.0", - "Microsoft.Extensions.Logging.Debug|6.0.0", - "Microsoft.Extensions.Logging|6.0.0", - "Microsoft.Extensions.Logging.EventLog|6.0.0", - "Microsoft.Extensions.Logging.EventSource|6.0.0", - "Microsoft.Extensions.Logging.TraceSource|6.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions|6.0.0", - "Microsoft.Extensions.Options.DataAnnotations|6.0.0", - "Microsoft.Extensions.Options|6.0.0", - "Microsoft.Extensions.Primitives|6.0.0", - "System.Diagnostics.EventLog|6.0.0", - "System.IO.Pipelines|6.0.0", - "System.Security.Cryptography.Xml|6.0.0", - "Microsoft.AspNetCore.Antiforgery|6.0.0", - "Microsoft.AspNetCore.Authentication.Abstractions|6.0.0", - "Microsoft.AspNetCore.Authentication.Cookies|6.0.0", - "Microsoft.AspNetCore.Authentication.Core|6.0.0", - "Microsoft.AspNetCore.Authentication|6.0.0", - "Microsoft.AspNetCore.Authentication.OAuth|6.0.0", - "Microsoft.AspNetCore.Authorization|6.0.0", - "Microsoft.AspNetCore.Authorization.Policy|6.0.0", - "Microsoft.AspNetCore.Components.Authorization|6.0.0", - "Microsoft.AspNetCore.Components|6.0.0", - "Microsoft.AspNetCore.Components.Forms|6.0.0", - "Microsoft.AspNetCore.Components.Server|6.0.0", - "Microsoft.AspNetCore.Components.Web|6.0.0", - "Microsoft.AspNetCore.Connections.Abstractions|6.0.0", - "Microsoft.AspNetCore.CookiePolicy|6.0.0", - "Microsoft.AspNetCore.Cors|6.0.0", - "Microsoft.AspNetCore.Cryptography.Internal|6.0.0", - "Microsoft.AspNetCore.Cryptography.KeyDerivation|6.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions|6.0.0", - "Microsoft.AspNetCore.DataProtection|6.0.0", - "Microsoft.AspNetCore.DataProtection.Extensions|6.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions|6.0.0", - "Microsoft.AspNetCore.Diagnostics|6.0.0", - "Microsoft.AspNetCore.Diagnostics.HealthChecks|6.0.0", - "Microsoft.AspNetCore|6.0.0", - "Microsoft.AspNetCore.HostFiltering|6.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions|6.0.0", - "Microsoft.AspNetCore.Hosting|6.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions|6.0.0", - "Microsoft.AspNetCore.Html.Abstractions|6.0.0", - "Microsoft.AspNetCore.Http.Abstractions|6.0.0", - "Microsoft.AspNetCore.Http.Connections.Common|6.0.0", - "Microsoft.AspNetCore.Http.Connections|6.0.0", - "Microsoft.AspNetCore.Http|6.0.0", - "Microsoft.AspNetCore.Http.Extensions|6.0.0", - "Microsoft.AspNetCore.Http.Features|6.0.0", - "Microsoft.AspNetCore.Http.Results|6.0.0", - "Microsoft.AspNetCore.HttpLogging|6.0.0", - "Microsoft.AspNetCore.HttpOverrides|6.0.0", - "Microsoft.AspNetCore.HttpsPolicy|6.0.0", - "Microsoft.AspNetCore.Identity|6.0.0", - "Microsoft.AspNetCore.Localization|6.0.0", - "Microsoft.AspNetCore.Localization.Routing|6.0.0", - "Microsoft.AspNetCore.Metadata|6.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions|6.0.0", - "Microsoft.AspNetCore.Mvc.ApiExplorer|6.0.0", - "Microsoft.AspNetCore.Mvc.Core|6.0.0", - "Microsoft.AspNetCore.Mvc.Cors|6.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations|6.0.0", - "Microsoft.AspNetCore.Mvc|6.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json|6.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Xml|6.0.0", - "Microsoft.AspNetCore.Mvc.Localization|6.0.0", - "Microsoft.AspNetCore.Mvc.Razor|6.0.0", - "Microsoft.AspNetCore.Mvc.RazorPages|6.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers|6.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures|6.0.0", - "Microsoft.AspNetCore.Razor|6.0.0", - "Microsoft.AspNetCore.Razor.Runtime|6.0.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions|6.0.0", - "Microsoft.AspNetCore.ResponseCaching|6.0.0", - "Microsoft.AspNetCore.ResponseCompression|6.0.0", - "Microsoft.AspNetCore.Rewrite|6.0.0", - "Microsoft.AspNetCore.Routing.Abstractions|6.0.0", - "Microsoft.AspNetCore.Routing|6.0.0", - "Microsoft.AspNetCore.Server.HttpSys|6.0.0", - "Microsoft.AspNetCore.Server.IIS|6.0.0", - "Microsoft.AspNetCore.Server.IISIntegration|6.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Core|6.0.0", - "Microsoft.AspNetCore.Server.Kestrel|6.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|6.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|6.0.0", - "Microsoft.AspNetCore.Session|6.0.0", - "Microsoft.AspNetCore.SignalR.Common|6.0.0", - "Microsoft.AspNetCore.SignalR.Core|6.0.0", - "Microsoft.AspNetCore.SignalR|6.0.0", - "Microsoft.AspNetCore.SignalR.Protocols.Json|6.0.0", - "Microsoft.AspNetCore.StaticFiles|6.0.0", - "Microsoft.AspNetCore.WebSockets|6.0.0", - "Microsoft.AspNetCore.WebUtilities|6.0.0", - "Microsoft.Extensions.Configuration.KeyPerFile|6.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|6.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks|6.0.0", - "Microsoft.Extensions.Features|6.0.0", - "Microsoft.Extensions.FileProviders.Embedded|6.0.0", - "Microsoft.Extensions.Identity.Core|6.0.0", - "Microsoft.Extensions.Identity.Stores|6.0.0", - "Microsoft.Extensions.Localization.Abstractions|6.0.0", - "Microsoft.Extensions.Localization|6.0.0", - "Microsoft.Extensions.ObjectPool|6.0.0", - "Microsoft.Extensions.WebEncoders|6.0.0", - "Microsoft.JSInterop|6.0.0", - "Microsoft.Net.Http.Headers|6.0.0" - ], - "microsoft.bcl.asyncinterfaces": [], - "microsoft.csharp": [], - "microsoft.extensions.dependencyinjection": [], - "microsoft.extensions.dependencyinjection.abstractions": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|4.4.0", - "Microsoft.Win32.Primitives|4.3.0", - "Microsoft.Win32.Registry|4.4.0", - "runtime.debian.8-x64.runtime.native.System|4.3.0", - "runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.23-x64.runtime.native.System|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.24-x64.runtime.native.System|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.rhel.7-x64.runtime.native.System|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "System.AppContext|4.3.0", - "System.Buffers|4.4.0", - "System.Collections|4.3.0", - "System.Collections.Concurrent|4.3.0", - "System.Collections.Immutable|1.4.0", - "System.Collections.NonGeneric|4.3.0", - "System.Collections.Specialized|4.3.0", - "System.ComponentModel|4.3.0", - "System.ComponentModel.EventBasedAsync|4.3.0", - "System.ComponentModel.Primitives|4.3.0", - "System.ComponentModel.TypeConverter|4.3.0", - "System.Console|4.3.0", - "System.Data.Common|4.3.0", - "System.Diagnostics.Contracts|4.3.0", - "System.Diagnostics.Debug|4.3.0", - "System.Diagnostics.DiagnosticSource|4.4.0", - "System.Diagnostics.FileVersionInfo|4.3.0", - "System.Diagnostics.Process|4.3.0", - "System.Diagnostics.StackTrace|4.3.0", - "System.Diagnostics.TextWriterTraceListener|4.3.0", - "System.Diagnostics.Tools|4.3.0", - "System.Diagnostics.TraceSource|4.3.0", - "System.Diagnostics.Tracing|4.3.0", - "System.Dynamic.Runtime|4.3.0", - "System.Globalization|4.3.0", - "System.Globalization.Calendars|4.3.0", - "System.Globalization.Extensions|4.3.0", - "System.IO|4.3.0", - "System.IO.Compression|4.3.0", - "System.IO.Compression.ZipFile|4.3.0", - "System.IO.FileSystem|4.3.0", - "System.IO.FileSystem.AccessControl|4.4.0", - "System.IO.FileSystem.DriveInfo|4.3.0", - "System.IO.FileSystem.Primitives|4.3.0", - "System.IO.FileSystem.Watcher|4.3.0", - "System.IO.IsolatedStorage|4.3.0", - "System.IO.MemoryMappedFiles|4.3.0", - "System.IO.Pipes|4.3.0", - "System.IO.UnmanagedMemoryStream|4.3.0", - "System.Linq|4.3.0", - "System.Linq.Expressions|4.3.0", - "System.Linq.Queryable|4.3.0", - "System.Net.Http|4.3.0", - "System.Net.NameResolution|4.3.0", - "System.Net.Primitives|4.3.0", - "System.Net.Requests|4.3.0", - "System.Net.Security|4.3.0", - "System.Net.Sockets|4.3.0", - "System.Net.WebHeaderCollection|4.3.0", - "System.ObjectModel|4.3.0", - "System.Private.DataContractSerialization|4.3.0", - "System.Reflection|4.3.0", - "System.Reflection.Emit|4.3.0", - "System.Reflection.Emit.ILGeneration|4.3.0", - "System.Reflection.Emit.Lightweight|4.3.0", - "System.Reflection.Extensions|4.3.0", - "System.Reflection.Metadata|1.5.0", - "System.Reflection.Primitives|4.3.0", - "System.Reflection.TypeExtensions|4.3.0", - "System.Resources.ResourceManager|4.3.0", - "System.Runtime|4.3.0", - "System.Runtime.Extensions|4.3.0", - "System.Runtime.Handles|4.3.0", - "System.Runtime.InteropServices|4.3.0", - "System.Runtime.InteropServices.RuntimeInformation|4.3.0", - "System.Runtime.Loader|4.3.0", - "System.Runtime.Numerics|4.3.0", - "System.Runtime.Serialization.Formatters|4.3.0", - "System.Runtime.Serialization.Json|4.3.0", - "System.Runtime.Serialization.Primitives|4.3.0", - "System.Security.AccessControl|4.4.0", - "System.Security.Claims|4.3.0", - "System.Security.Cryptography.Algorithms|4.3.0", - "System.Security.Cryptography.Cng|4.4.0", - "System.Security.Cryptography.Csp|4.3.0", - "System.Security.Cryptography.Encoding|4.3.0", - "System.Security.Cryptography.OpenSsl|4.4.0", - "System.Security.Cryptography.Primitives|4.3.0", - "System.Security.Cryptography.X509Certificates|4.3.0", - "System.Security.Cryptography.Xml|4.4.0", - "System.Security.Principal|4.3.0", - "System.Security.Principal.Windows|4.4.0", - "System.Text.Encoding|4.3.0", - "System.Text.Encoding.Extensions|4.3.0", - "System.Text.RegularExpressions|4.3.0", - "System.Threading|4.3.0", - "System.Threading.Overlapped|4.3.0", - "System.Threading.Tasks|4.3.0", - "System.Threading.Tasks.Extensions|4.3.0", - "System.Threading.Tasks.Parallel|4.3.0", - "System.Threading.Thread|4.3.0", - "System.Threading.ThreadPool|4.3.0", - "System.Threading.Timer|4.3.0", - "System.ValueTuple|4.3.0", - "System.Xml.ReaderWriter|4.3.0", - "System.Xml.XDocument|4.3.0", - "System.Xml.XmlDocument|4.3.0", - "System.Xml.XmlSerializer|4.3.0", - "System.Xml.XPath|4.3.0", - "System.Xml.XPath.XDocument|4.3.0" - ], - "microsoft.netcore.app.runtime.linux-x64": [], - "microsoft.netcore.app.runtime.osx-arm64": [], - "microsoft.netcore.app.runtime.osx-x64": [], - "microsoft.netcore.app.runtime.win-x64": [], - "microsoft.netcore.platforms": [], - "microsoft.netcore.targets": [], - "microsoft.win32.systemevents": [], - "moq": [], - "netstandard.library": [], - "newtonsoft.json": [], - "nunit": [], - "nunitlite": [], - "runfiles": [], - "system.buffers": [], - "system.diagnostics.eventlog": [], - "system.diagnostics.tools": [], - "system.drawing.common": [], - "system.io": [], - "system.memory": [], - "system.numerics.vectors": [], - "system.reflection": [], - "system.reflection.emit": [], - "system.reflection.emit.ilgeneration": [], - "system.reflection.primitives": [], - "system.reflection.typeextensions": [], - "system.runtime": [], - "system.runtime.compilerservices.unsafe": [], - "system.runtime.handles": [], - "system.runtime.interopservices": [], - "system.security.principal.windows": [], - "system.text.encoding": [], - "system.text.encodings.web": [], - "system.text.json": [], - "system.threading.tasks": [], - "system.threading.tasks.extensions": [] - }, - "framework_list": { - "benderproxy": [], - "castle.core": [], - "commandlineparser": [], - "handlebars.net": [], - "humanizer.core": [], - "microsoft.aspnetcore.app.ref": [ - "Microsoft.AspNetCore.Antiforgery|6.0.0.0", - "Microsoft.AspNetCore.Authentication.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.Authentication.Cookies|6.0.0.0", - "Microsoft.AspNetCore.Authentication.Core|6.0.0.0", - "Microsoft.AspNetCore.Authentication.OAuth|6.0.0.0", - "Microsoft.AspNetCore.Authentication|6.0.0.0", - "Microsoft.AspNetCore.Authorization.Policy|6.0.0.0", - "Microsoft.AspNetCore.Authorization|6.0.0.0", - "Microsoft.AspNetCore.Components.Authorization|6.0.0.0", - "Microsoft.AspNetCore.Components.Forms|6.0.0.0", - "Microsoft.AspNetCore.Components.Server|6.0.0.0", - "Microsoft.AspNetCore.Components.Web|6.0.0.0", - "Microsoft.AspNetCore.Components|6.0.0.0", - "Microsoft.AspNetCore.Connections.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.CookiePolicy|6.0.0.0", - "Microsoft.AspNetCore.Cors|6.0.0.0", - "Microsoft.AspNetCore.Cryptography.Internal|6.0.0.0", - "Microsoft.AspNetCore.Cryptography.KeyDerivation|6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.DataProtection.Extensions|6.0.0.0", - "Microsoft.AspNetCore.DataProtection|6.0.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.Diagnostics.HealthChecks|6.0.0.0", - "Microsoft.AspNetCore.Diagnostics|6.0.0.0", - "Microsoft.AspNetCore.HostFiltering|6.0.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.Hosting.Server.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.Hosting|6.0.0.0", - "Microsoft.AspNetCore.Html.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.Http.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.Http.Connections.Common|6.0.0.0", - "Microsoft.AspNetCore.Http.Connections|6.0.0.0", - "Microsoft.AspNetCore.Http.Extensions|6.0.0.0", - "Microsoft.AspNetCore.Http.Features|6.0.0.0", - "Microsoft.AspNetCore.Http.Results|6.0.0.0", - "Microsoft.AspNetCore.Http|6.0.0.0", - "Microsoft.AspNetCore.HttpLogging|6.0.0.0", - "Microsoft.AspNetCore.HttpOverrides|6.0.0.0", - "Microsoft.AspNetCore.HttpsPolicy|6.0.0.0", - "Microsoft.AspNetCore.Identity|6.0.0.0", - "Microsoft.AspNetCore.Localization.Routing|6.0.0.0", - "Microsoft.AspNetCore.Localization|6.0.0.0", - "Microsoft.AspNetCore.Metadata|6.0.0.0", - "Microsoft.AspNetCore.Mvc.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.Mvc.ApiExplorer|6.0.0.0", - "Microsoft.AspNetCore.Mvc.Core|6.0.0.0", - "Microsoft.AspNetCore.Mvc.Cors|6.0.0.0", - "Microsoft.AspNetCore.Mvc.DataAnnotations|6.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Json|6.0.0.0", - "Microsoft.AspNetCore.Mvc.Formatters.Xml|6.0.0.0", - "Microsoft.AspNetCore.Mvc.Localization|6.0.0.0", - "Microsoft.AspNetCore.Mvc.Razor|6.0.0.0", - "Microsoft.AspNetCore.Mvc.RazorPages|6.0.0.0", - "Microsoft.AspNetCore.Mvc.TagHelpers|6.0.0.0", - "Microsoft.AspNetCore.Mvc.ViewFeatures|6.0.0.0", - "Microsoft.AspNetCore.Mvc|6.0.0.0", - "Microsoft.AspNetCore.Razor.Runtime|6.0.0.0", - "Microsoft.AspNetCore.Razor|6.0.0.0", - "Microsoft.AspNetCore.ResponseCaching.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.ResponseCaching|6.0.0.0", - "Microsoft.AspNetCore.ResponseCompression|6.0.0.0", - "Microsoft.AspNetCore.Rewrite|6.0.0.0", - "Microsoft.AspNetCore.Routing.Abstractions|6.0.0.0", - "Microsoft.AspNetCore.Routing|6.0.0.0", - "Microsoft.AspNetCore.Server.HttpSys|6.0.0.0", - "Microsoft.AspNetCore.Server.IIS|6.0.0.0", - "Microsoft.AspNetCore.Server.IISIntegration|6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Core|6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|6.0.0.0", - "Microsoft.AspNetCore.Server.Kestrel|6.0.0.0", - "Microsoft.AspNetCore.Session|6.0.0.0", - "Microsoft.AspNetCore.SignalR.Common|6.0.0.0", - "Microsoft.AspNetCore.SignalR.Core|6.0.0.0", - "Microsoft.AspNetCore.SignalR.Protocols.Json|6.0.0.0", - "Microsoft.AspNetCore.SignalR|6.0.0.0", - "Microsoft.AspNetCore.StaticFiles|6.0.0.0", - "Microsoft.AspNetCore.WebSockets|6.0.0.0", - "Microsoft.AspNetCore.WebUtilities|6.0.0.0", - "Microsoft.AspNetCore|6.0.0.0", - "Microsoft.Extensions.Caching.Abstractions|6.0.0.0", - "Microsoft.Extensions.Caching.Memory|6.0.0.0", - "Microsoft.Extensions.Configuration.Abstractions|6.0.0.0", - "Microsoft.Extensions.Configuration.Binder|6.0.0.0", - "Microsoft.Extensions.Configuration.CommandLine|6.0.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables|6.0.0.0", - "Microsoft.Extensions.Configuration.FileExtensions|6.0.0.0", - "Microsoft.Extensions.Configuration.Ini|6.0.0.0", - "Microsoft.Extensions.Configuration.Json|6.0.0.0", - "Microsoft.Extensions.Configuration.KeyPerFile|6.0.0.0", - "Microsoft.Extensions.Configuration.UserSecrets|6.0.0.0", - "Microsoft.Extensions.Configuration.Xml|6.0.0.0", - "Microsoft.Extensions.Configuration|6.0.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions|6.0.0.0", - "Microsoft.Extensions.DependencyInjection|6.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|6.0.0.0", - "Microsoft.Extensions.Diagnostics.HealthChecks|6.0.0.0", - "Microsoft.Extensions.Features|6.0.0.0", - "Microsoft.Extensions.FileProviders.Abstractions|6.0.0.0", - "Microsoft.Extensions.FileProviders.Composite|6.0.0.0", - "Microsoft.Extensions.FileProviders.Embedded|6.0.0.0", - "Microsoft.Extensions.FileProviders.Physical|6.0.0.0", - "Microsoft.Extensions.FileSystemGlobbing|6.0.0.0", - "Microsoft.Extensions.Hosting.Abstractions|6.0.0.0", - "Microsoft.Extensions.Hosting|6.0.0.0", - "Microsoft.Extensions.Http|6.0.0.0", - "Microsoft.Extensions.Identity.Core|6.0.0.0", - "Microsoft.Extensions.Identity.Stores|6.0.0.0", - "Microsoft.Extensions.Localization.Abstractions|6.0.0.0", - "Microsoft.Extensions.Localization|6.0.0.0", - "Microsoft.Extensions.Logging.Abstractions|6.0.0.0", - "Microsoft.Extensions.Logging.Configuration|6.0.0.0", - "Microsoft.Extensions.Logging.Console|6.0.0.0", - "Microsoft.Extensions.Logging.Debug|6.0.0.0", - "Microsoft.Extensions.Logging.EventLog|6.0.0.0", - "Microsoft.Extensions.Logging.EventSource|6.0.0.0", - "Microsoft.Extensions.Logging.TraceSource|6.0.0.0", - "Microsoft.Extensions.Logging|6.0.0.0", - "Microsoft.Extensions.ObjectPool|6.0.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions|6.0.0.0", - "Microsoft.Extensions.Options.DataAnnotations|6.0.0.0", - "Microsoft.Extensions.Options|6.0.0.0", - "Microsoft.Extensions.Primitives|6.0.0.0", - "Microsoft.Extensions.WebEncoders|6.0.0.0", - "Microsoft.JSInterop|6.0.0.0", - "Microsoft.Net.Http.Headers|6.0.0.0", - "System.Diagnostics.EventLog|6.0.0.0", - "System.IO.Pipelines|6.0.0.0", - "System.Security.Cryptography.Xml|6.0.0.0" - ], - "microsoft.bcl.asyncinterfaces": [], - "microsoft.csharp": [], - "microsoft.extensions.dependencyinjection": [], - "microsoft.extensions.dependencyinjection.abstractions": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|6.0.0.0", - "Microsoft.VisualBasic.Core|11.0.0.0", - "Microsoft.VisualBasic|10.0.0.0", - "Microsoft.Win32.Primitives|6.0.0.0", - "Microsoft.Win32.Registry|6.0.0.0", - "System.AppContext|6.0.0.0", - "System.Buffers|6.0.0.0", - "System.Collections.Concurrent|6.0.0.0", - "System.Collections.Immutable|6.0.0.0", - "System.Collections.NonGeneric|6.0.0.0", - "System.Collections.Specialized|6.0.0.0", - "System.Collections|6.0.0.0", - "System.ComponentModel.Annotations|6.0.0.0", - "System.ComponentModel.DataAnnotations|4.0.0.0", - "System.ComponentModel.EventBasedAsync|6.0.0.0", - "System.ComponentModel.Primitives|6.0.0.0", - "System.ComponentModel.TypeConverter|6.0.0.0", - "System.ComponentModel|6.0.0.0", - "System.Configuration|4.0.0.0", - "System.Console|6.0.0.0", - "System.Core|4.0.0.0", - "System.Data.Common|6.0.0.0", - "System.Data.DataSetExtensions|4.0.0.0", - "System.Data|4.0.0.0", - "System.Diagnostics.Contracts|6.0.0.0", - "System.Diagnostics.Debug|6.0.0.0", - "System.Diagnostics.DiagnosticSource|6.0.0.0", - "System.Diagnostics.FileVersionInfo|6.0.0.0", - "System.Diagnostics.Process|6.0.0.0", - "System.Diagnostics.StackTrace|6.0.0.0", - "System.Diagnostics.TextWriterTraceListener|6.0.0.0", - "System.Diagnostics.Tools|6.0.0.0", - "System.Diagnostics.TraceSource|6.0.0.0", - "System.Diagnostics.Tracing|6.0.0.0", - "System.Drawing.Primitives|6.0.0.0", - "System.Drawing|4.0.0.0", - "System.Dynamic.Runtime|6.0.0.0", - "System.Formats.Asn1|6.0.0.0", - "System.Globalization.Calendars|6.0.0.0", - "System.Globalization.Extensions|6.0.0.0", - "System.Globalization|6.0.0.0", - "System.IO.Compression.Brotli|6.0.0.0", - "System.IO.Compression.FileSystem|4.0.0.0", - "System.IO.Compression.ZipFile|6.0.0.0", - "System.IO.Compression|6.0.0.0", - "System.IO.FileSystem.AccessControl|6.0.0.0", - "System.IO.FileSystem.DriveInfo|6.0.0.0", - "System.IO.FileSystem.Primitives|6.0.0.0", - "System.IO.FileSystem.Watcher|6.0.0.0", - "System.IO.FileSystem|6.0.0.0", - "System.IO.IsolatedStorage|6.0.0.0", - "System.IO.MemoryMappedFiles|6.0.0.0", - "System.IO.Pipes.AccessControl|6.0.0.0", - "System.IO.Pipes|6.0.0.0", - "System.IO.UnmanagedMemoryStream|6.0.0.0", - "System.IO|6.0.0.0", - "System.Linq.Expressions|6.0.0.0", - "System.Linq.Parallel|6.0.0.0", - "System.Linq.Queryable|6.0.0.0", - "System.Linq|6.0.0.0", - "System.Memory|6.0.0.0", - "System.Net.Http.Json|6.0.0.0", - "System.Net.Http|6.0.0.0", - "System.Net.HttpListener|6.0.0.0", - "System.Net.Mail|6.0.0.0", - "System.Net.NameResolution|6.0.0.0", - "System.Net.NetworkInformation|6.0.0.0", - "System.Net.Ping|6.0.0.0", - "System.Net.Primitives|6.0.0.0", - "System.Net.Requests|6.0.0.0", - "System.Net.Security|6.0.0.0", - "System.Net.ServicePoint|6.0.0.0", - "System.Net.Sockets|6.0.0.0", - "System.Net.WebClient|6.0.0.0", - "System.Net.WebHeaderCollection|6.0.0.0", - "System.Net.WebProxy|6.0.0.0", - "System.Net.WebSockets.Client|6.0.0.0", - "System.Net.WebSockets|6.0.0.0", - "System.Net|4.0.0.0", - "System.Numerics.Vectors|6.0.0.0", - "System.Numerics|4.0.0.0", - "System.ObjectModel|6.0.0.0", - "System.Reflection.DispatchProxy|6.0.0.0", - "System.Reflection.Emit.ILGeneration|6.0.0.0", - "System.Reflection.Emit.Lightweight|6.0.0.0", - "System.Reflection.Emit|6.0.0.0", - "System.Reflection.Extensions|6.0.0.0", - "System.Reflection.Metadata|6.0.0.0", - "System.Reflection.Primitives|6.0.0.0", - "System.Reflection.TypeExtensions|6.0.0.0", - "System.Reflection|6.0.0.0", - "System.Resources.Reader|6.0.0.0", - "System.Resources.ResourceManager|6.0.0.0", - "System.Resources.Writer|6.0.0.0", - "System.Runtime.CompilerServices.Unsafe|6.0.0.0", - "System.Runtime.CompilerServices.VisualC|6.0.0.0", - "System.Runtime.Extensions|6.0.0.0", - "System.Runtime.Handles|6.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation|6.0.0.0", - "System.Runtime.InteropServices|6.0.0.0", - "System.Runtime.Intrinsics|6.0.0.0", - "System.Runtime.Loader|6.0.0.0", - "System.Runtime.Numerics|6.0.0.0", - "System.Runtime.Serialization.Formatters|6.0.0.0", - "System.Runtime.Serialization.Json|6.0.0.0", - "System.Runtime.Serialization.Primitives|6.0.0.0", - "System.Runtime.Serialization.Xml|6.0.0.0", - "System.Runtime.Serialization|4.0.0.0", - "System.Runtime|6.0.0.0", - "System.Security.AccessControl|6.0.0.0", - "System.Security.Claims|6.0.0.0", - "System.Security.Cryptography.Algorithms|6.0.0.0", - "System.Security.Cryptography.Cng|6.0.0.0", - "System.Security.Cryptography.Csp|6.0.0.0", - "System.Security.Cryptography.Encoding|6.0.0.0", - "System.Security.Cryptography.OpenSsl|6.0.0.0", - "System.Security.Cryptography.Primitives|6.0.0.0", - "System.Security.Cryptography.X509Certificates|6.0.0.0", - "System.Security.Principal.Windows|6.0.0.0", - "System.Security.Principal|6.0.0.0", - "System.Security.SecureString|6.0.0.0", - "System.Security|4.0.0.0", - "System.ServiceModel.Web|4.0.0.0", - "System.ServiceProcess|4.0.0.0", - "System.Text.Encoding.CodePages|6.0.0.0", - "System.Text.Encoding.Extensions|6.0.0.0", - "System.Text.Encoding|6.0.0.0", - "System.Text.Encodings.Web|6.0.0.0", - "System.Text.Json|6.0.0.0", - "System.Text.RegularExpressions|6.0.0.0", - "System.Threading.Channels|6.0.0.0", - "System.Threading.Overlapped|6.0.0.0", - "System.Threading.Tasks.Dataflow|6.0.0.0", - "System.Threading.Tasks.Extensions|6.0.0.0", - "System.Threading.Tasks.Parallel|6.0.0.0", - "System.Threading.Tasks|6.0.0.0", - "System.Threading.Thread|6.0.0.0", - "System.Threading.ThreadPool|6.0.0.0", - "System.Threading.Timer|6.0.0.0", - "System.Threading|6.0.0.0", - "System.Transactions.Local|6.0.0.0", - "System.Transactions|4.0.0.0", - "System.ValueTuple|4.0.3.0", - "System.Web.HttpUtility|6.0.0.0", - "System.Web|4.0.0.0", - "System.Windows|4.0.0.0", - "System.Xml.Linq|4.0.0.0", - "System.Xml.ReaderWriter|6.0.0.0", - "System.Xml.Serialization|4.0.0.0", - "System.Xml.XDocument|6.0.0.0", - "System.Xml.XPath.XDocument|6.0.0.0", - "System.Xml.XPath|6.0.0.0", - "System.Xml.XmlDocument|6.0.0.0", - "System.Xml.XmlSerializer|6.0.0.0", - "System.Xml|4.0.0.0", - "System|4.0.0.0", - "WindowsBase|4.0.0.0", - "mscorlib|4.0.0.0", - "netstandard|2.1.0.0" - ], - "microsoft.netcore.app.runtime.linux-x64": [], - "microsoft.netcore.app.runtime.osx-arm64": [], - "microsoft.netcore.app.runtime.osx-x64": [], - "microsoft.netcore.app.runtime.win-x64": [], - "microsoft.netcore.platforms": [], - "microsoft.netcore.targets": [], - "microsoft.win32.systemevents": [], - "moq": [], - "netstandard.library": [], - "newtonsoft.json": [], - "nunit": [], - "nunitlite": [], - "runfiles": [], - "system.buffers": [], - "system.diagnostics.eventlog": [], - "system.diagnostics.tools": [], - "system.drawing.common": [], - "system.io": [], - "system.memory": [], - "system.numerics.vectors": [], - "system.reflection": [], - "system.reflection.emit": [], - "system.reflection.emit.ilgeneration": [], - "system.reflection.primitives": [], - "system.reflection.typeextensions": [], - "system.runtime": [], - "system.runtime.compilerservices.unsafe": [], - "system.runtime.handles": [], - "system.runtime.interopservices": [], - "system.security.principal.windows": [], - "system.text.encoding": [], - "system.text.encodings.web": [], - "system.text.json": [], - "system.threading.tasks": [], - "system.threading.tasks.extensions": [] - } - } - }, - "nuget.system.text.json.v6.0.9": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.text.json", - "version": "6.0.9", - "sha512": "sha512-as7kWI67Stsl6uS9mWf74R9YWD2uakVSh0YbijKqbkFEfoZJodZJISry+w2RrAZvyffGtaTxi0jNB+Zt44Byzg==" - } - }, - "nuget.system.drawing.common.v7.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.drawing.common", - "version": "7.0.0", - "sha512": "sha512-0TJd5U26gRDgGa/rqABgHC5OBAiyl7Mm3pIzPgKfpmPXFQ8CFVWyGi+4mkEaCK715ViOBDkU2pC2nAiPunLw7Q==" - } - }, - "nuget.system.numerics.vectors.v4.5.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.numerics.vectors", - "version": "4.5.0", - "sha512": "sha512-nATsBTD2CKr4AYN6eRszhX4sptImWmBJwB/U6XKCWWfnCcrTBw8XSCm3QA9gjppkHTr8OkXUY21MR91D3QZXsw==" - } - }, - "nuget.runfiles.v0.12.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "runfiles", - "version": "0.12.0", - "sha512": "sha512-R0fzLX7VYL2Ce8xQd0r2nVxKPvDt5Ob5P3P0wa6Mj7feErsjJUsJvR4MEZTZSsuRZhcnwOB71F/mryh9pP59Zw==" - } - }, - "nuget.system.text.encodings.web.v8.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.text.encodings.web", - "version": "8.0.0", - "sha512": "sha512-uggiw4w7ZYq6lJVkLSaeiCuCfjvkrS3BQm2Kl9PLxaInfF+AhH0MuTgQeK8BUjMoxJksqgWBRtXY7muKCGCcMg==" - } - }, - "nuget.moq.v4.12.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "moq", - "version": "4.12.0", - "sha512": "sha512-52OnOpSKKlXfi+ukMOeRJ1Md1bOeloP7L7HkzvWtjkfRBkWmpo3vBGWX4P1wPVJEfgrDTeXCvq8S1vLasXdFJA==" - } - }, - "nuget.microsoft.netcore.app.runtime.win-x64.v6.0.15": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.app.runtime.win-x64", - "version": "6.0.15", - "sha512": "sha512-F/BqQdowumzmKRXewGJXG9+HhxhmzlNm8Jr151AX7RjAz/1cjSx5P/iZJsIimg+2uzIIGQI8+5UEpLnIFor5sA==" - } - }, - "nuget.microsoft.win32.systemevents.v7.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.win32.systemevents", - "version": "7.0.0", - "sha512": "sha512-GO6SWx/wSZIFvxOn67Y6OiIGdz9JGCg5CRDDbSAAvBDQeZFbybu9sEOUb9w/vUlQv+A2XakTFZg9Ug1w+tgbWQ==" - } - }, - "nuget.system.runtime.interopservices.v4.3.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime.interopservices", - "version": "4.3.0", - "sha512": "sha512-ZQeZw+ZU77ua1nFXycYM5G8oioFZe+N84qC/XUg1BEBl7z9luZcyjLu7+4H0yJuNfn1hOAiAAZ3u5us/lj9w2Q==" - } - }, - "nuget.nunitlite.v3.13.2": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nunitlite", - "version": "3.13.2", - "sha512": "sha512-kPGW4B0ycZAqDPLPKU058JR9onD3svLKAYEghQ1Oyy1YC8bIgtniGUKUbjqeNI3i5KnqFMxEdiHTGF0XxDG9hQ==" - } - }, - "nuget.system.threading.tasks.extensions.v4.5.4": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.threading.tasks.extensions", - "version": "4.5.4", - "sha512": "sha512-aAUghud9PHGYc3o9oWPWd0C3xE+TJQw5ZZs78htlR6mr9ky/QEgfXHjyQ2GvOq9H1S0YizcVVKCSin92ZcH8FA==" - } - }, - "nuget.castle.core.v5.1.1": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "castle.core", - "version": "5.1.1", - "sha512": "sha512-N4oUnr+qEtAMs1vK7ogGgD33vHWYDJ4MZ/NuPgV9avKrrq0kzYJ0qVlcesdMuVl8nWkTsRJbhuaxVqZvehrC+g==" - } - }, - "nuget.benderproxy.v1.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "benderproxy", - "version": "1.0.0", - "sha512": "sha512-zNsAtO6ZwNa0MfyFFJAzA6rsTtqnjY+bD2gCDHSUIbRS31wRJ9GfOeummSlEVaH/DSxxiuQaIhZmtIFAM0WW+A==" - } - }, - "nuget.microsoft.aspnetcore.app.ref.v6.0.9": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.aspnetcore.app.ref", - "version": "6.0.9", - "sha512": "sha512-uD7Y3nff4uUBryVsahaW3/krbzh0yPI2DY9iCak/wPTqJucwmVszCmkEIQOfmT4L9f13xcsqHq3eN+ka6YvIYg==" - } - }, - "nuget.netstandard.library.v2.0.3": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "netstandard.library", - "version": "2.0.3", - "sha512": "sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==" - } - }, - "nuget.system.io.v4.3.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.io", - "version": "4.3.0", - "sha512": "sha512-v8paIePhmGuXZbE9xvvNb4uJ5ME4OFXR1+8la/G/L1GIl2nbU2WFnddgb79kVK3U2us7q1aZT/uY/R0D/ovB5g==" - } - }, - "nuget.humanizer.core.v2.8.26": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "humanizer.core", - "version": "2.8.26", - "sha512": "sha512-hdDm8u0FrPEorV1qXA+W01DCR9zeNX5fwe5fXFUyzmA/JjLxMjt7/W672rSOWIjWHGkD6cZYOFLjIg/0O+a8kg==" - } - }, - "nuget.system.reflection.emit.ilgeneration.v4.7.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.reflection.emit.ilgeneration", - "version": "4.7.0", - "sha512": "sha512-iQ2Xw8qC8YCsh3+OUAMtD4g8LiA5r9ZxVhlDZn3Dok7C382JbLlPNyyXXCW3KRiv0Ebvwt7b1ZYqmIoCerrI2Q==" - } - }, - "nuget.system.runtime.handles.v4.3.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime.handles", - "version": "4.3.0", - "sha512": "sha512-CluvHdVUv54BvLTOCCyybugreDNk/rR8unMPruzXDtxSjvrQOU3M4R831/lQf4YI8VYp668FGQa/01E+Rq8PEQ==" - } - }, - "nuget.system.text.encoding.v4.3.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.text.encoding", - "version": "4.3.0", - "sha512": "sha512-b/f+7HMTpxIfeV7H03bkuHKMFylCGfr9/U6gePnfFFW0aF8LOWLDgQCY6V1oWUqDksC3mdNuyChM1vy9TP4sZw==" - } - }, - "nuget.system.runtime.compilerservices.unsafe.v6.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.runtime.compilerservices.unsafe", - "version": "6.0.0", - "sha512": "sha512-1AVzAb5OxJNvJLnOADtexNmWgattm2XVOT3TjQTN7Dd4SqoSwai1CsN2fth42uQldJSQdz/sAec0+TzxBFgisw==" - } - }, - "nuget.microsoft.extensions.dependencyinjection.abstractions.v3.1.9": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.extensions.dependencyinjection.abstractions", - "version": "3.1.9", - "sha512": "sha512-qbiwYBpKjQ2u3FNFDuznksbzsR7e/pUK2XR/osxiU/1Lo+M8MqjRnvBm5x/Uvtv2iDdMNQ2N+smrPgRGKDXboQ==" - } - }, - "nuget.microsoft.bcl.asyncinterfaces.v7.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.bcl.asyncinterfaces", - "version": "7.0.0", - "sha512": "sha512-Nb9B1lxCab0LZi0ijNLEpw4hgwt0Wl8QQM1DxIhJS2otChAtIVMfyGrYl3YzdSjspvBYPliJlr0kCtizNAVe3w==" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "", - "rules_dotnet", - "rules_dotnet~" - ], - [ - "rules_dotnet~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "rules_dotnet~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "@@apple_rules_lint~//lint:extensions.bzl%linter": { - "general": { - "bzlTransitiveDigest": "g7izj5kLCmsajh8IospHh4ZQ35dyM0FIrA8D4HapAsM=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "apple_linters": { - "bzlFile": "@@apple_rules_lint~//lint/private:register_linters.bzl", - "ruleClassName": "register_linters", - "attributes": { - "linters": { - "java-spotbugs": "'@@//java:spotbugs-config'", - "rust-rustfmt": "'@@//rust:enable-rustfmt'" - } - } - } - }, - "recordedRepoMappingEntries": [] - } - }, - "@@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": "H6ezdphBae7pq8EW1mSupf+FjMuk8mtYNgMZ8pclWPc=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "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" - } - }, - "bsd_tar_host": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", - "ruleClassName": "bsdtar_binary_repo", - "attributes": { - "platform": "host" - } - }, - "jq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "platform": "darwin_amd64", - "version": "1.7" - } - }, - "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" - } - }, - "expand_template_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "platform": "linux_amd64" - } - }, - "jq_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "platform": "linux_arm64", - "version": "1.7" - } - }, - "coreutils_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "platform": "darwin_arm64", - "version": "0.0.23" - } - }, - "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" - } - }, - "bsd_tar_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", - "ruleClassName": "bsdtar_binary_repo", - "attributes": { - "platform": "linux_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.23" - } - }, - "coreutils_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "platform": "linux_arm64", - "version": "0.0.23" - } - }, - "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.7" - } - }, - "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_toolchains": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_toolchains_repo", - "attributes": { - "user_repository_name": "expand_template" - } - }, - "bats_assert": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "sha256": "98ca3b685f8b8993e48ec057565e6e2abcc541034ed5b0e81f191505682037fd", - "urls": [ - "https://github.com/bats-core/bats-assert/archive/v2.1.0.tar.gz" - ], - "strip_prefix": "bats-assert-2.1.0", - "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"assert\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-assert\",\n visibility = [\"//visibility:public\"]\n)\n" - } - }, - "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" - } - }, - "bsd_tar_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", - "ruleClassName": "bsdtar_binary_repo", - "attributes": { - "platform": "linux_amd64" - } - }, - "yq_toolchains": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_toolchains_repo", - "attributes": { - "user_repository_name": "yq" - } - }, - "bats_support": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "sha256": "7815237aafeb42ddcc1b8c698fc5808026d33317d8701d5ec2396e9634e2918f", - "urls": [ - "https://github.com/bats-core/bats-support/archive/v0.3.0.tar.gz" - ], - "strip_prefix": "bats-support-0.3.0", - "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"support\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-support\",\n visibility = [\"//visibility:public\"]\n)\n" - } - }, - "bsd_tar_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", - "ruleClassName": "bsdtar_binary_repo", - "attributes": { - "platform": "windows_amd64" - } - }, - "jq": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_host_alias_repo", - "attributes": {} - }, - "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_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "platform": "linux_amd64" - } - }, - "coreutils_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "platform": "linux_amd64", - "version": "0.0.23" - } - }, - "copy_directory_toolchains": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_toolchains_repo", - "attributes": { - "user_repository_name": "copy_directory" - } - }, - "yq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "platform": "linux_amd64", - "version": "4.25.2" - } - }, - "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" - } - }, - "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" - } - }, - "bats_file": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "sha256": "9b69043241f3af1c2d251f89b4fcafa5df3f05e97b89db18d7c9bdf5731bb27a", - "urls": [ - "https://github.com/bats-core/bats-file/archive/v0.4.0.tar.gz" - ], - "strip_prefix": "bats-file-0.4.0", - "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"file\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-file\",\n visibility = [\"//visibility:public\"]\n)\n" - } - }, - "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.7" - } - }, - "bsd_tar_toolchains": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:tar_toolchain.bzl", - "ruleClassName": "tar_toolchains_repo", - "attributes": { - "user_repository_name": "bsd_tar" - } - }, - "bats_toolchains": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "sha256": "a1a9f7875aa4b6a9480ca384d5865f1ccf1b0b1faead6b47aa47d79709a5c5fd", - "urls": [ - "https://github.com/bats-core/bats-core/archive/v1.10.0.tar.gz" - ], - "strip_prefix": "bats-core-1.10.0", - "build_file_content": "load(\"@local_config_platform//:constraints.bzl\", \"HOST_CONSTRAINTS\")\nload(\"@aspect_bazel_lib//lib/private:bats_toolchain.bzl\", \"bats_toolchain\")\nload(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"core\",\n hardlink = \"on\",\n srcs = glob([\n \"lib/**\",\n \"libexec/**\"\n ]) + [\"bin/bats\"],\n out = \"bats-core\",\n)\n\nbats_toolchain(\n name = \"toolchain\",\n core = \":core\",\n libraries = [\"@bats_support//:support\", \"@bats_assert//:assert\", \"@bats_file//:file\"]\n)\n\ntoolchain(\n name = \"bats_toolchain\",\n exec_compatible_with = HOST_CONSTRAINTS,\n toolchain = \":toolchain\",\n toolchain_type = \"@aspect_bazel_lib//lib:bats_toolchain_type\",\n)\n" - } - }, - "yq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "platform": "windows_amd64", - "version": "4.25.2" - } - }, - "jq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "platform": "windows_amd64", - "version": "1.7" - } - }, - "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" - } - }, - "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" - } - }, - "coreutils_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "platform": "windows_amd64", - "version": "0.0.23" - } - }, - "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_esbuild~//esbuild:extensions.bzl%esbuild": { - "general": { - "bzlTransitiveDigest": "+bNOgL6WutaGewSPtekBeW3qOZ+6Nu1d5sbJsa0hxP4=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "npm__esbuild_0.19.9": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "esbuild", - "version": "0.19.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-U9CHtKSy+EpPsEBa+/A2gMs/h3ylBC0H0KSqIg7tpztHerLi6nrrcoUJAkNCEPumx8yJ+Byic4BVwHgRbN0TBg==", - "url": "", - "commit": "", - "patch_args": [ - "-p0" - ], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__esbuild_0.19.9__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "esbuild", - "version": "0.19.9", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": {}, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "esbuild_linux-x64": { - "bzlFile": "@@aspect_rules_esbuild~//esbuild:repositories.bzl", - "ruleClassName": "esbuild_repositories", - "attributes": { - "esbuild_version": "0.19.9", - "platform": "linux-x64" - } - }, - "esbuild_toolchains": { - "bzlFile": "@@aspect_rules_esbuild~//esbuild/private:toolchains_repo.bzl", - "ruleClassName": "toolchains_repo", - "attributes": { - "esbuild_version": "0.19.9", - "user_repository_name": "esbuild" - } - }, - "esbuild_darwin-arm64": { - "bzlFile": "@@aspect_rules_esbuild~//esbuild:repositories.bzl", - "ruleClassName": "esbuild_repositories", - "attributes": { - "esbuild_version": "0.19.9", - "platform": "darwin-arm64" - } - }, - "esbuild_win32-x64": { - "bzlFile": "@@aspect_rules_esbuild~//esbuild:repositories.bzl", - "ruleClassName": "esbuild_repositories", - "attributes": { - "esbuild_version": "0.19.9", - "platform": "win32-x64" - } - }, - "esbuild_darwin-x64": { - "bzlFile": "@@aspect_rules_esbuild~//esbuild:repositories.bzl", - "ruleClassName": "esbuild_repositories", - "attributes": { - "esbuild_version": "0.19.9", - "platform": "darwin-x64" - } - }, - "esbuild_linux-arm64": { - "bzlFile": "@@aspect_rules_esbuild~//esbuild:repositories.bzl", - "ruleClassName": "esbuild_repositories", - "attributes": { - "esbuild_version": "0.19.9", - "platform": "linux-arm64" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "aspect_bazel_lib~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "aspect_bazel_lib~", - "bazel_tools", - "bazel_tools" - ], - [ - "aspect_rules_esbuild~", - "aspect_rules_js", - "aspect_rules_js~" - ], - [ - "aspect_rules_esbuild~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "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_tools", - "bazel_tools" - ] - ] - } - }, - "@@aspect_rules_js~//npm:extensions.bzl%npm": { - "general": { - "bzlTransitiveDigest": "ms4wt1ySxRAuQ214hJabSPW5swxFSeV2QEB8T1yrejg=", - "recordedFileInputs": { - "@@//pnpm-lock.yaml": "9e30975567783f2307b49aa4b6fb3be83a0e5af414396a14122684d08bc0e575", - "@@//.npmrc": "25afec638a4a1dc4a7277d8babd30464e9d942cf93d3e47505a4677adad1a901" - }, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "npm__at_babel_compat-data__7.20.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/compat-data", - "version": "7.20.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/compat-data": [ - "7.20.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_floating-ui_dom__1.6.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@floating-ui/dom", - "version": "1.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iA8qE43/H5iGozC3W0YSnVSW42Vh522yyM1gj+BqRwVsTNOyr231PsXDaV04yT39PsO0QL2QpbI/M0ZaLUQgRQ==", - "url": "https://registry.npmjs.org/@floating-ui/dom/-/dom-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": true - } - }, - "npm__at_jridgewell_trace-mapping__0.3.20__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@jridgewell/trace-mapping", - "version": "0.3.20", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" - }, - "transitive_closure": { - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__chokidar__3.5.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "chokidar", - "version": "3.5.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "url": "https://registry.npmjs.org/chokidar/-/chokidar-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": true - } - }, - "npm__at_typescript-eslint_eslint-plugin__5.44.0__909934447__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@typescript-eslint/eslint-plugin", - "version": "5.44.0_909934447", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/parser": "5.44.0_-679725046", - "@typescript-eslint/scope-manager": "5.44.0", - "@typescript-eslint/type-utils": "5.44.0_-679725046", - "@typescript-eslint/utils": "5.44.0_-679725046", - "debug": "4.3.4_supports-color_8.1.1", - "eslint": "8.52.0", - "ignore": "5.2.4", - "natural-compare-lite": "1.4.0", - "regexpp": "3.2.0", - "semver": "7.5.4", - "tsutils": "3.21.0_typescript_5.3.3", - "typescript": "5.3.3" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@types/json-schema": [ - "7.0.11" - ], - "@types/semver": [ - "7.3.13" - ], - "@typescript-eslint/eslint-plugin": [ - "5.44.0_909934447" - ], - "@typescript-eslint/parser": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/type-utils": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/utils": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "dir-glob": [ - "3.0.1" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "eslint-utils": [ - "3.0.0_eslint_8.52.0" - ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "4.3.0", - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-glob": [ - "3.2.12" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "globby": [ - "11.1.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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" - ], - "ms": [ - "2.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "natural-compare-lite": [ - "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.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "regexpp": [ - "3.2.0" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "semver": [ - "7.5.4" - ], - "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", - "8.1.1" - ], - "text-table": [ - "0.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "typescript": [ - "5.3.3" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fresh": [ - "0.5.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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.0", - "tslib": "2.6.2" - }, - "transitive_closure": { - "@pkgr/core": [ - "0.1.0" - ], - "synckit": [ - "0.8.8" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "merge2": [ - "1.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__jake__10.8.5__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "jake", - "version": "10.8.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "async": "3.2.4", - "chalk": "4.1.2", - "filelist": "1.0.4", - "minimatch": "3.1.2" - }, - "transitive_closure": { - "ansi-styles": [ - "4.3.0" - ], - "async": [ - "3.2.4" - ], - "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.5" - ], - "minimatch": [ - "3.1.2", - "5.1.0" - ], - "supports-color": [ - "7.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "statuses": [ - "1.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-weakset__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-weakset", - "version": "2.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "get-intrinsic": "1.1.3" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "is-weakset": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__standard-engine__15.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "standard-engine", - "version": "15.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4xwUhJNo1g/L2cleysUqUv7/btn7GEbYJvmgKrQ2vd/8pkTmN8cpqAZg+BT8Z1hNeEH787iWUdOpL8fmApLtxA==", - "url": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.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": true - } - }, - "npm__define-properties__1.1.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "define-properties", - "version": "1.1.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "has-property-descriptors": "1.0.0", - "object-keys": "1.1.1" - }, - "transitive_closure": { - "define-properties": [ - "1.1.4" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "object-keys": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__fastq__1.13.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "fastq", - "version": "1.13.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "reusify": "1.0.4" - }, - "transitive_closure": { - "fastq": [ - "1.13.0" - ], - "reusify": [ - "1.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_types_react-router-dom__5.3.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/react-router-dom", - "version": "5.3.3", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/react-router-dom" - ] - }, - "deps": { - "@types/history": "4.7.11", - "@types/react": "18.2.70", - "@types/react-router": "5.1.19" - }, - "transitive_closure": { - "@types/history": [ - "4.7.11" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/react-router": [ - "5.1.19" - ], - "@types/react-router-dom": [ - "5.3.3" - ], - "@types/scheduler": [ - "0.16.2" - ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__csstype__3.1.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "csstype", - "version": "3.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__zen-observable-ts__1.2.5__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "zen-observable-ts", - "version": "1.2.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "zen-observable": "0.8.15" - }, - "transitive_closure": { - "zen-observable": [ - "0.8.15" - ], - "zen-observable-ts": [ - "1.2.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__glob__8.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "glob", - "version": "8.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "5.1.0", - "once": "1.4.0" - }, - "transitive_closure": { - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "2.0.1" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "8.1.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "5.1.0" - ], - "once": [ - "1.4.0" - ], - "wrappy": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__react-router__6.21.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.21.3_react_18.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@remix-run/router": "1.14.2", - "react": "18.2.0" - }, - "transitive_closure": { - "@remix-run/router": [ - "1.14.2" - ], - "js-tokens": [ - "4.0.0" - ], - "loose-envify": [ - "1.4.0" - ], - "react": [ - "18.2.0" - ], - "react-router": [ - "6.21.3_react_18.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "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" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_helpers__7.20.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/helpers", - "version": "7.20.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", - "url": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.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": true - } - }, - "npm__at_mui_private-theming__5.15.8__-417419281__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@mui/private-theming", - "version": "5.15.8_-417419281", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/runtime": "7.23.9", - "@mui/utils": "5.15.8_-417419281", - "@types/react": "18.2.70", - "prop-types": "15.8.1", - "react": "18.2.0" - }, - "transitive_closure": { - "@babel/runtime": [ - "7.23.9" - ], - "@mui/private-theming": [ - "5.15.8_-417419281" - ], - "@mui/utils": [ - "5.15.8_-417419281" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/scheduler": [ - "0.16.2" - ], - "csstype": [ - "3.1.2" - ], - "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", - "18.2.0" - ], - "regenerator-runtime": [ - "0.14.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__readable-stream__2.3.7": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "readable-stream", - "version": "2.3.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-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": true - } - }, - "npm__typescript__5.3.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "typescript", - "version": "5.3.3", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "typescript" - ] - }, - "deps": {}, - "transitive_closure": { - "typescript": [ - "5.3.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_popperjs_core__2.11.8__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@popperjs/core", - "version": "2.11.8", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@popperjs/core": [ - "2.11.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-exists": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__string.prototype.matchall__4.0.8": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "string.prototype.matchall", - "version": "4.0.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", - "url": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-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": true - } - }, - "npm__async__3.2.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "async", - "version": "3.2.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==", - "url": "https://registry.npmjs.org/async/-/async-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": true - } - }, - "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": true - } - }, - "npm__at_eslint_eslintrc__2.1.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@eslint/eslintrc", - "version": "2.1.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "ajv": "6.12.6", - "debug": "4.3.4_supports-color_8.1.1", - "espree": "9.6.1", - "globals": "13.23.0", - "ignore": "5.2.4", - "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.2" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "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.23.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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.1.1" - ], - "resolve-from": [ - "4.0.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "8.1.1" - ], - "type-fest": [ - "0.20.2" - ], - "uri-js": [ - "4.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/plugin-transform-react-jsx-development", - "version": "7.22.5_at_babel_core_7.20.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.20.2", - "@babel/plugin-transform-react-jsx": "7.23.4_at_babel_core_7.20.2" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.20.2" - ], - "@babel/plugin-transform-react-jsx": [ - "7.23.4_at_babel_core_7.20.2" - ], - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.20.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_sinonjs_commons__3.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@sinonjs/commons", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", - "url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-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": true - } - }, - "npm__md5__2.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "md5", - "version": "2.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", - "url": "https://registry.npmjs.org/md5/-/md5-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": true - } - }, - "npm__yargs-parser__20.2.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "yargs-parser", - "version": "20.2.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", - "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.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": true - } - }, - "npm__yargs-parser__20.2.9": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "yargs-parser", - "version": "20.2.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.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": true - } - }, - "npm__graphql__16.8.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "graphql", - "version": "16.8.1", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "graphql" - ] - }, - "deps": {}, - "transitive_closure": { - "graphql": [ - "16.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__builtins__5.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "builtins", - "version": "5.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "semver": "7.5.4" - }, - "transitive_closure": { - "builtins": [ - "5.0.1" - ], - "lru-cache": [ - "6.0.0" - ], - "semver": [ - "7.5.4" - ], - "yallist": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__react-lifecycles-compat__3.0.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "react-lifecycles-compat", - "version": "3.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==", - "url": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ee-first": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "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": true - } - }, - "npm__at_humanwhocodes_config-array__0.11.13": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@humanwhocodes/config-array", - "version": "0.11.13", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", - "url": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_jridgewell_set-array__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@jridgewell/set-array", - "version": "1.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__yargs__16.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "yargs", - "version": "16.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "url": "https://registry.npmjs.org/yargs/-/yargs-16.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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_is-prop-valid__1.2.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/is-prop-valid", - "version": "1.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==", - "url": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-config-standard-with-typescript__23.0.0__-1246222472": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-config-standard-with-typescript", - "version": "23.0.0_-1246222472", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iaaWifImn37Z1OXbNW1es7KI+S7D408F9ys0bpaQf2temeBWlvb0Nc5qHkOgYaRb5QxTZT32GGeN1gtswASOXA==", - "url": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-23.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": true - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "ws" - ] - }, - "deps": {}, - "transitive_closure": { - "ws": [ - "8.16.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-plugin-n__15.5.1__eslint_8.52.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-plugin-n", - "version": "15.5.1_eslint_8.52.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kAd+xhZm7brHoFLzKLB7/FGRFJNg/srmv67mqb7tto22rpr4wv/LV6RuXzAfv3jbab7+k1wi42PsIhGviywaaw==", - "url": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.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": true - } - }, - "npm__pako__1.0.11__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "pako", - "version": "1.0.11", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "pako": [ - "1.0.11" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": {}, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "safe-buffer": [ - "5.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-typed-array__1.1.10": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-typed-array", - "version": "1.1.10", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", - "url": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.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": true - } - }, - "npm__at_types_scheduler__0.16.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/scheduler", - "version": "0.16.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", - "url": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.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": true - } - }, - "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.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "object-inspect": [ - "1.12.2" - ], - "qs": [ - "6.11.0" - ], - "side-channel": [ - "1.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__find-root__1.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "find-root", - "version": "1.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "find-root": [ - "1.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "destroy": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__update-browserslist-db__1.0.10__browserslist_4.21.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "update-browserslist-db", - "version": "1.0.10_browserslist_4.21.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "browserslist": "4.21.4", - "escalade": "3.1.1", - "picocolors": "1.0.0" - }, - "transitive_closure": { - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_typescript-eslint_visitor-keys__5.44.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@typescript-eslint/visitor-keys", - "version": "5.44.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==", - "url": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "npm__at_sinonjs_fake-timers__11.2.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@sinonjs/fake-timers", - "version": "11.2.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@sinonjs/commons": "3.0.0" - }, - "transitive_closure": { - "@sinonjs/commons": [ - "3.0.0" - ], - "@sinonjs/fake-timers": [ - "11.2.2" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__array-flatten__1.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "array-flatten", - "version": "1.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", - "url": "https://registry.npmjs.org/array-flatten/-/array-flatten-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_jridgewell_sourcemap-codec__1.4.14": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@jridgewell/sourcemap-codec", - "version": "1.4.14", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", - "url": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__glob__8.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "glob", - "version": "8.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "url": "https://registry.npmjs.org/glob/-/glob-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": true - } - }, - "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": true - } - }, - "npm__regexp.prototype.flags__1.4.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "regexp.prototype.flags", - "version": "1.4.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "functions-have-names": "1.2.3" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "function-bind": [ - "1.1.1" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "object-keys": [ - "1.1.1" - ], - "regexp.prototype.flags": [ - "1.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_babel_code-frame__7.23.5": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/code-frame", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", - "url": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-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": true - } - }, - "npm__react-transition-group__4.4.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-transition-group", - "version": "4.4.5_react-dom_18.2.0__react_18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", - "url": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__react-transition-group__4.4.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-transition-group", - "version": "4.4.5_react-dom_18.2.0__react_18.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/runtime": "7.23.9", - "dom-helpers": "5.2.1", - "loose-envify": "1.4.0", - "prop-types": "15.8.1", - "react": "18.2.0", - "react-dom": "18.2.0_react_18.2.0" - }, - "transitive_closure": { - "@babel/runtime": [ - "7.23.9" - ], - "csstype": [ - "3.1.2" - ], - "dom-helpers": [ - "5.2.1" - ], - "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" - ], - "react-transition-group": [ - "4.4.5_react-dom_18.2.0__react_18.2.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "scheduler": [ - "0.23.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "queue-microtask": [ - "1.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__call-bind__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "call-bind", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "function-bind": "1.1.1", - "get-intrinsic": "1.1.3" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_history__4.7.11__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/history", - "version": "4.7.11", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/history": [ - "4.7.11" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_sheet__1.2.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/sheet", - "version": "1.2.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==", - "url": "https://registry.npmjs.org/@emotion/sheet/-/sheet-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": true - } - }, - "npm__md5__2.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "md5", - "version": "2.3.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "charenc": "0.0.2", - "crypt": "0.0.2", - "is-buffer": "1.1.6" - }, - "transitive_closure": { - "charenc": [ - "0.0.2" - ], - "crypt": [ - "0.0.2" - ], - "is-buffer": [ - "1.1.6" - ], - "md5": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__string.prototype.trimend__1.0.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "string.prototype.trimend", - "version": "1.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", - "url": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-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": true - } - }, - "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": true - } - }, - "npm__get-symbol-description__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "get-symbol-description", - "version": "1.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "get-intrinsic": "1.1.3" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_aria-query__5.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/aria-query", - "version": "5.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==", - "url": "https://registry.npmjs.org/@types/aria-query/-/aria-query-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": true - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__expect__29.7.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "expect", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", - "url": "https://registry.npmjs.org/expect/-/expect-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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__warning__4.0.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "warning", - "version": "4.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "url": "https://registry.npmjs.org/warning/-/warning-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": true - } - }, - "npm__side-channel__1.0.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "side-channel", - "version": "1.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "url": "https://registry.npmjs.org/side-channel/-/side-channel-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": true - } - }, - "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": true - } - }, - "npm__graphql__16.8.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "graphql", - "version": "16.8.1", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "graphql" - ] - }, - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", - "url": "https://registry.npmjs.org/graphql/-/graphql-16.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": true - } - }, - "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": true - } - }, - "npm__xml__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "xml", - "version": "1.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "xml": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_jridgewell_gen-mapping__0.3.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@jridgewell/gen-mapping", - "version": "0.3.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "url": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-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": true - } - }, - "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": true - } - }, - "npm__at_emotion_hash__0.9.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/hash", - "version": "0.9.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@emotion/hash": [ - "0.9.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__path-to-regexp__6.2.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "path-to-regexp", - "version": "6.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==", - "url": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "isarray": [ - "2.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__ansi-colors__4.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "ansi-colors", - "version": "4.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ansi-colors": [ - "4.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__which-typed-array__1.1.9__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "which-typed-array", - "version": "1.1.9", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "available-typed-arrays": "1.0.5", - "call-bind": "1.0.2", - "for-each": "0.3.3", - "gopd": "1.0.1", - "has-tostringtag": "1.0.0", - "is-typed-array": "1.1.10" - }, - "transitive_closure": { - "available-typed-arrays": [ - "1.0.5" - ], - "call-bind": [ - "1.0.2" - ], - "for-each": [ - "0.3.3" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-callable": [ - "1.2.7" - ], - "is-typed-array": [ - "1.1.10" - ], - "which-typed-array": [ - "1.1.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__string.prototype.matchall__4.0.8__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "string.prototype.matchall", - "version": "4.0.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4", - "get-intrinsic": "1.1.3", - "has-symbols": "1.0.3", - "internal-slot": "1.0.3", - "regexp.prototype.flags": "1.4.3", - "side-channel": "1.0.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.matchall": [ - "4.0.8" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__pkg-conf__3.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "pkg-conf", - "version": "3.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==", - "url": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@eslint/js": [ - "8.57.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_pkgr_core__0.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@pkgr/core", - "version": "0.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@pkgr/core": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "type-fest": [ - "0.20.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "natural-compare": [ - "1.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__regexpp__3.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "regexpp", - "version": "3.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "url": "https://registry.npmjs.org/regexpp/-/regexpp-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": true - } - }, - "npm__react-modal__3.16.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-modal", - "version": "3.16.1_react-dom_18.2.0__react_18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "react-modal" - ] - }, - "integrity": "sha512-VStHgI3BVcGo7OXczvnJN7yT2TWHJPDXZWyI/a0ssFNhGZWsPmB8cF0z33ewDXq4VfYMO1vXgiv/g8Nj9NDyWg==", - "url": "https://registry.npmjs.org/react-modal/-/react-modal-3.16.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_typescript-eslint_utils__5.44.0__-679725046": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@typescript-eslint/utils", - "version": "5.44.0_-679725046", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==", - "url": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.44.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "npm__available-typed-arrays__1.0.5__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "available-typed-arrays", - "version": "1.0.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "available-typed-arrays": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__path-to-regexp__0.1.7__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "path-to-regexp", - "version": "0.1.7", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-to-regexp": [ - "0.1.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-scope__5.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-scope", - "version": "5.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-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": true - } - }, - "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": true - } - }, - "npm__object.assign__4.1.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "object.assign", - "version": "4.1.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", - "url": "https://registry.npmjs.org/object.assign/-/object.assign-4.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": true - } - }, - "npm__at_mui_icons-material__5.15.8__-554584225__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@mui/icons-material", - "version": "5.15.8_-554584225", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@mui/icons-material" - ] - }, - "deps": { - "@babel/runtime": "7.23.9", - "@mui/material": "5.15.7_1946909678", - "@types/react": "18.2.70", - "react": "18.2.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@babel/types": [ - "7.23.6" - ], - "@emotion/babel-plugin": [ - "11.11.0" - ], - "@emotion/cache": [ - "11.11.0" - ], - "@emotion/hash": [ - "0.9.1" - ], - "@emotion/is-prop-valid": [ - "1.2.1" - ], - "@emotion/memoize": [ - "0.8.1" - ], - "@emotion/react": [ - "11.11.3_-417419281" - ], - "@emotion/serialize": [ - "1.1.3" - ], - "@emotion/sheet": [ - "1.2.2" - ], - "@emotion/styled": [ - "11.11.0_602490610" - ], - "@emotion/unitless": [ - "0.8.1" - ], - "@emotion/use-insertion-effect-with-fallbacks": [ - "1.0.1_react_18.2.0" - ], - "@emotion/utils": [ - "1.2.1" - ], - "@emotion/weak-memoize": [ - "0.3.1" - ], - "@floating-ui/core": [ - "1.6.0" - ], - "@floating-ui/dom": [ - "1.6.1" - ], - "@floating-ui/react-dom": [ - "2.0.8_react-dom_18.2.0__react_18.2.0" - ], - "@floating-ui/utils": [ - "0.2.1" - ], - "@mui/base": [ - "5.0.0-beta.34_456992791" - ], - "@mui/core-downloads-tracker": [ - "5.15.8" - ], - "@mui/icons-material": [ - "5.15.8_-554584225" - ], - "@mui/material": [ - "5.15.7_1946909678" - ], - "@mui/private-theming": [ - "5.15.8_-417419281" - ], - "@mui/styled-engine": [ - "5.15.8_602618506" - ], - "@mui/system": [ - "5.15.8_-2142102650" - ], - "@mui/types": [ - "7.2.13_at_types_react_18.2.70" - ], - "@mui/utils": [ - "5.15.8_-417419281" - ], - "@popperjs/core": [ - "2.11.8" - ], - "@types/parse-json": [ - "4.0.0" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/react-transition-group": [ - "4.4.10" - ], - "@types/scheduler": [ - "0.16.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "clsx": [ - "2.1.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "cosmiconfig": [ - "7.1.0" - ], - "csstype": [ - "3.1.2" - ], - "dom-helpers": [ - "5.2.1" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5", - "4.0.0" - ], - "find-root": [ - "1.1.0" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0" - ], - "hoist-non-react-statics": [ - "3.3.2" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "loose-envify": [ - "1.4.0" - ], - "object-assign": [ - "4.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "prop-types": [ - "15.8.1" - ], - "react": [ - "18.2.0" - ], - "react-dom": [ - "18.2.0_react_18.2.0" - ], - "react-is": [ - "16.13.1", - "18.2.0" - ], - "react-transition-group": [ - "4.4.5_react-dom_18.2.0__react_18.2.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "scheduler": [ - "0.23.0" - ], - "source-map": [ - "0.5.7" - ], - "stylis": [ - "4.2.0" - ], - "supports-color": [ - "5.5.0" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "to-fast-properties": [ - "2.0.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__side-channel__1.0.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "side-channel", - "version": "1.0.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "get-intrinsic": "1.1.3", - "object-inspect": "1.12.2" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "object-inspect": [ - "1.12.2" - ], - "side-channel": [ - "1.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_core-downloads-tracker__5.15.8__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@mui/core-downloads-tracker", - "version": "5.15.8", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@mui/core-downloads-tracker": [ - "5.15.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_parse-json__4.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/parse-json", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "url": "https://registry.npmjs.org/@types/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": true - } - }, - "npm__at_mui_private-theming__5.15.8__-417419281": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@mui/private-theming", - "version": "5.15.8_-417419281", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HMDPO416iMZPqs8nGUL3GJMDNpJtE1Uefw/Aw+zTKJHX5JnT+Bms41e2065BUT/zR5dYcKjFP4gQMwW5QX7nvA==", - "url": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "depd": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__cookie-signature__1.0.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "cookie-signature", - "version": "1.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", - "url": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-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": true - } - }, - "npm__is-set__2.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-set", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", - "url": "https://registry.npmjs.org/is-set/-/is-set-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "setprototypeof": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__immediate__3.0.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "immediate", - "version": "3.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", - "url": "https://registry.npmjs.org/immediate/-/immediate-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": true - } - }, - "npm__object.values__1.1.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "object.values", - "version": "1.1.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", - "url": "https://registry.npmjs.org/object.values/-/object.values-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": true - } - }, - "npm__at_emotion_react__11.11.3__-417419281": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/react", - "version": "11.11.3_-417419281", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@emotion/react" - ] - }, - "integrity": "sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==", - "url": "https://registry.npmjs.org/@emotion/react/-/react-11.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": true - } - }, - "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": true - } - }, - "npm__object.entries__1.1.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "object.entries", - "version": "1.1.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", - "url": "https://registry.npmjs.org/object.entries/-/object.entries-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": true - } - }, - "npm__at_testing-library_user-event__14.5.2__at_testing-library_dom_9.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@testing-library/user-event", - "version": "14.5.2_at_testing-library_dom_9.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@testing-library/user-event" - ] - }, - "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", - "url": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.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": true - } - }, - "npm__is-arguments__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-arguments", - "version": "1.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-arguments": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__forwarded__0.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "forwarded", - "version": "0.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "url": "https://registry.npmjs.org/forwarded/-/forwarded-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": true - } - }, - "npm__at_emotion_memoize__0.8.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/memoize", - "version": "0.8.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@emotion/memoize": [ - "0.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-plugin-react__7.31.11__eslint_8.52.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-plugin-react", - "version": "7.31.11_eslint_8.52.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==", - "url": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.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": true - } - }, - "npm__at_babel_core__7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/core", - "version": "7.20.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@ampproject/remapping": "2.2.0", - "@babel/code-frame": "7.23.5", - "@babel/generator": "7.23.6", - "@babel/helper-compilation-targets": "7.20.0_at_babel_core_7.20.2", - "@babel/helper-module-transforms": "7.20.2", - "@babel/helpers": "7.20.1", - "@babel/parser": "7.23.6", - "@babel/template": "7.22.15", - "@babel/traverse": "7.23.7", - "@babel/types": "7.23.6", - "convert-source-map": "1.9.0", - "debug": "4.3.4_supports-color_8.1.1", - "gensync": "1.0.0-beta.2", - "json5": "2.2.3", - "semver": "6.3.1" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__p-limit__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "p-limit", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "yocto-queue": "1.0.0" - }, - "transitive_closure": { - "p-limit": [ - "4.0.0" - ], - "yocto-queue": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__which-typed-array__1.1.9": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "which-typed-array", - "version": "1.1.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", - "url": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.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": true - } - }, - "npm__at_sinonjs_samsam__8.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@sinonjs/samsam", - "version": "8.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@sinonjs/commons": "2.0.0", - "lodash.get": "4.4.2", - "type-detect": "4.0.8" - }, - "transitive_closure": { - "@sinonjs/commons": [ - "2.0.0" - ], - "@sinonjs/samsam": [ - "8.0.0" - ], - "lodash.get": [ - "4.4.2" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_highlight__7.23.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/highlight", - "version": "7.23.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", - "url": "https://registry.npmjs.org/@babel/highlight/-/highlight-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": true - } - }, - "npm__at_babel_preset-react__7.23.3__at_babel_core_7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/preset-react", - "version": "7.23.3_at_babel_core_7.20.2", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@babel/preset-react" - ] - }, - "deps": { - "@babel/core": "7.20.2", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-validator-option": "7.23.5", - "@babel/plugin-transform-react-display-name": "7.23.3_at_babel_core_7.20.2", - "@babel/plugin-transform-react-jsx": "7.23.4_at_babel_core_7.20.2", - "@babel/plugin-transform-react-jsx-development": "7.22.5_at_babel_core_7.20.2", - "@babel/plugin-transform-react-pure-annotations": "7.23.3_at_babel_core_7.20.2" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.20.2" - ], - "@babel/plugin-transform-react-display-name": [ - "7.23.3_at_babel_core_7.20.2" - ], - "@babel/plugin-transform-react-jsx": [ - "7.23.4_at_babel_core_7.20.2" - ], - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.20.2" - ], - "@babel/plugin-transform-react-pure-annotations": [ - "7.23.3_at_babel_core_7.20.2" - ], - "@babel/preset-react": [ - "7.23.3_at_babel_core_7.20.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__dom-helpers__5.2.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "dom-helpers", - "version": "5.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", - "url": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-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": true - } - }, - "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": true - } - }, - "npm__type-fest__0.3.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "type-fest", - "version": "0.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==", - "url": "https://registry.npmjs.org/type-fest/-/type-fest-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": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "safer-buffer": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-visitor-keys__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-visitor-keys", - "version": "2.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "eslint-visitor-keys": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_jridgewell_resolve-uri__3.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@jridgewell/resolve-uri", - "version": "3.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@jridgewell/resolve-uri": [ - "3.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__cosmiconfig__7.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "cosmiconfig", - "version": "7.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/parse-json": "4.0.0", - "import-fresh": "3.3.0", - "parse-json": "5.2.0", - "path-type": "4.0.0", - "yaml": "1.10.2" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@types/parse-json": [ - "4.0.0" - ], - "ansi-styles": [ - "3.2.1" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "cosmiconfig": [ - "7.1.0" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "has-flag": [ - "3.0.0" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "resolve-from": [ - "4.0.0" - ], - "supports-color": [ - "5.5.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__mocha-junit-reporter__2.2.1__mocha_10.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "mocha-junit-reporter", - "version": "2.2.1_mocha_10.3.0", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "mocha-junit-reporter" - ] - }, - "deps": { - "debug": "4.3.4_supports-color_8.1.1", - "md5": "2.3.0", - "mkdirp": "3.0.1", - "mocha": "10.3.0", - "strip-ansi": "6.0.1", - "xml": "1.0.1" - }, - "transitive_closure": { - "ansi-colors": [ - "4.1.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "anymatch": [ - "3.1.3" - ], - "argparse": [ - "2.0.1" - ], - "balanced-match": [ - "1.0.2" - ], - "binary-extensions": [ - "2.2.0" - ], - "brace-expansion": [ - "2.0.1" - ], - "braces": [ - "3.0.2" - ], - "browser-stdout": [ - "1.3.1" - ], - "camelcase": [ - "6.3.0" - ], - "chalk": [ - "4.1.2" - ], - "charenc": [ - "0.0.2" - ], - "chokidar": [ - "3.5.3" - ], - "cliui": [ - "7.0.4" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "crypt": [ - "0.0.2" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "decamelize": [ - "4.0.0" - ], - "diff": [ - "5.0.0" - ], - "emoji-regex": [ - "8.0.0" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat": [ - "5.0.2" - ], - "fs.realpath": [ - "1.0.0" - ], - "fsevents": [ - "2.3.2" - ], - "get-caller-file": [ - "2.0.5" - ], - "glob": [ - "8.1.0" - ], - "glob-parent": [ - "5.1.2" - ], - "has-flag": [ - "4.0.0" - ], - "he": [ - "1.2.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "is-binary-path": [ - "2.1.0" - ], - "is-buffer": [ - "1.1.6" - ], - "is-extglob": [ - "2.1.1" - ], - "is-fullwidth-code-point": [ - "3.0.0" - ], - "is-glob": [ - "4.0.3" - ], - "is-number": [ - "7.0.0" - ], - "is-plain-obj": [ - "2.1.0" - ], - "is-unicode-supported": [ - "0.1.0" - ], - "js-yaml": [ - "4.1.0" - ], - "locate-path": [ - "6.0.0" - ], - "log-symbols": [ - "4.1.0" - ], - "md5": [ - "2.3.0" - ], - "minimatch": [ - "5.0.1", - "5.1.0" - ], - "mkdirp": [ - "3.0.1" - ], - "mocha": [ - "10.3.0" - ], - "mocha-junit-reporter": [ - "2.2.1_mocha_10.3.0" - ], - "ms": [ - "2.1.2", - "2.1.3" - ], - "normalize-path": [ - "3.0.0" - ], - "once": [ - "1.4.0" - ], - "p-limit": [ - "3.1.0" - ], - "p-locate": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "picomatch": [ - "2.3.1" - ], - "randombytes": [ - "2.1.0" - ], - "readdirp": [ - "3.6.0" - ], - "require-directory": [ - "2.1.1" - ], - "safe-buffer": [ - "5.2.1" - ], - "serialize-javascript": [ - "6.0.0" - ], - "string-width": [ - "4.2.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "workerpool": [ - "6.2.1" - ], - "wrap-ansi": [ - "7.0.0" - ], - "wrappy": [ - "1.0.2" - ], - "xml": [ - "1.0.1" - ], - "y18n": [ - "5.0.8" - ], - "yargs": [ - "16.2.0" - ], - "yargs-parser": [ - "20.2.4", - "20.2.9" - ], - "yargs-unparser": [ - "2.0.0" - ], - "yocto-queue": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__cosmiconfig__7.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "cosmiconfig", - "version": "7.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-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": true - } - }, - "npm__merge-descriptors__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "merge-descriptors", - "version": "1.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "merge-descriptors": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "object-keys": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__lodash.get__4.4.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "lodash.get", - "version": "4.4.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "lodash.get": [ - "4.4.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "eslint-config-prettier" - ] - }, - "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": true - } - }, - "npm__merge-descriptors__1.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "merge-descriptors", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", - "url": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-import-resolver-node__0.3.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-import-resolver-node", - "version": "0.3.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "debug": "3.2.7", - "resolve": "1.22.1" - }, - "transitive_closure": { - "debug": [ - "3.2.7" - ], - "eslint-import-resolver-node": [ - "0.3.6" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "is-core-module": [ - "2.11.0" - ], - "ms": [ - "2.1.3" - ], - "path-parse": [ - "1.0.7" - ], - "resolve": [ - "1.22.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_jridgewell_gen-mapping__0.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@jridgewell/gen-mapping", - "version": "0.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "url": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-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": true - } - }, - "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": true - } - }, - "npm__string.prototype.trimend__1.0.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "string.prototype.trimend", - "version": "1.0.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__babel-literal-to-ast__2.1.0__at_babel_core_7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "babel-literal-to-ast", - "version": "2.1.0_at_babel_core_7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-CxfpQ0ysQ0bZOhlaPgcWjl79Em16Rhqc6++UAFn0A3duiXmuyhhj8yyl9PYbj0I0CyjrHovdDbp2QEKT7uIMxw==", - "url": "https://registry.npmjs.org/babel-literal-to-ast/-/babel-literal-to-ast-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": true - } - }, - "npm__at_babel_plugin-syntax-jsx__7.23.3__at_babel_core_7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/plugin-syntax-jsx", - "version": "7.23.3_at_babel_core_7.20.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.20.2", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.20.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__globals__13.23.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "globals", - "version": "13.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", - "url": "https://registry.npmjs.org/globals/-/globals-13.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": true - } - }, - "npm__at_adobe_css-tools__4.3.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@adobe/css-tools", - "version": "4.3.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==", - "url": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "array-union": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__react-lifecycles-compat__3.0.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "react-lifecycles-compat", - "version": "3.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "react-lifecycles-compat": [ - "3.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_jridgewell_gen-mapping__0.3.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@jridgewell/gen-mapping", - "version": "0.3.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jridgewell/set-array": "1.1.2", - "@jridgewell/sourcemap-codec": "1.4.14", - "@jridgewell/trace-mapping": "0.3.20" - }, - "transitive_closure": { - "@jridgewell/gen-mapping": [ - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__multer__1.4.5-lts.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "multer", - "version": "1.4.5-lts.1", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "multer" - ] - }, - "deps": { - "append-field": "1.0.0", - "busboy": "1.6.0", - "concat-stream": "1.6.2", - "mkdirp": "0.5.6", - "object-assign": "4.1.1", - "type-is": "1.6.18", - "xtend": "4.0.2" - }, - "transitive_closure": { - "append-field": [ - "1.0.0" - ], - "buffer-from": [ - "1.1.2" - ], - "busboy": [ - "1.6.0" - ], - "concat-stream": [ - "1.6.2" - ], - "core-util-is": [ - "1.0.3" - ], - "inherits": [ - "2.0.4" - ], - "isarray": [ - "1.0.0" - ], - "media-typer": [ - "0.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "mime-types": [ - "2.1.35" - ], - "minimist": [ - "1.2.7" - ], - "mkdirp": [ - "0.5.6" - ], - "multer": [ - "1.4.5-lts.1" - ], - "object-assign": [ - "4.1.1" - ], - "process-nextick-args": [ - "2.0.1" - ], - "readable-stream": [ - "2.3.7" - ], - "safe-buffer": [ - "5.1.2" - ], - "streamsearch": [ - "1.1.0" - ], - "string_decoder": [ - "1.1.1" - ], - "type-is": [ - "1.6.18" - ], - "typedarray": [ - "0.0.6" - ], - "util-deprecate": [ - "1.0.2" - ], - "xtend": [ - "4.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_weak-memoize__0.3.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/weak-memoize", - "version": "0.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==", - "url": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-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": true - } - }, - "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": true - } - }, - "npm__eslint-plugin-node__11.1.0__eslint_8.57.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-plugin-node", - "version": "11.1.0_eslint_8.57.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "eslint-plugin-node" - ] - }, - "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==", - "url": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-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": true - } - }, - "npm__minimist__1.2.7__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "minimist", - "version": "1.2.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "minimist": [ - "1.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-shared-array-buffer__1.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-shared-array-buffer", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "url": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-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": true - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "prettier" - ] - }, - "deps": {}, - "transitive_closure": { - "prettier": [ - "3.2.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-string": [ - "1.0.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_plugin-transform-react-pure-annotations__7.23.3__at_babel_core_7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/plugin-transform-react-pure-annotations", - "version": "7.23.3_at_babel_core_7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-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": true - } - }, - "npm__eslint-plugin-es__3.0.1__eslint_8.57.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-plugin-es", - "version": "3.0.1_eslint_8.57.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", - "url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-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": true - } - }, - "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": true - } - }, - "npm__at_babel_code-frame__7.23.5__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/code-frame", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/highlight": "7.23.4", - "chalk": "2.4.2" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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" - ], - "supports-color": [ - "5.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_humanwhocodes_object-schema__2.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@humanwhocodes/object-schema", - "version": "2.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@humanwhocodes/object-schema": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__escalade__3.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "escalade", - "version": "3.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "url": "https://registry.npmjs.org/escalade/-/escalade-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": true - } - }, - "npm__define-properties__1.1.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "define-properties", - "version": "1.1.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", - "url": "https://registry.npmjs.org/define-properties/-/define-properties-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": true - } - }, - "npm__type-fest__0.3.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "type-fest", - "version": "0.3.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "type-fest": [ - "0.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_parser__7.23.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/parser", - "version": "7.23.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", - "url": "https://registry.npmjs.org/@babel/parser/-/parser-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": true - } - }, - "npm__eslint-config-standard-with-typescript__23.0.0__-1246222472__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-config-standard-with-typescript", - "version": "23.0.0_-1246222472", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/eslint-plugin": "5.44.0_909934447", - "@typescript-eslint/parser": "5.44.0_-679725046", - "eslint": "8.52.0", - "eslint-config-standard": "17.0.0_978117738", - "eslint-plugin-import": "2.26.0_-730645774", - "eslint-plugin-n": "15.5.1_eslint_8.52.0", - "eslint-plugin-promise": "6.1.1_eslint_8.52.0", - "typescript": "5.3.3" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@types/json-schema": [ - "7.0.11" - ], - "@types/json5": [ - "0.0.29" - ], - "@types/semver": [ - "7.3.13" - ], - "@typescript-eslint/eslint-plugin": [ - "5.44.0_909934447" - ], - "@typescript-eslint/parser": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/type-utils": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/utils": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "ajv": [ - "6.12.6" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "argparse": [ - "2.0.1" - ], - "array-includes": [ - "3.1.6" - ], - "array-union": [ - "2.1.0" - ], - "array.prototype.flat": [ - "1.3.1" - ], - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "braces": [ - "3.0.2" - ], - "builtins": [ - "5.0.1" - ], - "call-bind": [ - "1.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": [ - "2.6.9", - "3.2.7", - "4.3.4_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "define-properties": [ - "1.1.4" - ], - "dir-glob": [ - "3.0.1" - ], - "doctrine": [ - "2.1.0", - "3.0.0" - ], - "es-abstract": [ - "1.20.4" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "es-to-primitive": [ - "1.2.1" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-config-standard": [ - "17.0.0_978117738" - ], - "eslint-config-standard-with-typescript": [ - "23.0.0_-1246222472" - ], - "eslint-import-resolver-node": [ - "0.3.6" - ], - "eslint-module-utils": [ - "2.7.4_-814034063" - ], - "eslint-plugin-es": [ - "4.1.0_eslint_8.52.0" - ], - "eslint-plugin-import": [ - "2.26.0_-730645774" - ], - "eslint-plugin-n": [ - "15.5.1_eslint_8.52.0" - ], - "eslint-plugin-promise": [ - "6.1.1_eslint_8.52.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "eslint-utils": [ - "2.1.0", - "3.0.0_eslint_8.52.0" - ], - "eslint-visitor-keys": [ - "1.3.0", - "2.1.0", - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "4.3.0", - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-glob": [ - "3.2.12" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "globby": [ - "11.1.0" - ], - "graphemer": [ - "1.4.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-core-module": [ - "2.11.0" - ], - "is-date-object": [ - "1.0.5" - ], - "is-extglob": [ - "2.1.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number": [ - "7.0.0" - ], - "is-number-object": [ - "1.0.7" - ], - "is-path-inside": [ - "3.0.3" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "isexe": [ - "2.0.0" - ], - "js-yaml": [ - "4.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "json5": [ - "1.0.2" - ], - "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" - ], - "minimist": [ - "1.2.7" - ], - "ms": [ - "2.0.0", - "2.1.2", - "2.1.3" - ], - "natural-compare": [ - "1.4.0" - ], - "natural-compare-lite": [ - "1.4.0" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.values": [ - "1.1.6" - ], - "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" - ], - "path-type": [ - "4.0.0" - ], - "picomatch": [ - "2.3.1" - ], - "prelude-ls": [ - "1.2.1" - ], - "punycode": [ - "2.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "regexpp": [ - "3.2.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "safe-regex-test": [ - "1.0.0" - ], - "semver": [ - "7.5.4" - ], - "shebang-command": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "slash": [ - "3.0.0" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "strip-ansi": [ - "6.0.1" - ], - "strip-bom": [ - "3.0.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "text-table": [ - "0.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "tsconfig-paths": [ - "3.14.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "typescript": [ - "5.3.3" - ], - "unbox-primitive": [ - "1.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "which": [ - "2.0.2" - ], - "which-boxed-primitive": [ - "1.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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__json5__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "json5", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "minimist": "1.2.7" - }, - "transitive_closure": { - "json5": [ - "1.0.2" - ], - "minimist": [ - "1.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": { - "javascript/grid-ui": [ - "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": true - } - }, - "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": {}, - "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": true - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__mocha-junit-reporter__2.2.1__mocha_10.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "mocha-junit-reporter", - "version": "2.2.1_mocha_10.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "mocha-junit-reporter" - ] - }, - "integrity": "sha512-iDn2tlKHn8Vh8o4nCzcUVW4q7iXp7cC4EB78N0cDHIobLymyHNwe0XG8HEHHjc3hJlXm0Vy6zcrxaIhnI2fWmw==", - "url": "https://registry.npmjs.org/mocha-junit-reporter/-/mocha-junit-reporter-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": true - } - }, - "npm__eslint-plugin-promise__6.1.1__eslint_8.52.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-plugin-promise", - "version": "6.1.1_eslint_8.52.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.52.0" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-plugin-promise": [ - "6.1.1_eslint_8.52.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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "is-weakref": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__es-get-iterator__1.1.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "es-get-iterator", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==", - "url": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-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": true - } - }, - "npm__which-collection__1.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "which-collection", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", - "url": "https://registry.npmjs.org/which-collection/-/which-collection-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": true - } - }, - "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": true - } - }, - "npm__parse-json__5.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "parse-json", - "version": "5.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "url": "https://registry.npmjs.org/parse-json/-/parse-json-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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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.11.6", - "@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.11.6" - ], - "@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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-key": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__convert-source-map__1.9.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "convert-source-map", - "version": "1.9.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "convert-source-map": [ - "1.9.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__node-releases__2.0.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "node-releases", - "version": "2.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", - "url": "https://registry.npmjs.org/node-releases/-/node-releases-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": true - } - }, - "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": true - } - }, - "npm__json-parse-even-better-errors__2.3.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "json-parse-even-better-errors", - "version": "2.3.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "json-parse-even-better-errors": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_types_react-dom__18.2.18": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/react-dom", - "version": "18.2.18", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/react-dom" - ] - }, - "integrity": "sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==", - "url": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.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": true - } - }, - "npm__flat__5.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "flat", - "version": "5.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "flat": [ - "5.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": {}, - "deps": {}, - "transitive_closure": { - "css.escape": [ - "1.5.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__p-locate__6.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "p-locate", - "version": "6.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", - "url": "https://registry.npmjs.org/p-locate/-/p-locate-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": true - } - }, - "npm__at_babel_parser__7.23.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/parser", - "version": "7.23.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/types": [ - "7.23.6" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_sheet__1.2.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/sheet", - "version": "1.2.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@emotion/sheet": [ - "1.2.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__batch__0.6.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "batch", - "version": "0.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", - "url": "https://registry.npmjs.org/batch/-/batch-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "indent-string": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__lie__3.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "lie", - "version": "3.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "immediate": "3.0.6" - }, - "transitive_closure": { - "immediate": [ - "3.0.6" - ], - "lie": [ - "3.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__dom-accessibility-api__0.5.14": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "dom-accessibility-api", - "version": "0.5.14", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==", - "url": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-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": true - } - }, - "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": true - } - }, - "npm__eslint-utils__3.0.0__eslint_8.52.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-utils", - "version": "3.0.0_eslint_8.52.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.52.0", - "eslint-visitor-keys": "2.1.0" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-utils": [ - "3.0.0_eslint_8.52.0" - ], - "eslint-visitor-keys": [ - "2.1.0", - "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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_json5__0.0.29": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/json5", - "version": "0.0.29", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", - "url": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_emotion_use-insertion-effect-with-fallbacks__1.0.1__react_18.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/use-insertion-effect-with-fallbacks", - "version": "1.0.1_react_18.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "react": "18.2.0" - }, - "transitive_closure": { - "@emotion/use-insertion-effect-with-fallbacks": [ - "1.0.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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__has-tostringtag__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "has-tostringtag", - "version": "1.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "has-symbols": "1.0.3" - }, - "transitive_closure": { - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__acorn-jsx__5.3.2__acorn_8.10.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "acorn-jsx", - "version": "5.3.2_acorn_8.10.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "acorn": "8.10.0" - }, - "transitive_closure": { - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "utils-merge": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__source-map-explorer__2.5.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "source-map-explorer", - "version": "2.5.3", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "source-map-explorer" - ] - }, - "deps": { - "btoa": "1.2.1", - "chalk": "4.1.2", - "convert-source-map": "1.9.0", - "ejs": "3.1.8", - "escape-html": "1.0.3", - "glob": "7.2.3", - "gzip-size": "6.0.0", - "lodash": "4.17.21", - "open": "7.4.2", - "source-map": "0.7.4", - "temp": "0.9.4", - "yargs": "16.2.0" - }, - "transitive_closure": { - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "async": [ - "3.2.4" - ], - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11", - "2.0.1" - ], - "btoa": [ - "1.2.1" - ], - "chalk": [ - "4.1.2" - ], - "cliui": [ - "7.0.4" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "concat-map": [ - "0.0.1" - ], - "convert-source-map": [ - "1.9.0" - ], - "duplexer": [ - "0.1.2" - ], - "ejs": [ - "3.1.8" - ], - "emoji-regex": [ - "8.0.0" - ], - "escalade": [ - "3.1.1" - ], - "escape-html": [ - "1.0.3" - ], - "filelist": [ - "1.0.4" - ], - "fs.realpath": [ - "1.0.0" - ], - "get-caller-file": [ - "2.0.5" - ], - "glob": [ - "7.2.3" - ], - "gzip-size": [ - "6.0.0" - ], - "has-flag": [ - "4.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "is-docker": [ - "2.2.1" - ], - "is-fullwidth-code-point": [ - "3.0.0" - ], - "is-wsl": [ - "2.2.0" - ], - "jake": [ - "10.8.5" - ], - "lodash": [ - "4.17.21" - ], - "minimatch": [ - "3.1.2", - "5.1.0" - ], - "minimist": [ - "1.2.7" - ], - "mkdirp": [ - "0.5.6" - ], - "once": [ - "1.4.0" - ], - "open": [ - "7.4.2" - ], - "path-is-absolute": [ - "1.0.1" - ], - "require-directory": [ - "2.1.1" - ], - "rimraf": [ - "2.6.3" - ], - "source-map": [ - "0.7.4" - ], - "source-map-explorer": [ - "2.5.3" - ], - "string-width": [ - "4.2.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "supports-color": [ - "7.2.0" - ], - "temp": [ - "0.9.4" - ], - "wrap-ansi": [ - "7.0.0" - ], - "wrappy": [ - "1.0.2" - ], - "y18n": [ - "5.0.8" - ], - "yargs": [ - "16.2.0" - ], - "yargs-parser": [ - "20.2.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_highlight__7.23.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/highlight", - "version": "7.23.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-validator-identifier": "7.22.20", - "chalk": "2.4.2", - "js-tokens": "4.0.0" - }, - "transitive_closure": { - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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" - ], - "supports-color": [ - "5.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_bazel_runfiles__5.8.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@bazel/runfiles", - "version": "5.8.1", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "@bazel/runfiles" - ] - }, - "integrity": "sha512-NDdfpdQ6rZlylgv++iMn5FkObC/QlBQvipinGLSOguTYpRywmieOyJ29XHvUilspwTFSILWpoE9CqMGkHXug1g==", - "url": "https://registry.npmjs.org/@bazel/runfiles/-/runfiles-5.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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__ansi-colors__4.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "ansi-colors", - "version": "4.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", - "url": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "graphemer": [ - "1.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__binary-extensions__2.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "binary-extensions", - "version": "2.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "binary-extensions": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__ipaddr.js__1.9.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "ipaddr.js", - "version": "1.9.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "url": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-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": true - } - }, - "npm__chalk__3.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "chalk", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "url": "https://registry.npmjs.org/chalk/-/chalk-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__setimmediate__1.0.5__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "setimmediate", - "version": "1.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "setimmediate": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_base__5.0.0-beta.34__456992791__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@mui/base", - "version": "5.0.0-beta.34_456992791", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/runtime": "7.23.9", - "@floating-ui/react-dom": "2.0.8_react-dom_18.2.0__react_18.2.0", - "@mui/types": "7.2.13_at_types_react_18.2.70", - "@mui/utils": "5.15.8_-417419281", - "@popperjs/core": "2.11.8", - "@types/react": "18.2.70", - "clsx": "2.1.0", - "prop-types": "15.8.1", - "react": "18.2.0", - "react-dom": "18.2.0_react_18.2.0" - }, - "transitive_closure": { - "@babel/runtime": [ - "7.23.9" - ], - "@floating-ui/core": [ - "1.6.0" - ], - "@floating-ui/dom": [ - "1.6.1" - ], - "@floating-ui/react-dom": [ - "2.0.8_react-dom_18.2.0__react_18.2.0" - ], - "@floating-ui/utils": [ - "0.2.1" - ], - "@mui/base": [ - "5.0.0-beta.34_456992791" - ], - "@mui/types": [ - "7.2.13_at_types_react_18.2.70" - ], - "@mui/utils": [ - "5.15.8_-417419281" - ], - "@popperjs/core": [ - "2.11.8" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/scheduler": [ - "0.16.2" - ], - "clsx": [ - "2.1.0" - ], - "csstype": [ - "3.1.2" - ], - "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", - "18.2.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "scheduler": [ - "0.23.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__async__3.2.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "async", - "version": "3.2.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "async": [ - "3.2.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_sinonjs_commons__2.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@sinonjs/commons", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==", - "url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": {}, - "deps": {}, - "transitive_closure": { - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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.23.6" - }, - "transitive_closure": { - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/types": [ - "7.23.6" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__function.prototype.name__1.1.5__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "function.prototype.name", - "version": "1.1.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4", - "functions-have-names": "1.2.3" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__builtins__5.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "builtins", - "version": "5.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==", - "url": "https://registry.npmjs.org/builtins/-/builtins-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": true - } - }, - "npm__deep-equal__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "deep-equal", - "version": "2.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "es-get-iterator": "1.1.2", - "get-intrinsic": "1.1.3", - "is-arguments": "1.1.1", - "is-date-object": "1.0.5", - "is-regex": "1.1.4", - "isarray": "2.0.5", - "object-is": "1.1.5", - "object-keys": "1.1.1", - "object.assign": "4.1.4", - "regexp.prototype.flags": "1.4.3", - "side-channel": "1.0.4", - "which-boxed-primitive": "1.0.2", - "which-collection": "1.0.1", - "which-typed-array": "1.1.9" - }, - "transitive_closure": { - "available-typed-arrays": [ - "1.0.5" - ], - "call-bind": [ - "1.0.2" - ], - "deep-equal": [ - "2.1.0" - ], - "define-properties": [ - "1.1.4" - ], - "es-get-iterator": [ - "1.1.2" - ], - "for-each": [ - "0.3.3" - ], - "function-bind": [ - "1.1.1" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-arguments": [ - "1.1.1" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-map": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-set": [ - "2.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-typed-array": [ - "1.1.10" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "isarray": [ - "2.0.5" - ], - "object-inspect": [ - "1.12.2" - ], - "object-is": [ - "1.1.5" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "side-channel": [ - "1.0.4" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "which-collection": [ - "1.0.1" - ], - "which-typed-array": [ - "1.1.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__babel-plugin-macros__2.8.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "babel-plugin-macros", - "version": "2.8.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", - "url": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.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": true - } - }, - "npm__at_eslint-community_eslint-utils__4.4.0__eslint_8.52.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.52.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.52.0", - "eslint-visitor-keys": "3.4.3" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__mkdirp__3.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "mkdirp", - "version": "3.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mkdirp": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__react-router-dom__6.21.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.21.3_react-dom_18.2.0__react_18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "react-router-dom" - ] - }, - "integrity": "sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==", - "url": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.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": true - } - }, - "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": true - } - }, - "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": {}, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-plain-obj__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-plain-obj", - "version": "2.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-plain-obj": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__aria-query__5.1.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "aria-query", - "version": "5.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", - "url": "https://registry.npmjs.org/aria-query/-/aria-query-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": true - } - }, - "npm__response-iterator__0.2.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "response-iterator", - "version": "0.2.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==", - "url": "https://registry.npmjs.org/response-iterator/-/response-iterator-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": true - } - }, - "npm__busboy__1.6.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "busboy", - "version": "1.6.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "streamsearch": "1.1.0" - }, - "transitive_closure": { - "busboy": [ - "1.6.0" - ], - "streamsearch": [ - "1.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_eslint_eslintrc__2.1.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@eslint/eslintrc", - "version": "2.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", - "url": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-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": true - } - }, - "npm__resolve__2.0.0-next.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "resolve", - "version": "2.0.0-next.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "is-core-module": "2.11.0", - "path-parse": "1.0.7", - "supports-preserve-symlinks-flag": "1.0.0" - }, - "transitive_closure": { - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "is-core-module": [ - "2.11.0" - ], - "path-parse": [ - "1.0.7" - ], - "resolve": [ - "2.0.0-next.4" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__is-map__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-map", - "version": "2.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-map": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__lz-string__1.5.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "lz-string", - "version": "1.5.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "lz-string": [ - "1.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__charenc__0.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "charenc", - "version": "0.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==", - "url": "https://registry.npmjs.org/charenc/-/charenc-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": true - } - }, - "npm__at_humanwhocodes_config-array__0.11.13__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@humanwhocodes/config-array", - "version": "0.11.13", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@humanwhocodes/object-schema": "2.0.1", - "debug": "4.3.4_supports-color_8.1.1", - "minimatch": "3.1.2" - }, - "transitive_closure": { - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "concat-map": [ - "0.0.1" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "minimatch": [ - "3.1.2" - ], - "ms": [ - "2.1.2" - ], - "supports-color": [ - "8.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_types__7.23.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/types", - "version": "7.23.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-string-parser": "7.23.4", - "@babel/helper-validator-identifier": "7.22.20", - "to-fast-properties": "2.0.0" - }, - "transitive_closure": { - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/types": [ - "7.23.6" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_helper-compilation-targets__7.20.0__at_babel_core_7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/helper-compilation-targets", - "version": "7.20.0_at_babel_core_7.20.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/compat-data": "7.20.1", - "@babel/core": "7.20.2", - "@babel/helper-validator-option": "7.23.5", - "browserslist": "4.21.4", - "semver": "6.3.1" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__array-includes__3.1.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "array-includes", - "version": "3.1.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4", - "get-intrinsic": "1.1.3", - "is-string": "1.0.7" - }, - "transitive_closure": { - "array-includes": [ - "3.1.6" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__es-get-iterator__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "es-get-iterator", - "version": "1.1.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "get-intrinsic": "1.1.3", - "has-symbols": "1.0.3", - "is-arguments": "1.1.1", - "is-map": "2.0.2", - "is-set": "2.0.2", - "is-string": "1.0.7", - "isarray": "2.0.5" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "es-get-iterator": [ - "1.1.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-arguments": [ - "1.1.1" - ], - "is-map": [ - "2.0.2" - ], - "is-set": [ - "2.0.2" - ], - "is-string": [ - "1.0.7" - ], - "isarray": [ - "2.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__pkg-conf__3.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "pkg-conf", - "version": "3.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "find-up": "3.0.0", - "load-json-file": "5.3.0" - }, - "transitive_closure": { - "error-ex": [ - "1.3.2" - ], - "find-up": [ - "3.0.0" - ], - "graceful-fs": [ - "4.2.10" - ], - "is-arrayish": [ - "0.2.1" - ], - "json-parse-better-errors": [ - "1.0.2" - ], - "load-json-file": [ - "5.3.0" - ], - "locate-path": [ - "3.0.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-locate": [ - "3.0.0" - ], - "p-try": [ - "2.2.0" - ], - "parse-json": [ - "4.0.0" - ], - "path-exists": [ - "3.0.0" - ], - "pify": [ - "4.0.1" - ], - "pkg-conf": [ - "3.1.0" - ], - "strip-bom": [ - "3.0.0" - ], - "type-fest": [ - "0.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_pkgr_core__0.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@pkgr/core", - "version": "0.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==", - "url": "https://registry.npmjs.org/@pkgr/core/-/core-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": true - } - }, - "npm__at_babel_plugin-transform-react-display-name__7.23.3__at_babel_core_7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/plugin-transform-react-display-name", - "version": "7.23.3_at_babel_core_7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-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": true - } - }, - "npm__at_types_prop-types__15.7.11__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/prop-types", - "version": "15.7.11", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/prop-types": [ - "15.7.11" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__node-releases__2.0.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "node-releases", - "version": "2.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "node-releases": [ - "2.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yallist": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_helper-simple-access__7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/helper-simple-access", - "version": "7.20.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/types": [ - "7.23.6" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": false, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "tmp" - ] - }, - "deps": {}, - "transitive_closure": { - "tmp": [ - "0.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_remix-run_router__1.14.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@remix-run/router", - "version": "1.14.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ACXpdMM9hmKZww21yEqWwiLws/UPLhNKvimN8RrYSqPSvB3ov7sLvAcfvaxePeLvccTQKGdkDIhLYApZVDFuKg==", - "url": "https://registry.npmjs.org/@remix-run/router/-/router-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": true - } - }, - "npm__at_wry_caches__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@wry/caches", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "2.6.2" - }, - "transitive_closure": { - "@wry/caches": [ - "1.0.1" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__get-symbol-description__1.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "get-symbol-description", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "url": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-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": true - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "tmp" - ] - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_babel_helpers__7.20.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/helpers", - "version": "7.20.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/template": "7.22.15", - "@babel/traverse": "7.23.7", - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "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-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "ms": [ - "2.1.2" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__serve-index__1.9.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "serve-index", - "version": "1.9.1", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "serve-index" - ] - }, - "deps": { - "accepts": "1.3.8", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "1.0.3", - "http-errors": "1.6.3", - "mime-types": "2.1.35", - "parseurl": "1.3.3" - }, - "transitive_closure": { - "accepts": [ - "1.3.8" - ], - "batch": [ - "0.6.1" - ], - "debug": [ - "2.6.9" - ], - "depd": [ - "1.1.2" - ], - "escape-html": [ - "1.0.3" - ], - "http-errors": [ - "1.6.3" - ], - "inherits": [ - "2.0.3" - ], - "mime-db": [ - "1.52.0" - ], - "mime-types": [ - "2.1.35" - ], - "ms": [ - "2.0.0" - ], - "negotiator": [ - "0.6.3" - ], - "parseurl": [ - "1.3.3" - ], - "serve-index": [ - "1.9.1" - ], - "setprototypeof": [ - "1.1.0" - ], - "statuses": [ - "1.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_react-router__5.1.19__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/react-router", - "version": "5.1.19", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/history": "4.7.11", - "@types/react": "18.2.70" - }, - "transitive_closure": { - "@types/history": [ - "4.7.11" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/react-router": [ - "5.1.19" - ], - "@types/scheduler": [ - "0.16.2" - ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__eslint-plugin-no-only-tests__3.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-plugin-no-only-tests", - "version": "3.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "eslint-plugin-no-only-tests" - ] - }, - "integrity": "sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==", - "url": "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__yargs-parser__20.2.9__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "yargs-parser", - "version": "20.2.9", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yargs-parser": [ - "20.2.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__array.prototype.flatmap__1.3.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "array.prototype.flatmap", - "version": "1.3.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4", - "es-shim-unscopables": "1.0.0" - }, - "transitive_closure": { - "array.prototype.flatmap": [ - "1.3.1" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "functions-have-names": [ - "1.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__babel-plugin-macros__3.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "babel-plugin-macros", - "version": "3.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/runtime": "7.23.9", - "cosmiconfig": "7.1.0", - "resolve": "1.22.1" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@types/parse-json": [ - "4.0.0" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "cosmiconfig": [ - "7.1.0" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "supports-color": [ - "5.5.0" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-core-module__2.11.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-core-module", - "version": "2.11.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "has": "1.0.3" - }, - "transitive_closure": { - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "is-core-module": [ - "2.11.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__tsconfig-paths__3.14.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "tsconfig-paths", - "version": "3.14.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/json5": "0.0.29", - "json5": "1.0.2", - "minimist": "1.2.7", - "strip-bom": "3.0.0" - }, - "transitive_closure": { - "@types/json5": [ - "0.0.29" - ], - "json5": [ - "1.0.2" - ], - "minimist": [ - "1.2.7" - ], - "strip-bom": [ - "3.0.0" - ], - "tsconfig-paths": [ - "3.14.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__minimatch__5.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "minimatch", - "version": "5.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "url": "https://registry.npmjs.org/minimatch/-/minimatch-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": true - } - }, - "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": true - } - }, - "npm__globals__13.23.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "globals", - "version": "13.23.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "type-fest": "0.20.2" - }, - "transitive_closure": { - "globals": [ - "13.23.0" - ], - "type-fest": [ - "0.20.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ms": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__object-inspect__1.12.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "object-inspect", - "version": "1.12.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", - "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.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": true - } - }, - "npm__at_types_semver__7.3.13__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/semver", - "version": "7.3.13", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/semver": [ - "7.3.13" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__duplexer__0.1.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "duplexer", - "version": "0.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", - "url": "https://registry.npmjs.org/duplexer/-/duplexer-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": true - } - }, - "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": true - } - }, - "npm__eslint-config-standard-jsx__11.0.0__1925191382": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-config-standard-jsx", - "version": "11.0.0_1925191382", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+1EV/R0JxEK1L0NGolAr8Iktm3Rgotx3BKwgaX+eAuSX8D952LULKtjgZD3F+e6SvibONnhLwoTi9DPxN5LvvQ==", - "url": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__eslint-utils__2.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-utils", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", - "url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-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": true - } - }, - "npm__pretty-format__27.5.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "pretty-format", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "statuses": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_aria-query__5.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/aria-query", - "version": "5.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/aria-query": [ - "5.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_wry_equality__0.5.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@wry/equality", - "version": "0.5.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "2.6.2" - }, - "transitive_closure": { - "@wry/equality": [ - "0.5.6" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-plugin-import__2.26.0__-730645774": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-plugin-import", - "version": "2.26.0_-730645774", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", - "url": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": true - } - }, - "npm__at_sinonjs_samsam__8.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@sinonjs/samsam", - "version": "8.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==", - "url": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": { - "javascript/grid-ui": [ - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__babel-plugin-macros__2.8.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "babel-plugin-macros", - "version": "2.8.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/runtime": "7.23.9", - "cosmiconfig": "6.0.0", - "resolve": "1.22.1" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@types/parse-json": [ - "4.0.0" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-plugin-macros": [ - "2.8.0" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "cosmiconfig": [ - "6.0.0" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "supports-color": [ - "5.5.0" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_utils__5.15.8__-417419281": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@mui/utils", - "version": "5.15.8_-417419281", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Q6Z/xSxi1Z6xQ5Qj9p4ZTHudwfrrwFALtU6H1O222pXudg9Qm0zHdiwJQiHT9L6jMIN78ZujEfGHserMoHUrQw==", - "url": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.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": true - } - }, - "npm__is-negative-zero__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-negative-zero", - "version": "2.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-negative-zero": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "json-schema-traverse": [ - "0.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__streamsearch__1.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "streamsearch", - "version": "1.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", - "url": "https://registry.npmjs.org/streamsearch/-/streamsearch-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_testing-library_react__14.1.2__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": "@testing-library/react", - "version": "14.1.2_react-dom_18.2.0__react_18.2.0", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@testing-library/react" - ] - }, - "deps": { - "@babel/runtime": "7.23.9", - "@testing-library/dom": "9.3.0", - "@types/react-dom": "18.2.18", - "react": "18.2.0", - "react-dom": "18.2.0_react_18.2.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@testing-library/dom": [ - "9.3.0" - ], - "@testing-library/react": [ - "14.1.2_react-dom_18.2.0__react_18.2.0" - ], - "@types/aria-query": [ - "5.0.1" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/react-dom": [ - "18.2.18" - ], - "@types/scheduler": [ - "0.16.2" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "3.2.1", - "4.3.0", - "5.2.0" - ], - "aria-query": [ - "5.1.3" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "call-bind": [ - "1.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" - ], - "csstype": [ - "3.1.2" - ], - "deep-equal": [ - "2.1.0" - ], - "define-properties": [ - "1.1.4" - ], - "dom-accessibility-api": [ - "0.5.14" - ], - "es-get-iterator": [ - "1.1.2" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "for-each": [ - "0.3.3" - ], - "function-bind": [ - "1.1.1" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-arguments": [ - "1.1.1" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-map": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-set": [ - "2.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-typed-array": [ - "1.1.10" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "isarray": [ - "2.0.5" - ], - "js-tokens": [ - "4.0.0" - ], - "loose-envify": [ - "1.4.0" - ], - "lz-string": [ - "1.5.0" - ], - "object-inspect": [ - "1.12.2" - ], - "object-is": [ - "1.1.5" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "pretty-format": [ - "27.5.1" - ], - "react": [ - "18.2.0" - ], - "react-dom": [ - "18.2.0_react_18.2.0" - ], - "react-is": [ - "17.0.2" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "scheduler": [ - "0.23.0" - ], - "side-channel": [ - "1.0.4" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "which-collection": [ - "1.0.1" - ], - "which-typed-array": [ - "1.1.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__diff__5.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "diff", - "version": "5.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", - "url": "https://registry.npmjs.org/diff/-/diff-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": true - } - }, - "npm__at_emotion_is-prop-valid__1.2.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/is-prop-valid", - "version": "1.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@emotion/memoize": "0.8.1" - }, - "transitive_closure": { - "@emotion/is-prop-valid": [ - "1.2.1" - ], - "@emotion/memoize": [ - "0.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__object.entries__1.1.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "object.entries", - "version": "1.1.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.entries": [ - "1.1.6" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_humanwhocodes_object-schema__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@humanwhocodes/object-schema", - "version": "2.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@humanwhocodes/object-schema": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_jridgewell_set-array__1.1.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@jridgewell/set-array", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "url": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "parseurl": [ - "1.3.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__cookie__0.6.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "cookie", - "version": "0.6.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "cookie": [ - "0.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": { - "javascript/grid-ui": [ - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_wry_trie__0.4.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@wry/trie", - "version": "0.4.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==", - "url": "https://registry.npmjs.org/@wry/trie/-/trie-0.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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__regenerator-runtime__0.14.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "regenerator-runtime", - "version": "0.14.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", - "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-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": true - } - }, - "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": true - } - }, - "npm__depd__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "depd", - "version": "1.1.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "depd": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__yaml__1.10.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "yaml", - "version": "1.10.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__array.prototype.tosorted__1.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "array.prototype.tosorted", - "version": "1.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", - "url": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-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": true - } - }, - "npm__graphql.macro__1.4.2__2109932580__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "graphql.macro", - "version": "1.4.2_2109932580", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "graphql.macro" - ] - }, - "deps": { - "@babel/template": "7.22.15", - "babel-literal-to-ast": "2.1.0_at_babel_core_7.20.2", - "babel-plugin-macros": "2.8.0", - "graphql-tag": "2.12.6_graphql_16.8.1" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "@types/parse-json": [ - "4.0.0" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-literal-to-ast": [ - "2.1.0_at_babel_core_7.20.2" - ], - "babel-plugin-macros": [ - "2.8.0" - ], - "browserslist": [ - "4.21.4" - ], - "callsites": [ - "3.1.0" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "cosmiconfig": [ - "6.0.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "error-ex": [ - "1.3.2" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "function-bind": [ - "1.1.1" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "graphql": [ - "16.8.1" - ], - "graphql-tag": [ - "2.12.6_graphql_16.8.1" - ], - "graphql.macro": [ - "1.4.2_2109932580" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "json5": [ - "2.2.3" - ], - "lines-and-columns": [ - "1.2.4" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "picocolors": [ - "1.0.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "to-fast-properties": [ - "2.0.0" - ], - "tslib": [ - "2.6.2" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_json-schema__7.0.11": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/json-schema", - "version": "7.0.11", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "url": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.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": true - } - }, - "npm__serialize-javascript__6.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "serialize-javascript", - "version": "6.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", - "url": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-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": true - } - }, - "npm__at_babel_traverse__7.23.7": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/traverse", - "version": "7.23.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==", - "url": "https://registry.npmjs.org/@babel/traverse/-/traverse-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": true - } - }, - "npm__object-is__1.1.5": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "object-is", - "version": "1.1.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", - "url": "https://registry.npmjs.org/object-is/-/object-is-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": true - } - }, - "npm__xml__1.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "xml", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==", - "url": "https://registry.npmjs.org/xml/-/xml-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": true - } - }, - "npm__at_adobe_css-tools__4.3.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@adobe/css-tools", - "version": "4.3.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@adobe/css-tools": [ - "4.3.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__nise__5.1.7": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "nise", - "version": "5.1.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wWtNUhkT7k58uvWTB/Gy26eA/EJKtPZFVAhEilN5UYVmmGRYOURbejRUyKm0Uu9XVEW7K5nBOZfR8VMB4QR2RQ==", - "url": "https://registry.npmjs.org/nise/-/nise-5.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": true - } - }, - "npm__es-shim-unscopables__1.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "es-shim-unscopables", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", - "url": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-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": true - } - }, - "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": true, - "npmrc": "@@//:.npmrc", - "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" - ] - }, - "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": true, - "data": [ - "@@//:package.json", - "@@//:pnpm-workspace.yaml", - "@@//javascript/grid-ui:package.json", - "@@//javascript/node/selenium-webdriver:package.json" - ], - "preupdate": [], - "quiet": true, - "update_pnpm_lock_node_toolchain_prefix": "nodejs", - "npm_package_target_name": "{dirname}" - } - }, - "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": true - } - }, - "npm__fast-glob__3.2.12": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "fast-glob", - "version": "3.2.12", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", - "url": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.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": true - } - }, - "npm__is-buffer__1.1.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-buffer", - "version": "1.1.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mime": [ - "1.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_types__7.2.13__at_types_react_18.2.70__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@mui/types", - "version": "7.2.13_at_types_react_18.2.70", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/react": "18.2.70" - }, - "transitive_closure": { - "@mui/types": [ - "7.2.13_at_types_react_18.2.70" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/scheduler": [ - "0.16.2" - ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__parse-ms__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "parse-ms", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "parse-ms": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_icons-material__5.15.8__-554584225": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@mui/icons-material", - "version": "5.15.8_-554584225", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@mui/icons-material" - ] - }, - "integrity": "sha512-3Ikivf+BOJ7jT1/71HrbKeicgF9ENM4qo+J1050HMJLtLiJEVXbicnsg2oWJZL+0AsrOMaKnTmx1URBpkctLWg==", - "url": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.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": true - } - }, - "npm__at_eslint_js__8.52.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@eslint/js", - "version": "8.52.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@eslint/js": [ - "8.52.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__workerpool__6.2.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "workerpool", - "version": "6.2.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "workerpool": [ - "6.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_babel_helper-string-parser__7.23.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/helper-string-parser", - "version": "7.23.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/helper-string-parser": [ - "7.23.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_ampproject_remapping__2.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@ampproject/remapping", - "version": "2.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jridgewell/gen-mapping": "0.1.1", - "@jridgewell/trace-mapping": "0.3.20" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@jridgewell/gen-mapping": [ - "0.1.1" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/types": [ - "7.23.6" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__load-json-file__5.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "load-json-file", - "version": "5.3.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "graceful-fs": "4.2.10", - "parse-json": "4.0.0", - "pify": "4.0.1", - "strip-bom": "3.0.0", - "type-fest": "0.3.1" - }, - "transitive_closure": { - "error-ex": [ - "1.3.2" - ], - "graceful-fs": [ - "4.2.10" - ], - "is-arrayish": [ - "0.2.1" - ], - "json-parse-better-errors": [ - "1.0.2" - ], - "load-json-file": [ - "5.3.0" - ], - "parse-json": [ - "4.0.0" - ], - "pify": [ - "4.0.1" - ], - "strip-bom": [ - "3.0.0" - ], - "type-fest": [ - "0.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_testing-library_dom__9.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@testing-library/dom", - "version": "9.3.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.23.5", - "@babel/runtime": "7.23.9", - "@types/aria-query": "5.0.1", - "aria-query": "5.1.3", - "chalk": "4.1.2", - "dom-accessibility-api": "0.5.14", - "lz-string": "1.5.0", - "pretty-format": "27.5.1" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@testing-library/dom": [ - "9.3.0" - ], - "@types/aria-query": [ - "5.0.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "3.2.1", - "4.3.0", - "5.2.0" - ], - "aria-query": [ - "5.1.3" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "call-bind": [ - "1.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" - ], - "deep-equal": [ - "2.1.0" - ], - "define-properties": [ - "1.1.4" - ], - "dom-accessibility-api": [ - "0.5.14" - ], - "es-get-iterator": [ - "1.1.2" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "for-each": [ - "0.3.3" - ], - "function-bind": [ - "1.1.1" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-arguments": [ - "1.1.1" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-map": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-set": [ - "2.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-typed-array": [ - "1.1.10" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "isarray": [ - "2.0.5" - ], - "js-tokens": [ - "4.0.0" - ], - "lz-string": [ - "1.5.0" - ], - "object-inspect": [ - "1.12.2" - ], - "object-is": [ - "1.1.5" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "pretty-format": [ - "27.5.1" - ], - "react-is": [ - "17.0.2" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "side-channel": [ - "1.0.4" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "which-collection": [ - "1.0.1" - ], - "which-typed-array": [ - "1.1.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_emotion_unitless__0.8.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/unitless", - "version": "0.8.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==", - "url": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.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": true - } - }, - "npm__graphql-tag__2.12.6__graphql_16.8.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "graphql-tag", - "version": "2.12.6_graphql_16.8.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "graphql": "16.8.1", - "tslib": "2.6.2" - }, - "transitive_closure": { - "graphql": [ - "16.8.1" - ], - "graphql-tag": [ - "2.12.6_graphql_16.8.1" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-visitor-keys__1.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-visitor-keys", - "version": "1.3.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "eslint-visitor-keys": [ - "1.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__minimist__1.2.7": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "minimist", - "version": "1.2.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", - "url": "https://registry.npmjs.org/minimist/-/minimist-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": true - } - }, - "npm__at_babel_generator__7.23.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/generator", - "version": "7.23.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", - "url": "https://registry.npmjs.org/@babel/generator/-/generator-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": true - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "eslint-plugin-prettier" - ] - }, - "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": true - } - }, - "npm__flat-cache__3.0.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "flat-cache", - "version": "3.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "url": "https://registry.npmjs.org/flat-cache/-/flat-cache-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": true - } - }, - "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": true - } - }, - "npm__concat-stream__1.6.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "concat-stream", - "version": "1.6.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "buffer-from": "1.1.2", - "inherits": "2.0.4", - "readable-stream": "2.3.7", - "typedarray": "0.0.6" - }, - "transitive_closure": { - "buffer-from": [ - "1.1.2" - ], - "concat-stream": [ - "1.6.2" - ], - "core-util-is": [ - "1.0.3" - ], - "inherits": [ - "2.0.4" - ], - "isarray": [ - "1.0.0" - ], - "process-nextick-args": [ - "2.0.1" - ], - "readable-stream": [ - "2.3.7" - ], - "safe-buffer": [ - "5.1.2" - ], - "string_decoder": [ - "1.1.1" - ], - "typedarray": [ - "0.0.6" - ], - "util-deprecate": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "encodeurl": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_compat-data__7.20.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/compat-data", - "version": "7.20.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", - "url": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__pkg-conf__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "pkg-conf", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "find-up": "6.3.0", - "load-json-file": "7.0.1" - }, - "transitive_closure": { - "find-up": [ - "6.3.0" - ], - "load-json-file": [ - "7.0.1" - ], - "locate-path": [ - "7.1.1" - ], - "p-limit": [ - "4.0.0" - ], - "p-locate": [ - "6.0.0" - ], - "path-exists": [ - "5.0.0" - ], - "pkg-conf": [ - "4.0.0" - ], - "yocto-queue": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "react-is": [ - "17.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__proxy-addr__2.0.7": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "proxy-addr", - "version": "2.0.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "url": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "estraverse": [ - "5.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__yargs-unparser__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "yargs-unparser", - "version": "2.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "camelcase": "6.3.0", - "decamelize": "4.0.0", - "flat": "5.0.2", - "is-plain-obj": "2.1.0" - }, - "transitive_closure": { - "camelcase": [ - "6.3.0" - ], - "decamelize": [ - "4.0.0" - ], - "flat": [ - "5.0.2" - ], - "is-plain-obj": [ - "2.1.0" - ], - "yargs-unparser": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__pkg-conf__4.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "pkg-conf", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7dmgi4UY4qk+4mj5Cd8v/GExPo0K+SlY+hulOSdfZ/T6jVH6//y7NtzZo5WrfhDBxuQ0jCa7fLZmNaNh7EWL/w==", - "url": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-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": true - } - }, - "npm__is-set__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-set", - "version": "2.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-set": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__yargs-unparser__2.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "yargs-unparser", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==", - "url": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-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": true - } - }, - "npm__at_typescript-eslint_types__5.44.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@typescript-eslint/types", - "version": "5.44.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==", - "url": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.44.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__readable-stream__2.3.7__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "readable-stream", - "version": "2.3.7", - "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.7" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_graphql-typed-document-node_core__3.1.1__graphql_16.8.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@graphql-typed-document-node/core", - "version": "3.1.1_graphql_16.8.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==", - "url": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-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": true - } - }, - "npm__expect__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "expect", - "version": "29.7.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/expect-utils": "29.7.0", - "jest-get-type": "29.6.3", - "jest-matcher-utils": "29.7.0", - "jest-message-util": "29.7.0", - "jest-util": "29.7.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@jest/expect-utils": [ - "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.11.6" - ], - "@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" - ], - "diff-sequences": [ - "29.6.3" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "expect": [ - "29.7.0" - ], - "fill-range": [ - "7.0.1" - ], - "graceful-fs": [ - "4.2.10" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "is-number": [ - "7.0.0" - ], - "jest-diff": [ - "29.7.0" - ], - "jest-get-type": [ - "29.6.3" - ], - "jest-matcher-utils": [ - "29.7.0" - ], - "jest-message-util": [ - "29.7.0" - ], - "jest-util": [ - "29.7.0" - ], - "js-tokens": [ - "4.0.0" - ], - "micromatch": [ - "4.0.5" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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.1.1" - ], - "uri-js": [ - "4.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__path-to-regexp__6.2.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "path-to-regexp", - "version": "6.2.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-to-regexp": [ - "6.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-config-standard-jsx__11.0.0__1925191382__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-config-standard-jsx", - "version": "11.0.0_1925191382", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.52.0", - "eslint-plugin-react": "7.31.11_eslint_8.52.0" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "ajv": [ - "6.12.6" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "argparse": [ - "2.0.1" - ], - "array-includes": [ - "3.1.6" - ], - "array.prototype.flatmap": [ - "1.3.1" - ], - "array.prototype.tosorted": [ - "1.1.1" - ], - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "call-bind": [ - "1.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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "define-properties": [ - "1.1.4" - ], - "doctrine": [ - "2.1.0", - "3.0.0" - ], - "es-abstract": [ - "1.20.4" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "es-to-primitive": [ - "1.2.1" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-config-standard-jsx": [ - "11.0.0_1925191382" - ], - "eslint-plugin-react": [ - "7.31.11_eslint_8.52.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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-core-module": [ - "2.11.0" - ], - "is-date-object": [ - "1.0.5" - ], - "is-extglob": [ - "2.1.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-path-inside": [ - "3.0.3" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "isexe": [ - "2.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "js-yaml": [ - "4.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "jsx-ast-utils": [ - "3.3.3" - ], - "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.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.entries": [ - "1.1.6" - ], - "object.fromentries": [ - "2.0.6" - ], - "object.hasown": [ - "1.1.2" - ], - "object.values": [ - "1.1.6" - ], - "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" - ], - "prelude-ls": [ - "1.2.1" - ], - "prop-types": [ - "15.8.1" - ], - "punycode": [ - "2.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "react-is": [ - "16.13.1" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "resolve": [ - "2.0.0-next.4" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "safe-regex-test": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "shebang-command": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.matchall": [ - "4.0.8" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "strip-ansi": [ - "6.0.1" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "text-table": [ - "0.2.0" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "unbox-primitive": [ - "1.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "which": [ - "2.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "wrappy": [ - "1.0.2" - ], - "yocto-queue": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__object.values__1.1.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "object.values", - "version": "1.1.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.values": [ - "1.1.6" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_styled-engine__5.15.8__602618506__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@mui/styled-engine", - "version": "5.15.8_602618506", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/runtime": "7.23.9", - "@emotion/cache": "11.11.0", - "@emotion/react": "11.11.3_-417419281", - "@emotion/styled": "11.11.0_602490610", - "csstype": "3.1.2", - "prop-types": "15.8.1", - "react": "18.2.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@babel/types": [ - "7.23.6" - ], - "@emotion/babel-plugin": [ - "11.11.0" - ], - "@emotion/cache": [ - "11.11.0" - ], - "@emotion/hash": [ - "0.9.1" - ], - "@emotion/is-prop-valid": [ - "1.2.1" - ], - "@emotion/memoize": [ - "0.8.1" - ], - "@emotion/react": [ - "11.11.3_-417419281" - ], - "@emotion/serialize": [ - "1.1.3" - ], - "@emotion/sheet": [ - "1.2.2" - ], - "@emotion/styled": [ - "11.11.0_602490610" - ], - "@emotion/unitless": [ - "0.8.1" - ], - "@emotion/use-insertion-effect-with-fallbacks": [ - "1.0.1_react_18.2.0" - ], - "@emotion/utils": [ - "1.2.1" - ], - "@emotion/weak-memoize": [ - "0.3.1" - ], - "@mui/styled-engine": [ - "5.15.8_602618506" - ], - "@types/parse-json": [ - "4.0.0" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/scheduler": [ - "0.16.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "cosmiconfig": [ - "7.1.0" - ], - "csstype": [ - "3.1.2" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5", - "4.0.0" - ], - "find-root": [ - "1.1.0" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0" - ], - "hoist-non-react-statics": [ - "3.3.2" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "loose-envify": [ - "1.4.0" - ], - "object-assign": [ - "4.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "prop-types": [ - "15.8.1" - ], - "react": [ - "18.2.0" - ], - "react-is": [ - "16.13.1" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "source-map": [ - "0.5.7" - ], - "stylis": [ - "4.2.0" - ], - "supports-color": [ - "5.5.0" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "to-fast-properties": [ - "2.0.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_remix-run_router__1.14.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@remix-run/router", - "version": "1.14.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@remix-run/router": [ - "1.14.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__dom-helpers__5.2.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "dom-helpers", - "version": "5.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/runtime": "7.23.9", - "csstype": "3.1.2" - }, - "transitive_closure": { - "@babel/runtime": [ - "7.23.9" - ], - "csstype": [ - "3.1.2" - ], - "dom-helpers": [ - "5.2.1" - ], - "regenerator-runtime": [ - "0.14.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_styled__11.11.0__602490610": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/styled", - "version": "11.11.0_602490610", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@emotion/styled" - ] - }, - "integrity": "sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==", - "url": "https://registry.npmjs.org/@emotion/styled/-/styled-11.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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__sinon__17.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "sinon", - "version": "17.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "sinon" - ] - }, - "integrity": "sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==", - "url": "https://registry.npmjs.org/sinon/-/sinon-17.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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_emotion_styled__11.11.0__602490610__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/styled", - "version": "11.11.0_602490610", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@emotion/styled" - ] - }, - "deps": { - "@babel/runtime": "7.23.9", - "@emotion/babel-plugin": "11.11.0", - "@emotion/is-prop-valid": "1.2.1", - "@emotion/react": "11.11.3_-417419281", - "@emotion/serialize": "1.1.3", - "@emotion/use-insertion-effect-with-fallbacks": "1.0.1_react_18.2.0", - "@emotion/utils": "1.2.1", - "@types/react": "18.2.70", - "react": "18.2.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@babel/types": [ - "7.23.6" - ], - "@emotion/babel-plugin": [ - "11.11.0" - ], - "@emotion/cache": [ - "11.11.0" - ], - "@emotion/hash": [ - "0.9.1" - ], - "@emotion/is-prop-valid": [ - "1.2.1" - ], - "@emotion/memoize": [ - "0.8.1" - ], - "@emotion/react": [ - "11.11.3_-417419281" - ], - "@emotion/serialize": [ - "1.1.3" - ], - "@emotion/sheet": [ - "1.2.2" - ], - "@emotion/styled": [ - "11.11.0_602490610" - ], - "@emotion/unitless": [ - "0.8.1" - ], - "@emotion/use-insertion-effect-with-fallbacks": [ - "1.0.1_react_18.2.0" - ], - "@emotion/utils": [ - "1.2.1" - ], - "@emotion/weak-memoize": [ - "0.3.1" - ], - "@types/parse-json": [ - "4.0.0" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/scheduler": [ - "0.16.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "cosmiconfig": [ - "7.1.0" - ], - "csstype": [ - "3.1.2" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5", - "4.0.0" - ], - "find-root": [ - "1.1.0" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0" - ], - "hoist-non-react-statics": [ - "3.3.2" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "loose-envify": [ - "1.4.0" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "react": [ - "18.2.0" - ], - "react-is": [ - "16.13.1" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "source-map": [ - "0.5.7" - ], - "stylis": [ - "4.2.0" - ], - "supports-color": [ - "5.5.0" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "to-fast-properties": [ - "2.0.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_typescript-eslint_typescript-estree__5.44.0__typescript_5.3.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@typescript-eslint/typescript-estree", - "version": "5.44.0_typescript_5.3.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/visitor-keys": "5.44.0", - "debug": "4.3.4_supports-color_8.1.1", - "globby": "11.1.0", - "is-glob": "4.0.3", - "semver": "7.5.4", - "tsutils": "3.21.0_typescript_5.3.3", - "typescript": "5.3.3" - }, - "transitive_closure": { - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "array-union": [ - "2.1.0" - ], - "braces": [ - "3.0.2" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "dir-glob": [ - "3.0.1" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "fast-glob": [ - "3.2.12" - ], - "fastq": [ - "1.13.0" - ], - "fill-range": [ - "7.0.1" - ], - "glob-parent": [ - "5.1.2" - ], - "globby": [ - "11.1.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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" - ], - "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.5.4" - ], - "slash": [ - "3.0.0" - ], - "supports-color": [ - "8.1.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "typescript": [ - "5.3.3" - ], - "yallist": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__serialize-javascript__6.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "serialize-javascript", - "version": "6.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "randombytes": "2.1.0" - }, - "transitive_closure": { - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "serialize-javascript": [ - "6.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-core-module__2.11.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-core-module", - "version": "2.11.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", - "url": "https://registry.npmjs.org/is-core-module/-/is-core-module-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": true - } - }, - "npm__eslint-plugin-no-only-tests__3.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-plugin-no-only-tests", - "version": "3.1.0", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "eslint-plugin-no-only-tests" - ] - }, - "deps": {}, - "transitive_closure": { - "eslint-plugin-no-only-tests": [ - "3.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__express__4.19.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "express", - "version": "4.19.2", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "express" - ] - }, - "deps": { - "accepts": "1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.2", - "content-disposition": "0.5.4", - "content-type": "1.0.5", - "cookie": "0.6.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "etag": "1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "1.1.2", - "on-finished": "2.4.1", - "parseurl": "1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "2.0.7", - "qs": "6.11.0", - "range-parser": "1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "1.6.18", - "utils-merge": "1.0.1", - "vary": "1.1.2" - }, - "transitive_closure": { - "accepts": [ - "1.3.8" - ], - "array-flatten": [ - "1.1.1" - ], - "body-parser": [ - "1.20.2" - ], - "bytes": [ - "3.1.2" - ], - "call-bind": [ - "1.0.2" - ], - "content-disposition": [ - "0.5.4" - ], - "content-type": [ - "1.0.5" - ], - "cookie": [ - "0.6.0" - ], - "cookie-signature": [ - "1.0.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" - ], - "express": [ - "4.19.2" - ], - "finalhandler": [ - "1.2.0" - ], - "forwarded": [ - "0.2.0" - ], - "fresh": [ - "0.5.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "http-errors": [ - "2.0.0" - ], - "iconv-lite": [ - "0.4.24" - ], - "inherits": [ - "2.0.4" - ], - "ipaddr.js": [ - "1.9.1" - ], - "media-typer": [ - "0.3.0" - ], - "merge-descriptors": [ - "1.0.1" - ], - "methods": [ - "1.1.2" - ], - "mime": [ - "1.6.0" - ], - "mime-db": [ - "1.52.0" - ], - "mime-types": [ - "2.1.35" - ], - "ms": [ - "2.0.0", - "2.1.3" - ], - "negotiator": [ - "0.6.3" - ], - "object-inspect": [ - "1.12.2" - ], - "on-finished": [ - "2.4.1" - ], - "parseurl": [ - "1.3.3" - ], - "path-to-regexp": [ - "0.1.7" - ], - "proxy-addr": [ - "2.0.7" - ], - "qs": [ - "6.11.0" - ], - "range-parser": [ - "1.2.1" - ], - "raw-body": [ - "2.5.2" - ], - "safe-buffer": [ - "5.2.1" - ], - "safer-buffer": [ - "2.1.2" - ], - "send": [ - "0.18.0" - ], - "serve-static": [ - "1.15.0" - ], - "setprototypeof": [ - "1.2.0" - ], - "side-channel": [ - "1.0.4" - ], - "statuses": [ - "2.0.1" - ], - "toidentifier": [ - "1.0.1" - ], - "type-is": [ - "1.6.18" - ], - "unpipe": [ - "1.0.0" - ], - "utils-merge": [ - "1.0.1" - ], - "vary": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "array-union": "2.1.0", - "dir-glob": "3.0.1", - "fast-glob": "3.2.12", - "ignore": "5.2.4", - "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.2.12" - ], - "fastq": [ - "1.13.0" - ], - "fill-range": [ - "7.0.1" - ], - "glob-parent": [ - "5.1.2" - ], - "globby": [ - "11.1.0" - ], - "ignore": [ - "5.2.4" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-map__2.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-map", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", - "url": "https://registry.npmjs.org/is-map/-/is-map-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__natural-compare-lite__1.4.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "natural-compare-lite", - "version": "1.4.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "natural-compare-lite": [ - "1.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__multer__1.4.5-lts.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "multer", - "version": "1.4.5-lts.1", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "multer" - ] - }, - "integrity": "sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ==", - "url": "https://registry.npmjs.org/multer/-/multer-1.4.5-lts.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": true - } - }, - "npm__at_wry_context__0.7.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@wry/context", - "version": "0.7.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "2.6.2" - }, - "transitive_closure": { - "@wry/context": [ - "0.7.4" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__react-modal__3.16.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-modal", - "version": "3.16.1_react-dom_18.2.0__react_18.2.0", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "react-modal" - ] - }, - "deps": { - "exenv": "1.2.2", - "prop-types": "15.8.1", - "react": "18.2.0", - "react-dom": "18.2.0_react_18.2.0", - "react-lifecycles-compat": "3.0.4", - "warning": "4.0.3" - }, - "transitive_closure": { - "exenv": [ - "1.2.2" - ], - "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" - ], - "react-lifecycles-compat": [ - "3.0.4" - ], - "react-modal": [ - "3.16.1_react-dom_18.2.0__react_18.2.0" - ], - "scheduler": [ - "0.23.0" - ], - "warning": [ - "4.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__lz-string__1.5.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "lz-string", - "version": "1.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", - "url": "https://registry.npmjs.org/lz-string/-/lz-string-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": { - "javascript/grid-ui": [ - "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": true - } - }, - "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.22.15", - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.6" - ], - "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" - ], - "supports-color": [ - "5.5.0" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_base__5.0.0-beta.34__456992791": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@mui/base", - "version": "5.0.0-beta.34_456992791", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-e2mbTGTtReD/y5RFwnhkl1Tgl3XwgJhY040IlfkTVaU9f5LWrVhEnpRsYXu3B1CtLrwiWs4cu7aMHV9yRd4jpw==", - "url": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.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": true - } - }, - "npm__at_typescript-eslint_type-utils__5.44.0__-679725046__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@typescript-eslint/type-utils", - "version": "5.44.0_-679725046", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/typescript-estree": "5.44.0_typescript_5.3.3", - "@typescript-eslint/utils": "5.44.0_-679725046", - "debug": "4.3.4_supports-color_8.1.1", - "eslint": "8.52.0", - "tsutils": "3.21.0_typescript_5.3.3", - "typescript": "5.3.3" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@types/json-schema": [ - "7.0.11" - ], - "@types/semver": [ - "7.3.13" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/type-utils": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/utils": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "dir-glob": [ - "3.0.1" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "eslint-utils": [ - "3.0.0_eslint_8.52.0" - ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "4.3.0", - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-glob": [ - "3.2.12" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "globby": [ - "11.1.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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" - ], - "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.1.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.5.4" - ], - "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", - "8.1.1" - ], - "text-table": [ - "0.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "typescript": [ - "5.3.3" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__regenerator-runtime__0.14.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "regenerator-runtime", - "version": "0.14.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "regenerator-runtime": [ - "0.14.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__find-root__1.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "find-root", - "version": "1.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", - "url": "https://registry.npmjs.org/find-root/-/find-root-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_eslint_js__8.52.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@eslint/js", - "version": "8.52.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==", - "url": "https://registry.npmjs.org/@eslint/js/-/js-8.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": true - } - }, - "npm__at_sinonjs_commons__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@sinonjs/commons", - "version": "2.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "type-detect": "4.0.8" - }, - "transitive_closure": { - "@sinonjs/commons": [ - "2.0.0" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__http-errors__1.6.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "http-errors", - "version": "1.6.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", - "url": "https://registry.npmjs.org/http-errors/-/http-errors-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": true - } - }, - "npm__at_eslint-community_eslint-utils__4.4.0__eslint_8.52.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.52.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": true - } - }, - "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": true - } - }, - "npm__concat-stream__1.6.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "concat-stream", - "version": "1.6.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "url": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.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": true - } - }, - "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": {}, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "isexe": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_plugin-transform-react-display-name__7.23.3__at_babel_core_7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/plugin-transform-react-display-name", - "version": "7.23.3_at_babel_core_7.20.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.20.2", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/plugin-transform-react-display-name": [ - "7.23.3_at_babel_core_7.20.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__array-flatten__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "array-flatten", - "version": "1.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "array-flatten": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "argparse": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__debug__4.3.4__supports-color_8.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "debug", - "version": "4.3.4_supports-color_8.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ms": "2.1.2", - "supports-color": "8.1.1" - }, - "transitive_closure": { - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "ms": [ - "2.1.2" - ], - "supports-color": [ - "8.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint__8.52.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint", - "version": "8.52.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==", - "url": "https://registry.npmjs.org/eslint/-/eslint-8.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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-date-object": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-import-resolver-node__0.3.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-import-resolver-node", - "version": "0.3.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", - "url": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-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": true - } - }, - "npm__load-json-file__7.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "load-json-file", - "version": "7.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Gnxj3ev3mB5TkVBGad0JM6dmLiQL+o0t23JPBZ9sd+yvSLk05mFoqKBw5N8gbbkU4TNXyqCgIrl/VM17OgUIgQ==", - "url": "https://registry.npmjs.org/load-json-file/-/load-json-file-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": true - } - }, - "npm__debug__4.3.4__supports-color_8.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "debug", - "version": "4.3.4_supports-color_8.1.1", - "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": true - } - }, - "npm__at_babel_generator__7.23.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/generator", - "version": "7.23.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.6", - "@jridgewell/gen-mapping": "0.3.2", - "@jridgewell/trace-mapping": "0.3.20", - "jsesc": "2.5.2" - }, - "transitive_closure": { - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "jsesc": [ - "2.5.2" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__update-browserslist-db__1.0.10__browserslist_4.21.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "update-browserslist-db", - "version": "1.0.10_browserslist_4.21.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", - "url": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-path-inside": [ - "3.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__json5__1.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "json5", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "url": "https://registry.npmjs.org/json5/-/json5-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": true - } - }, - "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": { - "javascript/grid-ui": [ - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-callable": [ - "1.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__jest-matcher-utils__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "jest-matcher-utils", - "version": "29.7.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "chalk": "4.1.2", - "jest-diff": "29.7.0", - "jest-get-type": "29.6.3", - "pretty-format": "29.7.0" - }, - "transitive_closure": { - "@jest/schemas": [ - "29.6.3" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "ansi-styles": [ - "4.3.0", - "5.2.0" - ], - "chalk": [ - "4.1.2" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "diff-sequences": [ - "29.6.3" - ], - "has-flag": [ - "4.0.0" - ], - "jest-diff": [ - "29.7.0" - ], - "jest-get-type": [ - "29.6.3" - ], - "jest-matcher-utils": [ - "29.7.0" - ], - "pretty-format": [ - "29.7.0" - ], - "react-is": [ - "18.2.0" - ], - "supports-color": [ - "7.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__yargs__16.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "yargs", - "version": "16.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "cliui": "7.0.4", - "escalade": "3.1.1", - "get-caller-file": "2.0.5", - "require-directory": "2.1.1", - "string-width": "4.2.3", - "y18n": "5.0.8", - "yargs-parser": "20.2.9" - }, - "transitive_closure": { - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "cliui": [ - "7.0.4" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "emoji-regex": [ - "8.0.0" - ], - "escalade": [ - "3.1.1" - ], - "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": [ - "16.2.0" - ], - "yargs-parser": [ - "20.2.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__yargs-parser__20.2.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "yargs-parser", - "version": "20.2.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yargs-parser": [ - "20.2.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-plugin-node__11.1.0__eslint_8.57.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-plugin-node", - "version": "11.1.0_eslint_8.57.0", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "eslint-plugin-node" - ] - }, - "deps": { - "eslint": "8.57.0", - "eslint-plugin-es": "3.0.1_eslint_8.57.0", - "eslint-utils": "2.1.0", - "ignore": "5.2.4", - "minimatch": "3.1.2", - "resolve": "1.22.1", - "semver": "6.3.1" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.57.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@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.2" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.57.0" - ], - "eslint-plugin-es": [ - "3.0.1_eslint_8.57.0" - ], - "eslint-plugin-node": [ - "11.1.0_eslint_8.57.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-utils": [ - "2.1.0" - ], - "eslint-visitor-keys": [ - "1.3.0", - "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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "is-core-module": [ - "2.11.0" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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" - ], - "path-parse": [ - "1.0.7" - ], - "prelude-ls": [ - "1.2.1" - ], - "punycode": [ - "2.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "regexpp": [ - "3.2.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "semver": [ - "6.3.1" - ], - "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", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__string.prototype.trimstart__1.0.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "string.prototype.trimstart", - "version": "1.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", - "url": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-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": true - } - }, - "npm__optimism__0.18.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "optimism", - "version": "0.18.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@wry/caches": "1.0.1", - "@wry/context": "0.7.4", - "@wry/trie": "0.4.3", - "tslib": "2.6.2" - }, - "transitive_closure": { - "@wry/caches": [ - "1.0.1" - ], - "@wry/context": [ - "0.7.4" - ], - "@wry/trie": [ - "0.4.3" - ], - "optimism": [ - "0.18.0" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__setprototypeof__1.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "setprototypeof", - "version": "1.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", - "url": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-extglob": [ - "2.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-number-object": [ - "1.0.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esutils": [ - "2.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_react-router__5.1.19": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/react-router", - "version": "5.1.19", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==", - "url": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.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": true - } - }, - "npm__json-parse-even-better-errors__2.3.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "json-parse-even-better-errors", - "version": "2.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "url": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-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": true - } - }, - "npm__at_mui_core-downloads-tracker__5.15.8": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@mui/core-downloads-tracker", - "version": "5.15.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-W6R1dZJgbYfLmQKf7Es2WUw0pkDkEVUf2jA22DYu0JOa9M3pjvOqoC9HgOPGNNJTu6SCWLSWh3euv1Jn2NmeQA==", - "url": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.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": true - } - }, - "npm__pretty-ms__9.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "pretty-ms", - "version": "9.0.0", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "pretty-ms" - ] - }, - "deps": { - "parse-ms": "4.0.0" - }, - "transitive_closure": { - "parse-ms": [ - "4.0.0" - ], - "pretty-ms": [ - "9.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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.2" - ], - "content-type": [ - "1.0.5" - ], - "debug": [ - "2.6.9" - ], - "depd": [ - "2.0.0" - ], - "destroy": [ - "1.2.0" - ], - "ee-first": [ - "1.1.1" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "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.12.2" - ], - "on-finished": [ - "2.4.1" - ], - "qs": [ - "6.11.0" - ], - "raw-body": [ - "2.5.2" - ], - "safer-buffer": [ - "2.1.2" - ], - "setprototypeof": [ - "1.2.0" - ], - "side-channel": [ - "1.0.4" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_types_json-schema__7.0.11__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/json-schema", - "version": "7.0.11", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/json-schema": [ - "7.0.11" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_jridgewell_sourcemap-codec__1.4.14__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@jridgewell/sourcemap-codec", - "version": "1.4.14", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__min-indent__1.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "min-indent", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "url": "https://registry.npmjs.org/min-indent/-/min-indent-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": true - } - }, - "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": true - } - }, - "npm__eslint-visitor-keys__1.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-visitor-keys", - "version": "1.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-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": true - } - }, - "npm__content-disposition__0.5.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "content-disposition", - "version": "0.5.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "url": "https://registry.npmjs.org/content-disposition/-/content-disposition-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": true - } - }, - "npm__warning__4.0.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "warning", - "version": "4.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "loose-envify": "1.4.0" - }, - "transitive_closure": { - "js-tokens": [ - "4.0.0" - ], - "loose-envify": [ - "1.4.0" - ], - "warning": [ - "4.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_sinonjs_fake-timers__11.2.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@sinonjs/fake-timers", - "version": "11.2.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==", - "url": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.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": true - } - }, - "npm__react-router-dom__6.21.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.21.3_react-dom_18.2.0__react_18.2.0", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "react-router-dom" - ] - }, - "deps": { - "@remix-run/router": "1.14.2", - "react": "18.2.0", - "react-dom": "18.2.0_react_18.2.0", - "react-router": "6.21.3_react_18.2.0" - }, - "transitive_closure": { - "@remix-run/router": [ - "1.14.2" - ], - "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.21.3_react_18.2.0" - ], - "react-router-dom": [ - "6.21.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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__internal-slot__1.0.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "internal-slot", - "version": "1.0.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "get-intrinsic": "1.1.3", - "has": "1.0.3", - "side-channel": "1.0.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "internal-slot": [ - "1.0.3" - ], - "object-inspect": [ - "1.12.2" - ], - "side-channel": [ - "1.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_system__5.15.8__-2142102650": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@mui/system", - "version": "5.15.8_-2142102650", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BUMJvlz1UqIqDPyrvc+MwjOUkWKskUPAOUuRh2KMAworiXuuUmtIivxSfdGll2ex6RHSylu4yc5dJZByOI8EcQ==", - "url": "https://registry.npmjs.org/@mui/system/-/system-5.15.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": true - } - }, - "npm__eslint__8.52.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint", - "version": "8.52.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@eslint-community/eslint-utils": "4.4.0_eslint_8.52.0", - "@eslint-community/regexpp": "4.9.1", - "@eslint/eslintrc": "2.1.2", - "@eslint/js": "8.52.0", - "@humanwhocodes/config-array": "0.11.13", - "@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_supports-color_8.1.1", - "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.23.0", - "graphemer": "1.4.0", - "ignore": "5.2.4", - "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.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yocto-queue": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__semver__7.5.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "semver", - "version": "7.5.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "lru-cache": "6.0.0" - }, - "transitive_closure": { - "lru-cache": [ - "6.0.0" - ], - "semver": [ - "7.5.4" - ], - "yallist": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_typescript-eslint_scope-manager__5.44.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@typescript-eslint/scope-manager", - "version": "5.44.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/visitor-keys": "5.44.0" - }, - "transitive_closure": { - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "eslint-visitor-keys": [ - "3.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "eslint-visitor-keys": [ - "3.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__just-extend__6.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "just-extend", - "version": "6.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==", - "url": "https://registry.npmjs.org/just-extend/-/just-extend-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": true - } - }, - "npm__flat__5.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "flat", - "version": "5.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", - "url": "https://registry.npmjs.org/flat/-/flat-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": true - } - }, - "npm__object-inspect__1.12.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "object-inspect", - "version": "1.12.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "object-inspect": [ - "1.12.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__cosmiconfig__6.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "cosmiconfig", - "version": "6.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__eslint-utils__3.0.0__eslint_8.52.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-utils", - "version": "3.0.0_eslint_8.52.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-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": true - } - }, - "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": true, - "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.0" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__content-disposition__0.5.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "content-disposition", - "version": "0.5.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "safe-buffer": "5.2.1" - }, - "transitive_closure": { - "content-disposition": [ - "0.5.4" - ], - "safe-buffer": [ - "5.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_helper-module-transforms__7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/helper-module-transforms", - "version": "7.20.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-environment-visitor": "7.22.20", - "@babel/helper-module-imports": "7.22.15", - "@babel/helper-simple-access": "7.20.2", - "@babel/helper-split-export-declaration": "7.22.6", - "@babel/helper-validator-identifier": "7.22.20", - "@babel/template": "7.22.15", - "@babel/traverse": "7.23.7", - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "ms": [ - "2.1.2" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "xtend": [ - "4.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_template__7.22.15": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/template", - "version": "7.22.15", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", - "url": "https://registry.npmjs.org/@babel/template/-/template-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": true - } - }, - "npm__at_mui_material__5.15.7__1946909678": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@mui/material", - "version": "5.15.7_1946909678", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@mui/material" - ] - }, - "integrity": "sha512-l6+AiKZH3iOJmZCnlpel8ghYQe9Lq0BEuKP8fGj3g5xz4arO9GydqYAtLPMvuHKtArj8lJGNuT2yHYxmejincA==", - "url": "https://registry.npmjs.org/@mui/material/-/material-5.15.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": true - } - }, - "npm__graceful-fs__4.2.10__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "graceful-fs", - "version": "4.2.10", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "graceful-fs": [ - "4.2.10" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_jridgewell_resolve-uri__3.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@jridgewell/resolve-uri", - "version": "3.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", - "url": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_emotion_unitless__0.8.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/unitless", - "version": "0.8.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@emotion/unitless": [ - "0.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__estraverse__4.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "estraverse", - "version": "4.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "url": "https://registry.npmjs.org/estraverse/-/estraverse-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": true - } - }, - "npm__standard-engine__15.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "standard-engine", - "version": "15.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "get-stdin": "8.0.0", - "minimist": "1.2.7", - "pkg-conf": "3.1.0", - "xdg-basedir": "4.0.0" - }, - "transitive_closure": { - "error-ex": [ - "1.3.2" - ], - "find-up": [ - "3.0.0" - ], - "get-stdin": [ - "8.0.0" - ], - "graceful-fs": [ - "4.2.10" - ], - "is-arrayish": [ - "0.2.1" - ], - "json-parse-better-errors": [ - "1.0.2" - ], - "load-json-file": [ - "5.3.0" - ], - "locate-path": [ - "3.0.0" - ], - "minimist": [ - "1.2.7" - ], - "p-limit": [ - "2.3.0" - ], - "p-locate": [ - "3.0.0" - ], - "p-try": [ - "2.2.0" - ], - "parse-json": [ - "4.0.0" - ], - "path-exists": [ - "3.0.0" - ], - "pify": [ - "4.0.1" - ], - "pkg-conf": [ - "3.1.0" - ], - "standard-engine": [ - "15.0.0" - ], - "strip-bom": [ - "3.0.0" - ], - "type-fest": [ - "0.3.1" - ], - "xdg-basedir": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__diff__5.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "diff", - "version": "5.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "diff": [ - "5.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_utils__1.2.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/utils", - "version": "1.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==", - "url": "https://registry.npmjs.org/@emotion/utils/-/utils-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": true - } - }, - "npm__eslint-config-standard__17.0.0__978117738": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-config-standard", - "version": "17.0.0_978117738", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==", - "url": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__setprototypeof__1.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "setprototypeof", - "version": "1.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "setprototypeof": [ - "1.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__fast-diff__1.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "fast-diff", - "version": "1.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "url": "https://registry.npmjs.org/fast-diff/-/fast-diff-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": true - } - }, - "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": true - } - }, - "npm__at_types_parse-json__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/parse-json", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/parse-json": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "eslint" - ] - }, - "deps": { - "@eslint-community/eslint-utils": "4.4.0_eslint_8.57.0", - "@eslint-community/regexpp": "4.9.1", - "@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_supports-color_8.1.1", - "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.23.0", - "graphemer": "1.4.0", - "ignore": "5.2.4", - "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.9.1" - ], - "@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.2" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__cookie__0.6.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "cookie", - "version": "0.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "url": "https://registry.npmjs.org/cookie/-/cookie-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": true - } - }, - "npm__object.assign__4.1.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "object.assign", - "version": "4.1.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "has-symbols": "1.0.3", - "object-keys": "1.1.1" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__batch__0.6.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "batch", - "version": "0.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "batch": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__tsutils__3.21.0__typescript_5.3.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "tsutils", - "version": "3.21.0_typescript_5.3.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "url": "https://registry.npmjs.org/tsutils/-/tsutils-3.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": true - } - }, - "npm__at_types_react-modal__3.16.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/react-modal", - "version": "3.16.3", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/react-modal" - ] - }, - "deps": { - "@types/react": "18.2.70" - }, - "transitive_closure": { - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/react-modal": [ - "3.16.3" - ], - "@types/scheduler": [ - "0.16.2" - ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__response-iterator__0.2.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "response-iterator", - "version": "0.2.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "response-iterator": [ - "0.2.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "has-bigints": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_sinonjs_text-encoding__0.7.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@sinonjs/text-encoding", - "version": "0.7.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@sinonjs/text-encoding": [ - "0.7.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_types_react-transition-group__4.4.10__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/react-transition-group", - "version": "4.4.10", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/react": "18.2.70" - }, - "transitive_closure": { - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/react-transition-group": [ - "4.4.10" - ], - "@types/scheduler": [ - "0.16.2" - ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__ts-invariant__0.10.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "ts-invariant", - "version": "0.10.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==", - "url": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.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": true - } - }, - "npm__mocha__10.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "mocha", - "version": "10.3.0", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "mocha" - ] - }, - "deps": { - "ansi-colors": "4.1.1", - "browser-stdout": "1.3.1", - "chokidar": "3.5.3", - "debug": "4.3.4_supports-color_8.1.1", - "diff": "5.0.0", - "escape-string-regexp": "4.0.0", - "find-up": "5.0.0", - "glob": "8.1.0", - "he": "1.2.0", - "js-yaml": "4.1.0", - "log-symbols": "4.1.0", - "minimatch": "5.0.1", - "ms": "2.1.3", - "serialize-javascript": "6.0.0", - "strip-json-comments": "3.1.1", - "supports-color": "8.1.1", - "workerpool": "6.2.1", - "yargs": "16.2.0", - "yargs-parser": "20.2.4", - "yargs-unparser": "2.0.0" - }, - "transitive_closure": { - "ansi-colors": [ - "4.1.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "anymatch": [ - "3.1.3" - ], - "argparse": [ - "2.0.1" - ], - "balanced-match": [ - "1.0.2" - ], - "binary-extensions": [ - "2.2.0" - ], - "brace-expansion": [ - "2.0.1" - ], - "braces": [ - "3.0.2" - ], - "browser-stdout": [ - "1.3.1" - ], - "camelcase": [ - "6.3.0" - ], - "chalk": [ - "4.1.2" - ], - "chokidar": [ - "3.5.3" - ], - "cliui": [ - "7.0.4" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "decamelize": [ - "4.0.0" - ], - "diff": [ - "5.0.0" - ], - "emoji-regex": [ - "8.0.0" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat": [ - "5.0.2" - ], - "fs.realpath": [ - "1.0.0" - ], - "fsevents": [ - "2.3.2" - ], - "get-caller-file": [ - "2.0.5" - ], - "glob": [ - "8.1.0" - ], - "glob-parent": [ - "5.1.2" - ], - "has-flag": [ - "4.0.0" - ], - "he": [ - "1.2.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "is-binary-path": [ - "2.1.0" - ], - "is-extglob": [ - "2.1.1" - ], - "is-fullwidth-code-point": [ - "3.0.0" - ], - "is-glob": [ - "4.0.3" - ], - "is-number": [ - "7.0.0" - ], - "is-plain-obj": [ - "2.1.0" - ], - "is-unicode-supported": [ - "0.1.0" - ], - "js-yaml": [ - "4.1.0" - ], - "locate-path": [ - "6.0.0" - ], - "log-symbols": [ - "4.1.0" - ], - "minimatch": [ - "5.0.1", - "5.1.0" - ], - "mocha": [ - "10.3.0" - ], - "ms": [ - "2.1.2", - "2.1.3" - ], - "normalize-path": [ - "3.0.0" - ], - "once": [ - "1.4.0" - ], - "p-limit": [ - "3.1.0" - ], - "p-locate": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "picomatch": [ - "2.3.1" - ], - "randombytes": [ - "2.1.0" - ], - "readdirp": [ - "3.6.0" - ], - "require-directory": [ - "2.1.1" - ], - "safe-buffer": [ - "5.2.1" - ], - "serialize-javascript": [ - "6.0.0" - ], - "string-width": [ - "4.2.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "workerpool": [ - "6.2.1" - ], - "wrap-ansi": [ - "7.0.0" - ], - "wrappy": [ - "1.0.2" - ], - "y18n": [ - "5.0.8" - ], - "yargs": [ - "16.2.0" - ], - "yargs-parser": [ - "20.2.4", - "20.2.9" - ], - "yargs-unparser": [ - "2.0.0" - ], - "yocto-queue": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__decamelize__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "decamelize", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "decamelize": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__parse-json__5.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "parse-json", - "version": "5.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.23.5", - "error-ex": "1.3.2", - "json-parse-even-better-errors": "2.3.1", - "lines-and-columns": "1.2.4" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "ansi-styles": [ - "3.2.1" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "has-flag": [ - "3.0.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "parse-json": [ - "5.2.0" - ], - "supports-color": [ - "5.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_eslint-community_regexpp__4.9.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@eslint-community/regexpp", - "version": "4.9.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@eslint-community/regexpp": [ - "4.9.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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.2.0" - }, - "transitive_closure": { - "fast-diff": [ - "1.2.0" - ], - "prettier-linter-helpers": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "etag": [ - "1.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_types_react-dom__18.2.18__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/react-dom", - "version": "18.2.18", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/react-dom" - ] - }, - "deps": { - "@types/react": "18.2.70" - }, - "transitive_closure": { - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/react-dom": [ - "18.2.18" - ], - "@types/scheduler": [ - "0.16.2" - ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_json5__0.0.29__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/json5", - "version": "0.0.29", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/json5": [ - "0.0.29" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__punycode__2.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "punycode", - "version": "2.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "url": "https://registry.npmjs.org/punycode/-/punycode-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": true - } - }, - "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": true - } - }, - "npm__finalhandler__1.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "finalhandler", - "version": "1.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "debug": "2.6.9", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "on-finished": "2.4.1", - "parseurl": "1.3.3", - "statuses": "2.0.1", - "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.2.0" - ], - "ms": [ - "2.0.0" - ], - "on-finished": [ - "2.4.1" - ], - "parseurl": [ - "1.3.3" - ], - "statuses": [ - "2.0.1" - ], - "unpipe": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "camelcase": [ - "6.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__strip-indent__3.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "strip-indent", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "url": "https://registry.npmjs.org/strip-indent/-/strip-indent-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": true - } - }, - "npm__at_types_history__4.7.11": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/history", - "version": "4.7.11", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==", - "url": "https://registry.npmjs.org/@types/history/-/history-4.7.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": true - } - }, - "npm__exenv__1.2.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "exenv", - "version": "1.2.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==", - "url": "https://registry.npmjs.org/exenv/-/exenv-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "punycode": "2.1.1" - }, - "transitive_closure": { - "punycode": [ - "2.1.1" - ], - "uri-js": [ - "4.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__internal-slot__1.0.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "internal-slot", - "version": "1.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", - "url": "https://registry.npmjs.org/internal-slot/-/internal-slot-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": true - } - }, - "npm__at_ampproject_remapping__2.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@ampproject/remapping", - "version": "2.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "url": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__electron-to-chromium__1.4.284__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "electron-to-chromium", - "version": "1.4.284", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "electron-to-chromium": [ - "1.4.284" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_react__18.2.70__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/react", - "version": "18.2.70", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/react" - ] - }, - "deps": { - "@types/prop-types": "15.7.11", - "@types/scheduler": "0.16.2", - "csstype": "3.1.2" - }, - "transitive_closure": { - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/scheduler": [ - "0.16.2" - ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__react-router__6.21.3__react_18.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "react-router", - "version": "6.21.3_react_18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==", - "url": "https://registry.npmjs.org/react-router/-/react-router-6.21.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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__pretty-format__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "pretty-format", - "version": "27.5.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "ansi-regex": "5.0.1", - "ansi-styles": "5.2.0", - "react-is": "17.0.2" - }, - "transitive_closure": { - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "5.2.0" - ], - "pretty-format": [ - "27.5.1" - ], - "react-is": [ - "17.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_react-modal__3.16.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/react-modal", - "version": "3.16.3", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/react-modal" - ] - }, - "integrity": "sha512-xXuGavyEGaFQDgBv4UVm8/ZsG+qxeQ7f77yNrW3n+1J6XAstUy5rYHeIHPh1KzsGc6IkCIdu6lQ2xWzu1jBTLg==", - "url": "https://registry.npmjs.org/@types/react-modal/-/react-modal-3.16.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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__get-intrinsic__1.1.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "get-intrinsic", - "version": "1.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", - "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_jest_expect-utils__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@jest/expect-utils", - "version": "29.7.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "jest-get-type": "29.6.3" - }, - "transitive_closure": { - "@jest/expect-utils": [ - "29.7.0" - ], - "jest-get-type": [ - "29.6.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__deep-equal__2.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "deep-equal", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2pxgvWu3Alv1PoWEyVg7HS8YhGlUFUV7N5oOvfL6d+7xAmLSemMwv/c8Zv/i9KFzxV5Kt5CAvQc70fLwVuf4UA==", - "url": "https://registry.npmjs.org/deep-equal/-/deep-equal-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": true - } - }, - "npm__semver__7.5.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "semver", - "version": "7.5.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "url": "https://registry.npmjs.org/semver/-/semver-7.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": true - } - }, - "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": true - } - }, - "npm__eslint-plugin-es__4.1.0__eslint_8.52.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-plugin-es", - "version": "4.1.0_eslint_8.52.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==", - "url": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-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": true - } - }, - "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": { - "javascript/grid-ui": [ - "path-browserify" - ] - }, - "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": true - } - }, - "npm__regexp.prototype.flags__1.4.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "regexp.prototype.flags", - "version": "1.4.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", - "url": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_react-router-dom__5.3.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/react-router-dom", - "version": "5.3.3", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/react-router-dom" - ] - }, - "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==", - "url": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.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": true - } - }, - "npm__eslint-module-utils__2.7.4__-814034063__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-module-utils", - "version": "2.7.4_-814034063", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/parser": "5.44.0_-679725046", - "debug": "3.2.7", - "eslint": "8.52.0", - "eslint-import-resolver-node": "0.3.6" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@typescript-eslint/parser": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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" - ], - "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": [ - "3.2.7", - "4.3.4_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "dir-glob": [ - "3.0.1" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-import-resolver-node": [ - "0.3.6" - ], - "eslint-module-utils": [ - "2.7.4_-814034063" - ], - "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.2.12" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "globby": [ - "11.1.0" - ], - "graphemer": [ - "1.4.0" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "is-core-module": [ - "2.11.0" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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" - ], - "ms": [ - "2.1.2", - "2.1.3" - ], - "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-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "picomatch": [ - "2.3.1" - ], - "prelude-ls": [ - "1.2.1" - ], - "punycode": [ - "2.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "semver": [ - "7.5.4" - ], - "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", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "text-table": [ - "0.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "typescript": [ - "5.3.3" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "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": true - } - }, - "npm__at_typescript-eslint_eslint-plugin__5.44.0__909934447": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@typescript-eslint/eslint-plugin", - "version": "5.44.0_909934447", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==", - "url": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.44.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_apollo_client__3.8.10__1356184083__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@apollo/client", - "version": "3.8.10_1356184083", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@apollo/client" - ] - }, - "deps": { - "@graphql-typed-document-node/core": "3.1.1_graphql_16.8.1", - "@wry/equality": "0.5.6", - "@wry/trie": "0.5.0", - "graphql": "16.8.1", - "graphql-tag": "2.12.6_graphql_16.8.1", - "hoist-non-react-statics": "3.3.2", - "optimism": "0.18.0", - "prop-types": "15.8.1", - "react": "18.2.0", - "react-dom": "18.2.0_react_18.2.0", - "response-iterator": "0.2.6", - "symbol-observable": "4.0.0", - "ts-invariant": "0.10.3", - "tslib": "2.6.2", - "zen-observable-ts": "1.2.5" - }, - "transitive_closure": { - "@apollo/client": [ - "3.8.10_1356184083" - ], - "@graphql-typed-document-node/core": [ - "3.1.1_graphql_16.8.1" - ], - "@wry/caches": [ - "1.0.1" - ], - "@wry/context": [ - "0.7.4" - ], - "@wry/equality": [ - "0.5.6" - ], - "@wry/trie": [ - "0.4.3", - "0.5.0" - ], - "graphql": [ - "16.8.1" - ], - "graphql-tag": [ - "2.12.6_graphql_16.8.1" - ], - "hoist-non-react-statics": [ - "3.3.2" - ], - "js-tokens": [ - "4.0.0" - ], - "loose-envify": [ - "1.4.0" - ], - "object-assign": [ - "4.1.1" - ], - "optimism": [ - "0.18.0" - ], - "prop-types": [ - "15.8.1" - ], - "react": [ - "18.2.0" - ], - "react-dom": [ - "18.2.0_react_18.2.0" - ], - "react-is": [ - "16.13.1" - ], - "response-iterator": [ - "0.2.6" - ], - "scheduler": [ - "0.23.0" - ], - "symbol-observable": [ - "4.0.0" - ], - "ts-invariant": [ - "0.10.3" - ], - "tslib": [ - "2.6.2" - ], - "zen-observable": [ - "0.8.15" - ], - "zen-observable-ts": [ - "1.2.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__acorn__8.10.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "acorn", - "version": "8.10.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", - "url": "https://registry.npmjs.org/acorn/-/acorn-8.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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__object.fromentries__2.0.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "object.fromentries", - "version": "2.0.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.fromentries": [ - "2.0.6" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_plugin-transform-react-pure-annotations__7.23.3__at_babel_core_7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/plugin-transform-react-pure-annotations", - "version": "7.23.3_at_babel_core_7.20.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.20.2", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/plugin-transform-react-pure-annotations": [ - "7.23.3_at_babel_core_7.20.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__caniuse-lite__1.0.30001434__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "caniuse-lite", - "version": "1.0.30001434", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "caniuse-lite": [ - "1.0.30001434" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__object.hasown__1.1.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "object.hasown", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", - "url": "https://registry.npmjs.org/object.hasown/-/object.hasown-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": true - } - }, - "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": true - } - }, - "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": {}, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_helper-string-parser__7.23.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/helper-string-parser", - "version": "7.23.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", - "url": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-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": true - } - }, - "npm__at_emotion_serialize__1.1.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/serialize", - "version": "1.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==", - "url": "https://registry.npmjs.org/@emotion/serialize/-/serialize-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": true - } - }, - "npm__randombytes__2.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "randombytes", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "url": "https://registry.npmjs.org/randombytes/-/randombytes-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": true - } - }, - "npm__at_babel_runtime__7.23.9__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/runtime", - "version": "7.23.9", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "regenerator-runtime": "0.14.0" - }, - "transitive_closure": { - "@babel/runtime": [ - "7.23.9" - ], - "regenerator-runtime": [ - "0.14.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_graphql-typed-document-node_core__3.1.1__graphql_16.8.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@graphql-typed-document-node/core", - "version": "3.1.1_graphql_16.8.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "graphql": "16.8.1" - }, - "transitive_closure": { - "@graphql-typed-document-node/core": [ - "3.1.1_graphql_16.8.1" - ], - "graphql": [ - "16.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__source-map-explorer__2.5.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "source-map-explorer", - "version": "2.5.3", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "source-map-explorer" - ] - }, - "integrity": "sha512-qfUGs7UHsOBE5p/lGfQdaAj/5U/GWYBw2imEpD6UQNkqElYonkow8t+HBL1qqIl3CuGZx7n8/CQo4x1HwSHhsg==", - "url": "https://registry.npmjs.org/source-map-explorer/-/source-map-explorer-2.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": true - } - }, - "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": true - } - }, - "npm__ts-standard__12.0.2__typescript_5.3.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "ts-standard", - "version": "12.0.2_typescript_5.3.3", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "ts-standard" - ] - }, - "deps": { - "@typescript-eslint/eslint-plugin": "5.44.0_909934447", - "@typescript-eslint/parser": "5.44.0_-679725046", - "eslint": "8.52.0", - "eslint-config-standard-jsx": "11.0.0_1925191382", - "eslint-config-standard-with-typescript": "23.0.0_-1246222472", - "eslint-plugin-import": "2.26.0_-730645774", - "eslint-plugin-n": "15.5.1_eslint_8.52.0", - "eslint-plugin-promise": "6.1.1_eslint_8.52.0", - "eslint-plugin-react": "7.31.11_eslint_8.52.0", - "minimist": "1.2.7", - "pkg-conf": "4.0.0", - "standard-engine": "15.0.0", - "typescript": "5.3.3" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@types/json-schema": [ - "7.0.11" - ], - "@types/json5": [ - "0.0.29" - ], - "@types/semver": [ - "7.3.13" - ], - "@typescript-eslint/eslint-plugin": [ - "5.44.0_909934447" - ], - "@typescript-eslint/parser": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/type-utils": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/utils": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "ajv": [ - "6.12.6" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "argparse": [ - "2.0.1" - ], - "array-includes": [ - "3.1.6" - ], - "array-union": [ - "2.1.0" - ], - "array.prototype.flat": [ - "1.3.1" - ], - "array.prototype.flatmap": [ - "1.3.1" - ], - "array.prototype.tosorted": [ - "1.1.1" - ], - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "braces": [ - "3.0.2" - ], - "builtins": [ - "5.0.1" - ], - "call-bind": [ - "1.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": [ - "2.6.9", - "3.2.7", - "4.3.4_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "define-properties": [ - "1.1.4" - ], - "dir-glob": [ - "3.0.1" - ], - "doctrine": [ - "2.1.0", - "3.0.0" - ], - "error-ex": [ - "1.3.2" - ], - "es-abstract": [ - "1.20.4" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "es-to-primitive": [ - "1.2.1" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-config-standard": [ - "17.0.0_978117738" - ], - "eslint-config-standard-jsx": [ - "11.0.0_1925191382" - ], - "eslint-config-standard-with-typescript": [ - "23.0.0_-1246222472" - ], - "eslint-import-resolver-node": [ - "0.3.6" - ], - "eslint-module-utils": [ - "2.7.4_-814034063" - ], - "eslint-plugin-es": [ - "4.1.0_eslint_8.52.0" - ], - "eslint-plugin-import": [ - "2.26.0_-730645774" - ], - "eslint-plugin-n": [ - "15.5.1_eslint_8.52.0" - ], - "eslint-plugin-promise": [ - "6.1.1_eslint_8.52.0" - ], - "eslint-plugin-react": [ - "7.31.11_eslint_8.52.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "eslint-utils": [ - "2.1.0", - "3.0.0_eslint_8.52.0" - ], - "eslint-visitor-keys": [ - "1.3.0", - "2.1.0", - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "4.3.0", - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-glob": [ - "3.2.12" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "3.0.0", - "5.0.0", - "6.3.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-stdin": [ - "8.0.0" - ], - "get-symbol-description": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "globby": [ - "11.1.0" - ], - "graceful-fs": [ - "4.2.10" - ], - "graphemer": [ - "1.4.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "internal-slot": [ - "1.0.3" - ], - "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.11.0" - ], - "is-date-object": [ - "1.0.5" - ], - "is-extglob": [ - "2.1.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number": [ - "7.0.0" - ], - "is-number-object": [ - "1.0.7" - ], - "is-path-inside": [ - "3.0.3" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "isexe": [ - "2.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "js-yaml": [ - "4.1.0" - ], - "json-parse-better-errors": [ - "1.0.2" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "json5": [ - "1.0.2" - ], - "jsx-ast-utils": [ - "3.3.3" - ], - "levn": [ - "0.4.1" - ], - "load-json-file": [ - "5.3.0", - "7.0.1" - ], - "locate-path": [ - "3.0.0", - "6.0.0", - "7.1.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "loose-envify": [ - "1.4.0" - ], - "lru-cache": [ - "6.0.0" - ], - "merge2": [ - "1.4.1" - ], - "micromatch": [ - "4.0.5" - ], - "minimatch": [ - "3.1.2" - ], - "minimist": [ - "1.2.7" - ], - "ms": [ - "2.0.0", - "2.1.2", - "2.1.3" - ], - "natural-compare": [ - "1.4.0" - ], - "natural-compare-lite": [ - "1.4.0" - ], - "object-assign": [ - "4.1.1" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.entries": [ - "1.1.6" - ], - "object.fromentries": [ - "2.0.6" - ], - "object.hasown": [ - "1.1.2" - ], - "object.values": [ - "1.1.6" - ], - "once": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "p-limit": [ - "2.3.0", - "3.1.0", - "4.0.0" - ], - "p-locate": [ - "3.0.0", - "5.0.0", - "6.0.0" - ], - "p-try": [ - "2.2.0" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "4.0.0" - ], - "path-exists": [ - "3.0.0", - "4.0.0", - "5.0.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "path-key": [ - "3.1.1" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "picomatch": [ - "2.3.1" - ], - "pify": [ - "4.0.1" - ], - "pkg-conf": [ - "3.1.0", - "4.0.0" - ], - "prelude-ls": [ - "1.2.1" - ], - "prop-types": [ - "15.8.1" - ], - "punycode": [ - "2.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "react-is": [ - "16.13.1" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "regexpp": [ - "3.2.0" - ], - "resolve": [ - "1.22.1", - "2.0.0-next.4" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "safe-regex-test": [ - "1.0.0" - ], - "semver": [ - "6.3.1", - "7.5.4" - ], - "shebang-command": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "slash": [ - "3.0.0" - ], - "standard-engine": [ - "15.0.0" - ], - "string.prototype.matchall": [ - "4.0.8" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "strip-ansi": [ - "6.0.1" - ], - "strip-bom": [ - "3.0.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "text-table": [ - "0.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "ts-standard": [ - "12.0.2_typescript_5.3.3" - ], - "tsconfig-paths": [ - "3.14.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2", - "0.3.1" - ], - "typescript": [ - "5.3.3" - ], - "unbox-primitive": [ - "1.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "which": [ - "2.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "wrappy": [ - "1.0.2" - ], - "xdg-basedir": [ - "4.0.0" - ], - "yallist": [ - "4.0.0" - ], - "yocto-queue": [ - "0.1.0", - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__es-abstract__1.20.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "es-abstract", - "version": "1.20.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==", - "url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.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": true - } - }, - "npm__at_types_node__20.11.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/node", - "version": "20.11.6", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/node" - ] - }, - "deps": { - "undici-types": "5.26.5" - }, - "transitive_closure": { - "@types/node": [ - "20.11.6" - ], - "undici-types": [ - "5.26.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_typescript-eslint_typescript-estree__5.44.0__typescript_5.3.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@typescript-eslint/typescript-estree", - "version": "5.44.0_typescript_5.3.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==", - "url": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": true - } - }, - "npm__tsutils__3.21.0__typescript_5.3.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "tsutils", - "version": "3.21.0_typescript_5.3.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "1.14.1", - "typescript": "5.3.3" - }, - "transitive_closure": { - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "typescript": [ - "5.3.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__ignore__5.2.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "ignore", - "version": "5.2.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", - "url": "https://registry.npmjs.org/ignore/-/ignore-5.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": true - } - }, - "npm__chokidar__3.5.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "chokidar", - "version": "3.5.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "fsevents": "2.3.2", - "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.2.0" - ], - "braces": [ - "3.0.2" - ], - "chokidar": [ - "3.5.3" - ], - "fill-range": [ - "7.0.1" - ], - "fsevents": [ - "2.3.2" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_serialize__1.1.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/serialize", - "version": "1.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@emotion/hash": "0.9.1", - "@emotion/memoize": "0.8.1", - "@emotion/unitless": "0.8.1", - "@emotion/utils": "1.2.1", - "csstype": "3.1.2" - }, - "transitive_closure": { - "@emotion/hash": [ - "0.9.1" - ], - "@emotion/memoize": [ - "0.8.1" - ], - "@emotion/serialize": [ - "1.1.3" - ], - "@emotion/unitless": [ - "0.8.1" - ], - "@emotion/utils": [ - "1.2.1" - ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__minimatch__5.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "minimatch", - "version": "5.1.0", - "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": [ - "5.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__array.prototype.flat__1.3.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "array.prototype.flat", - "version": "1.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", - "url": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__array.prototype.flatmap__1.3.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "array.prototype.flatmap", - "version": "1.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", - "url": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__ts-standard__12.0.2__typescript_5.3.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "ts-standard", - "version": "12.0.2_typescript_5.3.3", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "ts-standard" - ] - }, - "integrity": "sha512-XX2wrB9fKKTfBj4yD3ABm9iShzZcS2iWcPK8XzlBvuL20+wMiLgiz/k5tXgZwTaYq5wRhbks1Y9PelhujF/9ag==", - "url": "https://registry.npmjs.org/ts-standard/-/ts-standard-12.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": true - } - }, - "npm__babel-literal-to-ast__2.1.0__at_babel_core_7.20.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "babel-literal-to-ast", - "version": "2.1.0_at_babel_core_7.20.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.20.2", - "@babel/parser": "7.23.6", - "@babel/traverse": "7.23.7", - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-literal-to-ast": [ - "2.1.0_at_babel_core_7.20.2" - ], - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__natural-compare-lite__1.4.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "natural-compare-lite", - "version": "1.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", - "url": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-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": true - } - }, - "npm__locate-path__7.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "locate-path", - "version": "7.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vJXaRMJgRVD3+cUZs3Mncj2mxpt5mP0EmNOsxRSZRMlbqjvxzDEOIUWXGmavo0ZC9+tNZCBLQ66reA11nbpHZg==", - "url": "https://registry.npmjs.org/locate-path/-/locate-path-7.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": true - } - }, - "npm__setimmediate__1.0.5": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "setimmediate", - "version": "1.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", - "url": "https://registry.npmjs.org/setimmediate/-/setimmediate-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": true - } - }, - "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": true - } - }, - "npm__is-buffer__1.1.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-buffer", - "version": "1.1.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-buffer": [ - "1.1.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_preset-react__7.23.3__at_babel_core_7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/preset-react", - "version": "7.23.3_at_babel_core_7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@babel/preset-react" - ] - }, - "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==", - "url": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-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": true - } - }, - "npm__at_sinonjs_commons__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@sinonjs/commons", - "version": "3.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "type-detect": "4.0.8" - }, - "transitive_closure": { - "@sinonjs/commons": [ - "3.0.0" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__immediate__3.0.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "immediate", - "version": "3.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "immediate": [ - "3.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__eslint-plugin-es__4.1.0__eslint_8.52.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-plugin-es", - "version": "4.1.0_eslint_8.52.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.52.0", - "eslint-utils": "2.1.0", - "regexpp": "3.2.0" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-plugin-es": [ - "4.1.0_eslint_8.52.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-utils": [ - "2.1.0" - ], - "eslint-visitor-keys": [ - "1.3.0", - "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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "regexpp": [ - "3.2.0" - ], - "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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__jszip__3.10.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "jszip", - "version": "3.10.1", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "jszip" - ] - }, - "deps": { - "lie": "3.3.0", - "pako": "1.0.11", - "readable-stream": "2.3.7", - "setimmediate": "1.0.5" - }, - "transitive_closure": { - "core-util-is": [ - "1.0.3" - ], - "immediate": [ - "3.0.6" - ], - "inherits": [ - "2.0.4" - ], - "isarray": [ - "1.0.0" - ], - "jszip": [ - "3.10.1" - ], - "lie": [ - "3.3.0" - ], - "pako": [ - "1.0.11" - ], - "process-nextick-args": [ - "2.0.1" - ], - "readable-stream": [ - "2.3.7" - ], - "safe-buffer": [ - "5.1.2" - ], - "setimmediate": [ - "1.0.5" - ], - "string_decoder": [ - "1.1.1" - ], - "util-deprecate": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__es-abstract__1.20.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "es-abstract", - "version": "1.20.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "es-to-primitive": "1.2.1", - "function-bind": "1.1.1", - "function.prototype.name": "1.1.5", - "get-intrinsic": "1.1.3", - "get-symbol-description": "1.0.0", - "has": "1.0.3", - "has-property-descriptors": "1.0.0", - "has-symbols": "1.0.3", - "internal-slot": "1.0.3", - "is-callable": "1.2.7", - "is-negative-zero": "2.0.2", - "is-regex": "1.1.4", - "is-shared-array-buffer": "1.0.2", - "is-string": "1.0.7", - "is-weakref": "1.0.2", - "object-inspect": "1.12.2", - "object-keys": "1.1.1", - "object.assign": "4.1.4", - "regexp.prototype.flags": "1.4.3", - "safe-regex-test": "1.0.0", - "string.prototype.trimend": "1.0.6", - "string.prototype.trimstart": "1.0.6", - "unbox-primitive": "1.0.2" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__has__1.0.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "has", - "version": "1.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "function-bind": "1.1.1" - }, - "transitive_closure": { - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "flat-cache": "3.0.4" - }, - "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.0.4" - ], - "flatted": [ - "3.2.7" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__redent__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "redent", - "version": "3.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "indent-string": "4.0.0", - "strip-indent": "3.0.0" - }, - "transitive_closure": { - "indent-string": [ - "4.0.0" - ], - "min-indent": [ - "1.0.1" - ], - "redent": [ - "3.0.0" - ], - "strip-indent": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yocto-queue": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-typed-array__1.1.10__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-typed-array", - "version": "1.1.10", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "available-typed-arrays": "1.0.5", - "call-bind": "1.0.2", - "for-each": "0.3.3", - "gopd": "1.0.1", - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "available-typed-arrays": [ - "1.0.5" - ], - "call-bind": [ - "1.0.2" - ], - "for-each": [ - "0.3.3" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-callable": [ - "1.2.7" - ], - "is-typed-array": [ - "1.1.10" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__temp__0.9.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "temp", - "version": "0.9.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "mkdirp": "0.5.6", - "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" - ], - "minimist": [ - "1.2.7" - ], - "mkdirp": [ - "0.5.6" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "rimraf": [ - "2.6.3" - ], - "temp": [ - "0.9.4" - ], - "wrappy": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__stylis__4.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "stylis", - "version": "4.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", - "url": "https://registry.npmjs.org/stylis/-/stylis-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": true - } - }, - "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": true - } - }, - "npm__load-json-file__7.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "load-json-file", - "version": "7.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "load-json-file": [ - "7.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__function.prototype.name__1.1.5": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "function.prototype.name", - "version": "1.1.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", - "url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-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": true - } - }, - "npm__object.hasown__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "object.hasown", - "version": "1.1.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "define-properties": "1.1.4", - "es-abstract": "1.20.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.hasown": [ - "1.1.2" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-config-standard__17.0.0__978117738__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-config-standard", - "version": "17.0.0_978117738", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.52.0", - "eslint-plugin-import": "2.26.0_-730645774", - "eslint-plugin-n": "15.5.1_eslint_8.52.0", - "eslint-plugin-promise": "6.1.1_eslint_8.52.0" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@types/json5": [ - "0.0.29" - ], - "@typescript-eslint/parser": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "ajv": [ - "6.12.6" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "argparse": [ - "2.0.1" - ], - "array-includes": [ - "3.1.6" - ], - "array-union": [ - "2.1.0" - ], - "array.prototype.flat": [ - "1.3.1" - ], - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "braces": [ - "3.0.2" - ], - "builtins": [ - "5.0.1" - ], - "call-bind": [ - "1.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": [ - "2.6.9", - "3.2.7", - "4.3.4_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "define-properties": [ - "1.1.4" - ], - "dir-glob": [ - "3.0.1" - ], - "doctrine": [ - "2.1.0", - "3.0.0" - ], - "es-abstract": [ - "1.20.4" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "es-to-primitive": [ - "1.2.1" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-config-standard": [ - "17.0.0_978117738" - ], - "eslint-import-resolver-node": [ - "0.3.6" - ], - "eslint-module-utils": [ - "2.7.4_-814034063" - ], - "eslint-plugin-es": [ - "4.1.0_eslint_8.52.0" - ], - "eslint-plugin-import": [ - "2.26.0_-730645774" - ], - "eslint-plugin-n": [ - "15.5.1_eslint_8.52.0" - ], - "eslint-plugin-promise": [ - "6.1.1_eslint_8.52.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-utils": [ - "2.1.0", - "3.0.0_eslint_8.52.0" - ], - "eslint-visitor-keys": [ - "1.3.0", - "2.1.0", - "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.2.12" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "globby": [ - "11.1.0" - ], - "graphemer": [ - "1.4.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-core-module": [ - "2.11.0" - ], - "is-date-object": [ - "1.0.5" - ], - "is-extglob": [ - "2.1.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number": [ - "7.0.0" - ], - "is-number-object": [ - "1.0.7" - ], - "is-path-inside": [ - "3.0.3" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "isexe": [ - "2.0.0" - ], - "js-yaml": [ - "4.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "json5": [ - "1.0.2" - ], - "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" - ], - "minimist": [ - "1.2.7" - ], - "ms": [ - "2.0.0", - "2.1.2", - "2.1.3" - ], - "natural-compare": [ - "1.4.0" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.values": [ - "1.1.6" - ], - "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" - ], - "path-type": [ - "4.0.0" - ], - "picomatch": [ - "2.3.1" - ], - "prelude-ls": [ - "1.2.1" - ], - "punycode": [ - "2.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "regexpp": [ - "3.2.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "safe-regex-test": [ - "1.0.0" - ], - "semver": [ - "7.5.4" - ], - "shebang-command": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "slash": [ - "3.0.0" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "strip-ansi": [ - "6.0.1" - ], - "strip-bom": [ - "3.0.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "text-table": [ - "0.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "tsconfig-paths": [ - "3.14.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "typescript": [ - "5.3.3" - ], - "unbox-primitive": [ - "1.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "which": [ - "2.0.2" - ], - "which-boxed-primitive": [ - "1.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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__jest-diff__29.7.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "jest-diff", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", - "url": "https://registry.npmjs.org/jest-diff/-/jest-diff-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": true - } - }, - "npm__at_babel_core__7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/core", - "version": "7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==", - "url": "https://registry.npmjs.org/@babel/core/-/core-7.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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@nodelib/fs.stat": [ - "2.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__jsx-ast-utils__3.3.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "jsx-ast-utils", - "version": "3.3.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", - "url": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-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": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fast-levenshtein": [ - "2.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_jridgewell_gen-mapping__0.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@jridgewell/gen-mapping", - "version": "0.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jridgewell/set-array": "1.1.2", - "@jridgewell/sourcemap-codec": "1.4.14" - }, - "transitive_closure": { - "@jridgewell/gen-mapping": [ - "0.1.1" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__fastq__1.13.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "fastq", - "version": "1.13.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "url": "https://registry.npmjs.org/fastq/-/fastq-1.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": true - } - }, - "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": { - "javascript/grid-ui": [ - "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": true - } - }, - "npm__btoa__1.2.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "btoa", - "version": "1.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==", - "url": "https://registry.npmjs.org/btoa/-/btoa-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": true - } - }, - "npm__electron-to-chromium__1.4.284": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "electron-to-chromium", - "version": "1.4.284", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", - "url": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__jake__10.8.5": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "jake", - "version": "10.8.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", - "url": "https://registry.npmjs.org/jake/-/jake-10.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": true - } - }, - "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": {}, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_emotion_react__11.11.3__-417419281__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/react", - "version": "11.11.3_-417419281", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@emotion/react" - ] - }, - "deps": { - "@babel/runtime": "7.23.9", - "@emotion/babel-plugin": "11.11.0", - "@emotion/cache": "11.11.0", - "@emotion/serialize": "1.1.3", - "@emotion/use-insertion-effect-with-fallbacks": "1.0.1_react_18.2.0", - "@emotion/utils": "1.2.1", - "@emotion/weak-memoize": "0.3.1", - "@types/react": "18.2.70", - "hoist-non-react-statics": "3.3.2", - "react": "18.2.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@babel/types": [ - "7.23.6" - ], - "@emotion/babel-plugin": [ - "11.11.0" - ], - "@emotion/cache": [ - "11.11.0" - ], - "@emotion/hash": [ - "0.9.1" - ], - "@emotion/memoize": [ - "0.8.1" - ], - "@emotion/react": [ - "11.11.3_-417419281" - ], - "@emotion/serialize": [ - "1.1.3" - ], - "@emotion/sheet": [ - "1.2.2" - ], - "@emotion/unitless": [ - "0.8.1" - ], - "@emotion/use-insertion-effect-with-fallbacks": [ - "1.0.1_react_18.2.0" - ], - "@emotion/utils": [ - "1.2.1" - ], - "@emotion/weak-memoize": [ - "0.3.1" - ], - "@types/parse-json": [ - "4.0.0" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/scheduler": [ - "0.16.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "cosmiconfig": [ - "7.1.0" - ], - "csstype": [ - "3.1.2" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5", - "4.0.0" - ], - "find-root": [ - "1.1.0" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0" - ], - "hoist-non-react-statics": [ - "3.3.2" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "loose-envify": [ - "1.4.0" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "react": [ - "18.2.0" - ], - "react-is": [ - "16.13.1" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "source-map": [ - "0.5.7" - ], - "stylis": [ - "4.2.0" - ], - "supports-color": [ - "5.5.0" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "to-fast-properties": [ - "2.0.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__forwarded__0.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "forwarded", - "version": "0.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "forwarded": [ - "0.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_cache__11.11.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/cache", - "version": "11.11.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@emotion/memoize": "0.8.1", - "@emotion/sheet": "1.2.2", - "@emotion/utils": "1.2.1", - "@emotion/weak-memoize": "0.3.1", - "stylis": "4.2.0" - }, - "transitive_closure": { - "@emotion/cache": [ - "11.11.0" - ], - "@emotion/memoize": [ - "0.8.1" - ], - "@emotion/sheet": [ - "1.2.2" - ], - "@emotion/utils": [ - "1.2.1" - ], - "@emotion/weak-memoize": [ - "0.3.1" - ], - "stylis": [ - "4.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__pako__1.0.11": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "pako", - "version": "1.0.11", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", - "url": "https://registry.npmjs.org/pako/-/pako-1.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": true - } - }, - "npm__at_types_scheduler__0.16.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/scheduler", - "version": "0.16.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/scheduler": [ - "0.16.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_jest__29.5.11__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@types/jest", - "version": "29.5.11", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/jest" - ] - }, - "deps": { - "expect": "29.7.0", - "pretty-format": "29.7.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@jest/expect-utils": [ - "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/jest": [ - "29.5.11" - ], - "@types/node": [ - "20.11.6" - ], - "@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" - ], - "diff-sequences": [ - "29.6.3" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "expect": [ - "29.7.0" - ], - "fill-range": [ - "7.0.1" - ], - "graceful-fs": [ - "4.2.10" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "is-number": [ - "7.0.0" - ], - "jest-diff": [ - "29.7.0" - ], - "jest-get-type": [ - "29.6.3" - ], - "jest-matcher-utils": [ - "29.7.0" - ], - "jest-message-util": [ - "29.7.0" - ], - "jest-util": [ - "29.7.0" - ], - "js-tokens": [ - "4.0.0" - ], - "micromatch": [ - "4.0.5" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "shebang-regex": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__inherits__2.0.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "inherits", - "version": "2.0.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "inherits": [ - "2.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_novnc_novnc__1.4.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@novnc/novnc", - "version": "1.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@novnc/novnc" - ] - }, - "integrity": "sha512-kW6ALMc5BuH08e/ond/I1naYcfjc19JYMN1EdtmgjjjzPGCjW8fMtVM3MwM6q7YLRjPlQ3orEvoKMgSS7RkEVQ==", - "url": "https://registry.npmjs.org/@novnc/novnc/-/novnc-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": true - } - }, - "npm__aria-query__5.1.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "aria-query", - "version": "5.1.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "deep-equal": "2.1.0" - }, - "transitive_closure": { - "aria-query": [ - "5.1.3" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "call-bind": [ - "1.0.2" - ], - "deep-equal": [ - "2.1.0" - ], - "define-properties": [ - "1.1.4" - ], - "es-get-iterator": [ - "1.1.2" - ], - "for-each": [ - "0.3.3" - ], - "function-bind": [ - "1.1.1" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-arguments": [ - "1.1.1" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-map": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-set": [ - "2.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-typed-array": [ - "1.1.10" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "isarray": [ - "2.0.5" - ], - "object-inspect": [ - "1.12.2" - ], - "object-is": [ - "1.1.5" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "side-channel": [ - "1.0.4" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "which-collection": [ - "1.0.1" - ], - "which-typed-array": [ - "1.1.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_wry_context__0.7.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@wry/context", - "version": "0.7.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==", - "url": "https://registry.npmjs.org/@wry/context/-/context-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": true - } - }, - "npm__find-up__6.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "find-up", - "version": "6.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", - "url": "https://registry.npmjs.org/find-up/-/find-up-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": true - } - }, - "npm__flatted__3.2.7__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "flatted", - "version": "3.2.7", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "flatted": [ - "3.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__available-typed-arrays__1.0.5": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "available-typed-arrays", - "version": "1.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", - "url": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-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": true - } - }, - "npm__caniuse-lite__1.0.30001434": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "caniuse-lite", - "version": "1.0.30001434", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA==", - "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001434.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": true - } - }, - "npm__string.prototype.trimstart__1.0.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "string.prototype.trimstart", - "version": "1.0.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__stylis__4.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "stylis", - "version": "4.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "stylis": [ - "4.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__exenv__1.2.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "exenv", - "version": "1.2.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "exenv": [ - "1.2.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__mkdirp__3.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "mkdirp", - "version": "3.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", - "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-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": true - } - }, - "npm__decamelize__4.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "decamelize", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==", - "url": "https://registry.npmjs.org/decamelize/-/decamelize-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": true - } - }, - "npm__at_testing-library_jest-dom__6.3.0__at_types_jest_29.5.11": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@testing-library/jest-dom", - "version": "6.3.0_at_types_jest_29.5.11", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@testing-library/jest-dom" - ] - }, - "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==", - "url": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-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": true - } - }, - "npm__dom-accessibility-api__0.5.14__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "dom-accessibility-api", - "version": "0.5.14", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "dom-accessibility-api": [ - "0.5.14" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-plain-obj__2.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-plain-obj", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "url": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-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": true - } - }, - "npm__at_emotion_babel-plugin__11.11.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/babel-plugin", - "version": "11.11.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==", - "url": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.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": true - } - }, - "npm__at_babel_helper-plugin-utils__7.22.5": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/helper-plugin-utils", - "version": "7.22.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", - "url": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-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": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "lodash.merge": [ - "4.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "toidentifier": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__gzip-size__6.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "gzip-size", - "version": "6.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", - "url": "https://registry.npmjs.org/gzip-size/-/gzip-size-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": true - } - }, - "npm__at_floating-ui_react-dom__2.0.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": "@floating-ui/react-dom", - "version": "2.0.8_react-dom_18.2.0__react_18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==", - "url": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-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": true - } - }, - "npm__minimatch__5.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "minimatch", - "version": "5.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": [ - "5.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_typescript-eslint_types__5.44.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@typescript-eslint/types", - "version": "5.44.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@typescript-eslint/types": [ - "5.44.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__object-is__1.1.5__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "object-is", - "version": "1.1.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "object-is": [ - "1.1.5" - ], - "object-keys": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "has-bigints": "1.0.2", - "has-symbols": "1.0.3", - "which-boxed-primitive": "1.0.2" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "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" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__temp__0.9.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "temp", - "version": "0.9.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==", - "url": "https://registry.npmjs.org/temp/-/temp-0.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": true - } - }, - "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": true - } - }, - "npm__regexpp__3.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "regexpp", - "version": "3.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "regexpp": [ - "3.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__array-includes__3.1.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "array-includes", - "version": "3.1.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", - "url": "https://registry.npmjs.org/array-includes/-/array-includes-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": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "deep-is": [ - "0.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "range-parser": [ - "1.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_styled-engine__5.15.8__602618506": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@mui/styled-engine", - "version": "5.15.8_602618506", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-31ZKPGsS0OiSwuzi8RWoTiWRdUWXPRiOQkyG9bRYX/zvoYeBXEdbsLEgbryug5mVRsPpvwbH5q/i/t6MkjQ71g==", - "url": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.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": true - } - }, - "npm__flatted__3.2.7": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "flatted", - "version": "3.2.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", - "url": "https://registry.npmjs.org/flatted/-/flatted-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": true - } - }, - "npm__at_typescript-eslint_utils__5.44.0__-679725046__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@typescript-eslint/utils", - "version": "5.44.0_-679725046", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/json-schema": "7.0.11", - "@types/semver": "7.3.13", - "@typescript-eslint/scope-manager": "5.44.0", - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/typescript-estree": "5.44.0_typescript_5.3.3", - "eslint": "8.52.0", - "eslint-scope": "5.1.1", - "eslint-utils": "3.0.0_eslint_8.52.0", - "semver": "7.5.4" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@types/json-schema": [ - "7.0.11" - ], - "@types/semver": [ - "7.3.13" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/utils": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "dir-glob": [ - "3.0.1" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "eslint-utils": [ - "3.0.0_eslint_8.52.0" - ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "4.3.0", - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-glob": [ - "3.2.12" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "globby": [ - "11.1.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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" - ], - "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.1.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.5.4" - ], - "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", - "8.1.1" - ], - "text-table": [ - "0.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "typescript": [ - "5.3.3" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__pretty-ms__9.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "pretty-ms", - "version": "9.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "pretty-ms" - ] - }, - "integrity": "sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==", - "url": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-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": true - } - }, - "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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__ts-invariant__0.10.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "ts-invariant", - "version": "0.10.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "2.6.2" - }, - "transitive_closure": { - "ts-invariant": [ - "0.10.3" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__depd__1.1.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "depd", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "url": "https://registry.npmjs.org/depd/-/depd-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_babel_runtime__7.23.9": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/runtime", - "version": "7.23.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", - "url": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.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": true - } - }, - "npm__at_jridgewell_trace-mapping__0.3.20": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@jridgewell/trace-mapping", - "version": "0.3.20", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", - "url": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.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": true - } - }, - "npm__csstype__3.1.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "csstype", - "version": "3.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==", - "url": "https://registry.npmjs.org/csstype/-/csstype-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": true - } - }, - "npm__strip-indent__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "strip-indent", - "version": "3.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "min-indent": "1.0.1" - }, - "transitive_closure": { - "min-indent": [ - "1.0.1" - ], - "strip-indent": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fast-deep-equal": [ - "3.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__methods__1.1.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "methods", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "url": "https://registry.npmjs.org/methods/-/methods-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": true - } - }, - "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": true - } - }, - "npm__eslint-visitor-keys__2.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-visitor-keys", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-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": true - } - }, - "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": true - } - }, - "npm__p-locate__6.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "p-locate", - "version": "6.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "p-limit": "4.0.0" - }, - "transitive_closure": { - "p-limit": [ - "4.0.0" - ], - "p-locate": [ - "6.0.0" - ], - "yocto-queue": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__cliui__7.0.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "cliui", - "version": "7.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "url": "https://registry.npmjs.org/cliui/-/cliui-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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_humanwhocodes_object-schema__2.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@humanwhocodes/object-schema", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", - "url": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-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": true - } - }, - "npm__at_humanwhocodes_object-schema__2.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@humanwhocodes/object-schema", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==", - "url": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__fast-diff__1.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "fast-diff", - "version": "1.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fast-diff": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__busboy__1.6.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "busboy", - "version": "1.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", - "url": "https://registry.npmjs.org/busboy/-/busboy-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": true - } - }, - "npm__at_novnc_novnc__1.4.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@novnc/novnc", - "version": "1.4.0", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@novnc/novnc" - ] - }, - "deps": {}, - "transitive_closure": { - "@novnc/novnc": [ - "1.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_node__20.11.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/node", - "version": "20.11.6", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/node" - ] - }, - "integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==", - "url": "https://registry.npmjs.org/@types/node/-/node-20.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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_typescript-eslint_parser__5.44.0__-679725046": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@typescript-eslint/parser", - "version": "5.44.0_-679725046", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==", - "url": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.44.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "npm__crypt__0.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "crypt", - "version": "0.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", - "url": "https://registry.npmjs.org/crypt/-/crypt-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": true - } - }, - "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": true - } - }, - "npm__typedarray__0.0.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "typedarray", - "version": "0.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", - "url": "https://registry.npmjs.org/typedarray/-/typedarray-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__safe-regex-test__1.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "safe-regex-test", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", - "url": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-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": true - } - }, - "npm__eslint-plugin-react__7.31.11__eslint_8.52.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-plugin-react", - "version": "7.31.11_eslint_8.52.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "array-includes": "3.1.6", - "array.prototype.flatmap": "1.3.1", - "array.prototype.tosorted": "1.1.1", - "doctrine": "2.1.0", - "eslint": "8.52.0", - "estraverse": "5.3.0", - "jsx-ast-utils": "3.3.3", - "minimatch": "3.1.2", - "object.entries": "1.1.6", - "object.fromentries": "2.0.6", - "object.hasown": "1.1.2", - "object.values": "1.1.6", - "prop-types": "15.8.1", - "resolve": "2.0.0-next.4", - "semver": "6.3.1", - "string.prototype.matchall": "4.0.8" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "ajv": [ - "6.12.6" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "argparse": [ - "2.0.1" - ], - "array-includes": [ - "3.1.6" - ], - "array.prototype.flatmap": [ - "1.3.1" - ], - "array.prototype.tosorted": [ - "1.1.1" - ], - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "call-bind": [ - "1.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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "define-properties": [ - "1.1.4" - ], - "doctrine": [ - "2.1.0", - "3.0.0" - ], - "es-abstract": [ - "1.20.4" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "es-to-primitive": [ - "1.2.1" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-plugin-react": [ - "7.31.11_eslint_8.52.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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-core-module": [ - "2.11.0" - ], - "is-date-object": [ - "1.0.5" - ], - "is-extglob": [ - "2.1.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-path-inside": [ - "3.0.3" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "isexe": [ - "2.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "js-yaml": [ - "4.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "jsx-ast-utils": [ - "3.3.3" - ], - "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.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.entries": [ - "1.1.6" - ], - "object.fromentries": [ - "2.0.6" - ], - "object.hasown": [ - "1.1.2" - ], - "object.values": [ - "1.1.6" - ], - "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" - ], - "prelude-ls": [ - "1.2.1" - ], - "prop-types": [ - "15.8.1" - ], - "punycode": [ - "2.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "react-is": [ - "16.13.1" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "resolve": [ - "2.0.0-next.4" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "safe-regex-test": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "shebang-command": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.matchall": [ - "4.0.8" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "strip-ansi": [ - "6.0.1" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "text-table": [ - "0.2.0" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "unbox-primitive": [ - "1.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "which": [ - "2.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "wrappy": [ - "1.0.2" - ], - "yocto-queue": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-shared-array-buffer__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-shared-array-buffer", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "is-shared-array-buffer": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__minimatch__5.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "minimatch", - "version": "5.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", - "url": "https://registry.npmjs.org/minimatch/-/minimatch-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": true - } - }, - "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": true - } - }, - "npm__at_emotion_use-insertion-effect-with-fallbacks__1.0.1__react_18.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/use-insertion-effect-with-fallbacks", - "version": "1.0.1_react_18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==", - "url": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-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": true - } - }, - "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.2.0" - }, - "transitive_closure": { - "binary-extensions": [ - "2.2.0" - ], - "is-binary-path": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__call-bind__1.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "call-bind", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "url": "https://registry.npmjs.org/call-bind/-/call-bind-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": true - } - }, - "npm__acorn__8.10.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "acorn", - "version": "8.10.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "acorn": [ - "8.10.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__just-extend__6.2.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "just-extend", - "version": "6.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "just-extend": [ - "6.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "ajv": "6.12.6", - "debug": "4.3.4_supports-color_8.1.1", - "espree": "9.6.1", - "globals": "13.23.0", - "ignore": "5.2.4", - "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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "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.23.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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.1.1" - ], - "resolve-from": [ - "4.0.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "8.1.1" - ], - "type-fest": [ - "0.20.2" - ], - "uri-js": [ - "4.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ms": [ - "2.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__symbol-observable__4.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "symbol-observable", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==", - "url": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-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": true - } - }, - "npm__browser-stdout__1.3.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "browser-stdout", - "version": "1.3.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "browser-stdout": [ - "1.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "acorn": "8.10.0", - "acorn-jsx": "5.3.2_acorn_8.10.0", - "eslint-visitor-keys": "3.4.3" - }, - "transitive_closure": { - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__randombytes__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "randombytes", - "version": "2.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "safe-buffer": "5.2.1" - }, - "transitive_closure": { - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__babel-plugin-macros__3.1.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "babel-plugin-macros", - "version": "3.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "url": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-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": true - } - }, - "npm__at_typescript-eslint_visitor-keys__5.44.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@typescript-eslint/visitor-keys", - "version": "5.44.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/types": "5.44.0", - "eslint-visitor-keys": "3.4.3" - }, - "transitive_closure": { - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "eslint-visitor-keys": [ - "3.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mime-db": [ - "1.52.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__duplexer__0.1.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "duplexer", - "version": "0.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "duplexer": [ - "0.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-exists": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__eslint-module-utils__2.7.4__-814034063": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-module-utils", - "version": "2.7.4_-814034063", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", - "url": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__typescript__5.3.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "typescript", - "version": "5.3.3", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "typescript" - ] - }, - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", - "url": "https://registry.npmjs.org/typescript/-/typescript-5.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": true - } - }, - "npm__crypt__0.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "crypt", - "version": "0.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "crypt": [ - "0.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-plugin-promise__6.1.1__eslint_8.52.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "eslint-plugin-promise", - "version": "6.1.1_eslint_8.52.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==", - "url": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-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": true - } - }, - "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.23.6" - }, - "transitive_closure": { - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/types": [ - "7.23.6" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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.9.1" - ], - "@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.2" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "imurmurhash": [ - "0.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_floating-ui_dom__1.6.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@floating-ui/dom", - "version": "1.6.1", - "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.1" - ], - "@floating-ui/utils": [ - "0.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__browserslist__4.21.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "browserslist", - "version": "4.21.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", - "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.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": true - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "eslint-plugin-prettier" - ] - }, - "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.9.1" - ], - "@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.2" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@pkgr/core": [ - "0.1.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "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.2.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_plugin-transform-react-jsx__7.23.4__at_babel_core_7.20.2__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.20.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.20.2", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-module-imports": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-jsx": "7.23.3_at_babel_core_7.20.2", - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@ampproject/remapping": [ - "2.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/compat-data": [ - "7.20.1" - ], - "@babel/core": [ - "7.20.2" - ], - "@babel/generator": [ - "7.23.6" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-compilation-targets": [ - "7.20.0_at_babel_core_7.20.2" - ], - "@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.22.15" - ], - "@babel/helper-module-transforms": [ - "7.20.2" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-simple-access": [ - "7.20.2" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.20.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.20.2" - ], - "@babel/plugin-transform-react-jsx": [ - "7.23.4_at_babel_core_7.20.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.1.1", - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "semver": [ - "6.3.1" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_memoize__0.8.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/memoize", - "version": "0.8.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==", - "url": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.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": true - } - }, - "npm__convert-source-map__1.9.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "convert-source-map", - "version": "1.9.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "url": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-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": true - } - }, - "npm__workerpool__6.2.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "workerpool", - "version": "6.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==", - "url": "https://registry.npmjs.org/workerpool/-/workerpool-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": true - } - }, - "npm__mocha__10.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "mocha", - "version": "10.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "mocha" - ] - }, - "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==", - "url": "https://registry.npmjs.org/mocha/-/mocha-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": true - } - }, - "npm__which-collection__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "which-collection", - "version": "1.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "is-map": "2.0.2", - "is-set": "2.0.2", - "is-weakmap": "2.0.1", - "is-weakset": "2.0.2" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "is-map": [ - "2.0.2" - ], - "is-set": [ - "2.0.2" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "which-collection": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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.7" - }, - "transitive_closure": { - "minimist": [ - "1.2.7" - ], - "mkdirp": [ - "0.5.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_weak-memoize__0.3.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/weak-memoize", - "version": "0.3.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@emotion/weak-memoize": [ - "0.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_jest__29.5.11": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/jest", - "version": "29.5.11", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/jest" - ] - }, - "integrity": "sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==", - "url": "https://registry.npmjs.org/@types/jest/-/jest-29.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": true - } - }, - "npm__has__1.0.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "has", - "version": "1.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "url": "https://registry.npmjs.org/has/-/has-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "1.13.0" - }, - "transitive_closure": { - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "fastq": [ - "1.13.0" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__cliui__7.0.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "cliui", - "version": "7.0.4", - "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": [ - "7.0.4" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__finalhandler__1.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "finalhandler", - "version": "1.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "url": "https://registry.npmjs.org/finalhandler/-/finalhandler-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": true - } - }, - "npm__jsx-ast-utils__3.3.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "jsx-ast-utils", - "version": "3.3.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "array-includes": "3.1.6", - "object.assign": "4.1.4" - }, - "transitive_closure": { - "array-includes": [ - "3.1.6" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "jsx-ast-utils": [ - "3.3.3" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__resolve__2.0.0-next.4": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "resolve", - "version": "2.0.0-next.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", - "url": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.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": true - } - }, - "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": true - } - }, - "npm__fast-glob__3.2.12__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "fast-glob", - "version": "3.2.12", - "dev": true, - "root_package": "", - "link_packages": {}, - "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.2.12" - ], - "fastq": [ - "1.13.0" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__function-bind__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "function-bind", - "version": "1.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "function-bind": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__es-shim-unscopables__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "es-shim-unscopables", - "version": "1.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "has": "1.0.3" - }, - "transitive_closure": { - "es-shim-unscopables": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_plugin-syntax-jsx__7.23.3__at_babel_core_7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/plugin-syntax-jsx", - "version": "7.23.3_at_babel_core_7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-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": true - } - }, - "npm__jszip__3.10.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "jszip", - "version": "3.10.1", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "jszip" - ] - }, - "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", - "url": "https://registry.npmjs.org/jszip/-/jszip-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": true - } - }, - "npm__at_wry_trie__0.5.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@wry/trie", - "version": "0.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==", - "url": "https://registry.npmjs.org/@wry/trie/-/trie-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "negotiator": [ - "0.6.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__estraverse__4.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "estraverse", - "version": "4.3.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "estraverse": [ - "4.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_helper-compilation-targets__7.20.0__at_babel_core_7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/helper-compilation-targets", - "version": "7.20.0_at_babel_core_7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", - "url": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "unpipe": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__append-field__1.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "append-field", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==", - "url": "https://registry.npmjs.org/append-field/-/append-field-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": true - } - }, - "npm__graphql-tag__2.12.6__graphql_16.8.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "graphql-tag", - "version": "2.12.6_graphql_16.8.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", - "url": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.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": true - } - }, - "npm__streamsearch__1.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "streamsearch", - "version": "1.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "streamsearch": [ - "1.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_utils__5.15.8__-417419281__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@mui/utils", - "version": "5.15.8_-417419281", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/runtime": "7.23.9", - "@types/prop-types": "15.7.11", - "@types/react": "18.2.70", - "prop-types": "15.8.1", - "react": "18.2.0", - "react-is": "18.2.0" - }, - "transitive_closure": { - "@babel/runtime": [ - "7.23.9" - ], - "@mui/utils": [ - "5.15.8_-417419281" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/scheduler": [ - "0.16.2" - ], - "csstype": [ - "3.1.2" - ], - "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", - "18.2.0" - ], - "regenerator-runtime": [ - "0.14.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__jest-diff__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "jest-diff", - "version": "29.7.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "chalk": "4.1.2", - "diff-sequences": "29.6.3", - "jest-get-type": "29.6.3", - "pretty-format": "29.7.0" - }, - "transitive_closure": { - "@jest/schemas": [ - "29.6.3" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "ansi-styles": [ - "4.3.0", - "5.2.0" - ], - "chalk": [ - "4.1.2" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "diff-sequences": [ - "29.6.3" - ], - "has-flag": [ - "4.0.0" - ], - "jest-diff": [ - "29.7.0" - ], - "jest-get-type": [ - "29.6.3" - ], - "pretty-format": [ - "29.7.0" - ], - "react-is": [ - "18.2.0" - ], - "supports-color": [ - "7.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_testing-library_dom__9.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@testing-library/dom", - "version": "9.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Dffe68pGwI6WlLRYR2I0piIkyole9cSBH5jGQKCGMRpHW5RHCqAUaqc2Kv0tUyd4dU4DLPKhJIjyKOnjv4tuUw==", - "url": "https://registry.npmjs.org/@testing-library/dom/-/dom-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "get-intrinsic": "1.1.3" - }, - "transitive_closure": { - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_typescript-eslint_parser__5.44.0__-679725046__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@typescript-eslint/parser", - "version": "5.44.0_-679725046", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/scope-manager": "5.44.0", - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/typescript-estree": "5.44.0_typescript_5.3.3", - "debug": "4.3.4_supports-color_8.1.1", - "eslint": "8.52.0", - "typescript": "5.3.3" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@typescript-eslint/parser": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "dir-glob": [ - "3.0.1" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.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.2.12" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "globby": [ - "11.1.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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" - ], - "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.1.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.5.4" - ], - "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", - "8.1.1" - ], - "text-table": [ - "0.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "typescript": [ - "5.3.3" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_utils__1.2.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/utils", - "version": "1.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@emotion/utils": [ - "1.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_mui_types__7.2.13__at_types_react_18.2.70": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@mui/types", - "version": "7.2.13_at_types_react_18.2.70", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qP9OgacN62s+l8rdDhSFRe05HWtLLJ5TGclC9I1+tQngbssu0m2dmFZs+Px53AcOs9fD7TbYd4gc9AXzVqO/+g==", - "url": "https://registry.npmjs.org/@mui/types/-/types-7.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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_babel_template__7.22.15__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/template", - "version": "7.22.15", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.23.5", - "@babel/parser": "7.23.6", - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.6" - ], - "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" - ], - "supports-color": [ - "5.5.0" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__symbol-observable__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "symbol-observable", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "symbol-observable": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__browserslist__4.21.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "browserslist", - "version": "4.21.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "caniuse-lite": "1.0.30001434", - "electron-to-chromium": "1.4.284", - "node-releases": "2.0.6", - "update-browserslist-db": "1.0.10_browserslist_4.21.4" - }, - "transitive_closure": { - "browserslist": [ - "4.21.4" - ], - "caniuse-lite": [ - "1.0.30001434" - ], - "electron-to-chromium": [ - "1.4.284" - ], - "escalade": [ - "3.1.1" - ], - "node-releases": [ - "2.0.6" - ], - "picocolors": [ - "1.0.0" - ], - "update-browserslist-db": [ - "1.0.10_browserslist_4.21.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__resolve__1.22.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "resolve", - "version": "1.22.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "is-core-module": "2.11.0", - "path-parse": "1.0.7", - "supports-preserve-symlinks-flag": "1.0.0" - }, - "transitive_closure": { - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "is-core-module": [ - "2.11.0" - ], - "path-parse": [ - "1.0.7" - ], - "resolve": [ - "1.22.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__graphql.macro__1.4.2__2109932580": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "graphql.macro", - "version": "1.4.2_2109932580", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "graphql.macro" - ] - }, - "integrity": "sha512-vcIaStPgS65gp5i1M3DSBimNVkyus0Z7k4VObWAyZS319tKlpX/TEIJSWTgOZU5k8dn4RRzGoS/elQhX2E6yBw==", - "url": "https://registry.npmjs.org/graphql.macro/-/graphql.macro-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": true - } - }, - "npm__at_babel_helper-plugin-utils__7.22.5__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/helper-plugin-utils", - "version": "7.22.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/helper-plugin-utils": [ - "7.22.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-unicode-supported": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__has-property-descriptors__1.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "has-property-descriptors", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "url": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-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": true - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "eslint-config-prettier" - ] - }, - "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.9.1" - ], - "@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.2" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__dom-accessibility-api__0.6.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "dom-accessibility-api", - "version": "0.6.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==", - "url": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-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": true - } - }, - "npm__path-exists__5.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "path-exists", - "version": "5.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-exists": [ - "5.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__methods__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "methods", - "version": "1.1.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "methods": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/plugin-transform-react-jsx-development", - "version": "7.22.5_at_babel_core_7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-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": true - } - }, - "npm__eslint-scope__5.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-scope", - "version": "5.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "esrecurse": "4.3.0", - "estraverse": "4.3.0" - }, - "transitive_closure": { - "eslint-scope": [ - "5.1.1" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "4.3.0", - "5.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "pify": [ - "4.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__escalade__3.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "escalade", - "version": "3.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "escalade": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_babel_helper-module-transforms__7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/helper-module-transforms", - "version": "7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", - "url": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.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": true - } - }, - "npm__at_babel_helper-module-imports__7.22.15__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/helper-module-imports", - "version": "7.22.15", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.6" - }, - "transitive_closure": { - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/types": [ - "7.23.6" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__ipaddr.js__1.9.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "ipaddr.js", - "version": "1.9.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ipaddr.js": [ - "1.9.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_testing-library_react__14.1.2__react-dom_18.2.0__react_18.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@testing-library/react", - "version": "14.1.2_react-dom_18.2.0__react_18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@testing-library/react" - ] - }, - "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", - "url": "https://registry.npmjs.org/@testing-library/react/-/react-14.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": true - } - }, - "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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_mui_system__5.15.8__-2142102650__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@mui/system", - "version": "5.15.8_-2142102650", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/runtime": "7.23.9", - "@emotion/react": "11.11.3_-417419281", - "@emotion/styled": "11.11.0_602490610", - "@mui/private-theming": "5.15.8_-417419281", - "@mui/styled-engine": "5.15.8_602618506", - "@mui/types": "7.2.13_at_types_react_18.2.70", - "@mui/utils": "5.15.8_-417419281", - "@types/react": "18.2.70", - "clsx": "2.1.0", - "csstype": "3.1.2", - "prop-types": "15.8.1", - "react": "18.2.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@babel/types": [ - "7.23.6" - ], - "@emotion/babel-plugin": [ - "11.11.0" - ], - "@emotion/cache": [ - "11.11.0" - ], - "@emotion/hash": [ - "0.9.1" - ], - "@emotion/is-prop-valid": [ - "1.2.1" - ], - "@emotion/memoize": [ - "0.8.1" - ], - "@emotion/react": [ - "11.11.3_-417419281" - ], - "@emotion/serialize": [ - "1.1.3" - ], - "@emotion/sheet": [ - "1.2.2" - ], - "@emotion/styled": [ - "11.11.0_602490610" - ], - "@emotion/unitless": [ - "0.8.1" - ], - "@emotion/use-insertion-effect-with-fallbacks": [ - "1.0.1_react_18.2.0" - ], - "@emotion/utils": [ - "1.2.1" - ], - "@emotion/weak-memoize": [ - "0.3.1" - ], - "@mui/private-theming": [ - "5.15.8_-417419281" - ], - "@mui/styled-engine": [ - "5.15.8_602618506" - ], - "@mui/system": [ - "5.15.8_-2142102650" - ], - "@mui/types": [ - "7.2.13_at_types_react_18.2.70" - ], - "@mui/utils": [ - "5.15.8_-417419281" - ], - "@types/parse-json": [ - "4.0.0" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/scheduler": [ - "0.16.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "clsx": [ - "2.1.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "cosmiconfig": [ - "7.1.0" - ], - "csstype": [ - "3.1.2" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5", - "4.0.0" - ], - "find-root": [ - "1.1.0" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0" - ], - "hoist-non-react-statics": [ - "3.3.2" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "loose-envify": [ - "1.4.0" - ], - "object-assign": [ - "4.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "prop-types": [ - "15.8.1" - ], - "react": [ - "18.2.0" - ], - "react-is": [ - "16.13.1", - "18.2.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "source-map": [ - "0.5.7" - ], - "stylis": [ - "4.2.0" - ], - "supports-color": [ - "5.5.0" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "to-fast-properties": [ - "2.0.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__eslint-plugin-es__3.0.1__eslint_8.57.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-plugin-es", - "version": "3.0.1_eslint_8.57.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.57.0", - "eslint-utils": "2.1.0", - "regexpp": "3.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.9.1" - ], - "@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.2" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.57.0" - ], - "eslint-plugin-es": [ - "3.0.1_eslint_8.57.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-utils": [ - "2.1.0" - ], - "eslint-visitor-keys": [ - "1.3.0", - "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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "regexpp": [ - "3.2.0" - ], - "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", - "8.1.1" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__redent__3.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "redent", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "url": "https://registry.npmjs.org/redent/-/redent-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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__serve-index__1.9.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "serve-index", - "version": "1.9.1", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "serve-index" - ] - }, - "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", - "url": "https://registry.npmjs.org/serve-index/-/serve-index-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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_wry_trie__0.5.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@wry/trie", - "version": "0.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "2.6.2" - }, - "transitive_closure": { - "@wry/trie": [ - "0.5.0" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "prelude-ls": [ - "1.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_floating-ui_react-dom__2.0.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": "@floating-ui/react-dom", - "version": "2.0.8_react-dom_18.2.0__react_18.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@floating-ui/dom": "1.6.1", - "react": "18.2.0", - "react-dom": "18.2.0_react_18.2.0" - }, - "transitive_closure": { - "@floating-ui/core": [ - "1.6.0" - ], - "@floating-ui/dom": [ - "1.6.1" - ], - "@floating-ui/react-dom": [ - "2.0.8_react-dom_18.2.0__react_18.2.0" - ], - "@floating-ui/utils": [ - "0.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" - ], - "scheduler": [ - "0.23.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_sinonjs_text-encoding__0.7.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@sinonjs/text-encoding", - "version": "0.7.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==", - "url": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.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": true - } - }, - "npm__at_babel_traverse__7.23.7__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@babel/traverse", - "version": "7.23.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.23.5", - "@babel/generator": "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-split-export-declaration": "7.22.6", - "@babel/parser": "7.23.6", - "@babel/types": "7.23.6", - "debug": "4.3.4_supports-color_8.1.1", - "globals": "11.12.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "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-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/parser": [ - "7.23.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.7" - ], - "@babel/types": [ - "7.23.6" - ], - "@jridgewell/gen-mapping": [ - "0.3.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.0" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.14" - ], - "@jridgewell/trace-mapping": [ - "0.3.20" - ], - "ansi-styles": [ - "3.2.1" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "globals": [ - "11.12.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "js-tokens": [ - "4.0.0" - ], - "jsesc": [ - "2.5.2" - ], - "ms": [ - "2.1.2" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__acorn-jsx__5.3.2__acorn_8.10.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "acorn-jsx", - "version": "5.3.2_acorn_8.10.0", - "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": true - } - }, - "npm__express__4.19.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "express", - "version": "4.19.2", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "express" - ] - }, - "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", - "url": "https://registry.npmjs.org/express/-/express-4.19.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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@humanwhocodes/object-schema": "2.0.2", - "debug": "4.3.4_supports-color_8.1.1", - "minimatch": "3.1.2" - }, - "transitive_closure": { - "@humanwhocodes/config-array": [ - "0.11.14" - ], - "@humanwhocodes/object-schema": [ - "2.0.2" - ], - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "concat-map": [ - "0.0.1" - ], - "debug": [ - "4.3.4_supports-color_8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "minimatch": [ - "3.1.2" - ], - "ms": [ - "2.1.2" - ], - "supports-color": [ - "8.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__diff__5.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "diff", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", - "url": "https://registry.npmjs.org/diff/-/diff-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": true - } - }, - "npm__ignore__5.2.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "ignore", - "version": "5.2.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ignore": [ - "5.2.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__array.prototype.tosorted__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "array.prototype.tosorted", - "version": "1.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4", - "es-shim-unscopables": "1.0.0", - "get-intrinsic": "1.1.3" - }, - "transitive_closure": { - "array.prototype.tosorted": [ - "1.1.1" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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.11.6", - "chalk": "4.1.2", - "ci-info": "3.9.0", - "graceful-fs": "4.2.10", - "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.11.6" - ], - "@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.10" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_babel_helper-simple-access__7.20.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/helper-simple-access", - "version": "7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", - "url": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.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": true - } - }, - "npm__at_types_prop-types__15.7.11": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/prop-types", - "version": "15.7.11", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==", - "url": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "normalize-path": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_typescript-eslint_type-utils__5.44.0__-679725046": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@typescript-eslint/type-utils", - "version": "5.44.0_-679725046", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==", - "url": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "npm__function-bind__1.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "function-bind", - "version": "1.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "url": "https://registry.npmjs.org/function-bind/-/function-bind-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": true - } - }, - "npm__is-weakset__2.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-weakset", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", - "url": "https://registry.npmjs.org/is-weakset/-/is-weakset-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": true - } - }, - "npm__has-property-descriptors__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "has-property-descriptors", - "version": "1.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "get-intrinsic": "1.1.3" - }, - "transitive_closure": { - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__resolve__1.22.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "resolve", - "version": "1.22.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "url": "https://registry.npmjs.org/resolve/-/resolve-1.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": true - } - }, - "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": true - } - }, - "npm__at_babel_helper-module-imports__7.22.15": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/helper-module-imports", - "version": "7.22.15", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", - "url": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__locate-path__7.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "locate-path", - "version": "7.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "p-locate": "6.0.0" - }, - "transitive_closure": { - "locate-path": [ - "7.1.1" - ], - "p-limit": [ - "4.0.0" - ], - "p-locate": [ - "6.0.0" - ], - "yocto-queue": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__nise__5.1.7__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "nise", - "version": "5.1.7", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@sinonjs/commons": "3.0.0", - "@sinonjs/fake-timers": "11.2.2", - "@sinonjs/text-encoding": "0.7.2", - "just-extend": "6.2.0", - "path-to-regexp": "6.2.1" - }, - "transitive_closure": { - "@sinonjs/commons": [ - "3.0.0" - ], - "@sinonjs/fake-timers": [ - "11.2.2" - ], - "@sinonjs/text-encoding": [ - "0.7.2" - ], - "just-extend": [ - "6.2.0" - ], - "nise": [ - "5.1.7" - ], - "path-to-regexp": [ - "6.2.1" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__lodash.get__4.4.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "lodash.get", - "version": "4.4.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", - "url": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.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": true - } - }, - "npm__sinon__17.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "sinon", - "version": "17.0.1", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "sinon" - ] - }, - "deps": { - "@sinonjs/commons": "3.0.0", - "@sinonjs/fake-timers": "11.2.2", - "@sinonjs/samsam": "8.0.0", - "diff": "5.1.0", - "nise": "5.1.7", - "supports-color": "7.2.0" - }, - "transitive_closure": { - "@sinonjs/commons": [ - "2.0.0", - "3.0.0" - ], - "@sinonjs/fake-timers": [ - "11.2.2" - ], - "@sinonjs/samsam": [ - "8.0.0" - ], - "@sinonjs/text-encoding": [ - "0.7.2" - ], - "diff": [ - "5.1.0" - ], - "has-flag": [ - "4.0.0" - ], - "just-extend": [ - "6.2.0" - ], - "lodash.get": [ - "4.4.2" - ], - "nise": [ - "5.1.7" - ], - "path-to-regexp": [ - "6.2.1" - ], - "sinon": [ - "17.0.1" - ], - "supports-color": [ - "7.2.0" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_emotion_hash__0.9.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/hash", - "version": "0.9.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==", - "url": "https://registry.npmjs.org/@emotion/hash/-/hash-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__graceful-fs__4.2.10": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "graceful-fs", - "version": "4.2.10", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", - "url": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.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": true - } - }, - "npm__punycode__2.1.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "punycode", - "version": "2.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "punycode": [ - "2.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__safe-regex-test__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "safe-regex-test", - "version": "1.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "get-intrinsic": "1.1.3", - "is-regex": "1.1.4" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-regex": [ - "1.1.4" - ], - "safe-regex-test": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "path-browserify" - ] - }, - "deps": {}, - "transitive_closure": { - "path-browserify": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__array.prototype.flat__1.3.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "array.prototype.flat", - "version": "1.3.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.1.4", - "es-abstract": "1.20.4", - "es-shim-unscopables": "1.0.0" - }, - "transitive_closure": { - "array.prototype.flat": [ - "1.3.1" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.1.4" - ], - "es-abstract": [ - "1.20.4" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "safe-regex-test": [ - "1.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__ejs__3.1.8__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "ejs", - "version": "3.1.8", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "jake": "10.8.5" - }, - "transitive_closure": { - "ansi-styles": [ - "4.3.0" - ], - "async": [ - "3.2.4" - ], - "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.8" - ], - "filelist": [ - "1.0.4" - ], - "has-flag": [ - "4.0.0" - ], - "jake": [ - "10.8.5" - ], - "minimatch": [ - "3.1.2", - "5.1.0" - ], - "supports-color": [ - "7.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__http-errors__1.6.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "http-errors", - "version": "1.6.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "depd": "1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": "1.5.0" - }, - "transitive_closure": { - "depd": [ - "1.1.2" - ], - "http-errors": [ - "1.6.3" - ], - "inherits": [ - "2.0.3" - ], - "setprototypeof": [ - "1.1.0" - ], - "statuses": [ - "1.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__has-tostringtag__1.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "has-tostringtag", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "url": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__proxy-addr__2.0.7__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "proxy-addr", - "version": "2.0.7", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "transitive_closure": { - "forwarded": [ - "0.2.0" - ], - "ipaddr.js": [ - "1.9.1" - ], - "proxy-addr": [ - "2.0.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_plugin-transform-react-jsx__7.23.4__at_babel_core_7.20.2": { - "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.20.2", - "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": true - } - }, - "npm__flat-cache__3.0.4__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "flat-cache", - "version": "3.0.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "flatted": "3.2.7", - "rimraf": "3.0.2" - }, - "transitive_closure": { - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "concat-map": [ - "0.0.1" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_react-transition-group__4.4.10": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/react-transition-group", - "version": "4.4.10", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==", - "url": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "p-try": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_mui_material__5.15.7__1946909678__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@mui/material", - "version": "5.15.7_1946909678", - "dev": false, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@mui/material" - ] - }, - "deps": { - "@babel/runtime": "7.23.9", - "@emotion/react": "11.11.3_-417419281", - "@emotion/styled": "11.11.0_602490610", - "@mui/base": "5.0.0-beta.34_456992791", - "@mui/core-downloads-tracker": "5.15.8", - "@mui/system": "5.15.8_-2142102650", - "@mui/types": "7.2.13_at_types_react_18.2.70", - "@mui/utils": "5.15.8_-417419281", - "@types/react": "18.2.70", - "@types/react-transition-group": "4.4.10", - "clsx": "2.1.0", - "csstype": "3.1.2", - "prop-types": "15.8.1", - "react": "18.2.0", - "react-dom": "18.2.0_react_18.2.0", - "react-is": "18.2.0", - "react-transition-group": "4.4.5_react-dom_18.2.0__react_18.2.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@babel/types": [ - "7.23.6" - ], - "@emotion/babel-plugin": [ - "11.11.0" - ], - "@emotion/cache": [ - "11.11.0" - ], - "@emotion/hash": [ - "0.9.1" - ], - "@emotion/is-prop-valid": [ - "1.2.1" - ], - "@emotion/memoize": [ - "0.8.1" - ], - "@emotion/react": [ - "11.11.3_-417419281" - ], - "@emotion/serialize": [ - "1.1.3" - ], - "@emotion/sheet": [ - "1.2.2" - ], - "@emotion/styled": [ - "11.11.0_602490610" - ], - "@emotion/unitless": [ - "0.8.1" - ], - "@emotion/use-insertion-effect-with-fallbacks": [ - "1.0.1_react_18.2.0" - ], - "@emotion/utils": [ - "1.2.1" - ], - "@emotion/weak-memoize": [ - "0.3.1" - ], - "@floating-ui/core": [ - "1.6.0" - ], - "@floating-ui/dom": [ - "1.6.1" - ], - "@floating-ui/react-dom": [ - "2.0.8_react-dom_18.2.0__react_18.2.0" - ], - "@floating-ui/utils": [ - "0.2.1" - ], - "@mui/base": [ - "5.0.0-beta.34_456992791" - ], - "@mui/core-downloads-tracker": [ - "5.15.8" - ], - "@mui/material": [ - "5.15.7_1946909678" - ], - "@mui/private-theming": [ - "5.15.8_-417419281" - ], - "@mui/styled-engine": [ - "5.15.8_602618506" - ], - "@mui/system": [ - "5.15.8_-2142102650" - ], - "@mui/types": [ - "7.2.13_at_types_react_18.2.70" - ], - "@mui/utils": [ - "5.15.8_-417419281" - ], - "@popperjs/core": [ - "2.11.8" - ], - "@types/parse-json": [ - "4.0.0" - ], - "@types/prop-types": [ - "15.7.11" - ], - "@types/react": [ - "18.2.70" - ], - "@types/react-transition-group": [ - "4.4.10" - ], - "@types/scheduler": [ - "0.16.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "clsx": [ - "2.1.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "cosmiconfig": [ - "7.1.0" - ], - "csstype": [ - "3.1.2" - ], - "dom-helpers": [ - "5.2.1" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5", - "4.0.0" - ], - "find-root": [ - "1.1.0" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0" - ], - "hoist-non-react-statics": [ - "3.3.2" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "loose-envify": [ - "1.4.0" - ], - "object-assign": [ - "4.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "prop-types": [ - "15.8.1" - ], - "react": [ - "18.2.0" - ], - "react-dom": [ - "18.2.0_react_18.2.0" - ], - "react-is": [ - "16.13.1", - "18.2.0" - ], - "react-transition-group": [ - "4.4.5_react-dom_18.2.0__react_18.2.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "scheduler": [ - "0.23.0" - ], - "source-map": [ - "0.5.7" - ], - "stylis": [ - "4.2.0" - ], - "supports-color": [ - "5.5.0" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "to-fast-properties": [ - "2.0.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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.23.5", - "@jest/types": "29.6.3", - "@types/stack-utils": "2.0.3", - "chalk": "4.1.2", - "graceful-fs": "4.2.10", - "micromatch": "4.0.5", - "pretty-format": "29.7.0", - "slash": "3.0.0", - "stack-utils": "2.0.6" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@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.11.6" - ], - "@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.10" - ], - "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" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__chalk__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "chalk", - "version": "3.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "ansi-styles": "4.3.0", - "supports-color": "7.2.0" - }, - "transitive_closure": { - "ansi-styles": [ - "4.3.0" - ], - "chalk": [ - "3.0.0" - ], - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-negative-zero__2.0.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-negative-zero", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "url": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-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": true - } - }, - "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": true - } - }, - "npm__gzip-size__6.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "gzip-size", - "version": "6.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "duplexer": "0.1.2" - }, - "transitive_closure": { - "duplexer": [ - "0.1.2" - ], - "gzip-size": [ - "6.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__object.fromentries__2.0.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "object.fromentries", - "version": "2.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", - "url": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "reusify": [ - "1.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__cookie-signature__1.0.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "cookie-signature", - "version": "1.0.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "cookie-signature": [ - "1.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__dom-accessibility-api__0.6.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "dom-accessibility-api", - "version": "0.6.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "dom-accessibility-api": [ - "0.6.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__min-indent__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "min-indent", - "version": "1.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "min-indent": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__browser-stdout__1.3.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "browser-stdout", - "version": "1.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", - "url": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-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": true - } - }, - "npm__tsconfig-paths__3.14.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "tsconfig-paths", - "version": "3.14.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==", - "url": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-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": true - } - }, - "npm__charenc__0.0.2__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "charenc", - "version": "0.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "charenc": [ - "0.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__inherits__2.0.3": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "inherits", - "version": "2.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", - "url": "https://registry.npmjs.org/inherits/-/inherits-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": true - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_wry_equality__0.5.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@wry/equality", - "version": "0.5.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-D46sfMTngaYlrH+OspKf8mIJETntFnf6Hsjb0V41jAXJ7Bx2kB8Rv8RCUujuVWYttFtHkUNp7g+FwxNQAr6mXA==", - "url": "https://registry.npmjs.org/@wry/equality/-/equality-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": true - } - }, - "npm__append-field__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "append-field", - "version": "1.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "append-field": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_types_semver__7.3.13": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/semver", - "version": "7.3.13", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", - "url": "https://registry.npmjs.org/@types/semver/-/semver-7.3.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": true - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "strip-json-comments": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_emotion_cache__11.11.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@emotion/cache", - "version": "11.11.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==", - "url": "https://registry.npmjs.org/@emotion/cache/-/cache-11.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": true - } - }, - "npm__at_types_react__18.2.70": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@types/react", - "version": "18.2.70", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@types/react" - ] - }, - "integrity": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==", - "url": "https://registry.npmjs.org/@types/react/-/react-18.2.70.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "npm__ejs__3.1.8": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "ejs", - "version": "3.1.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", - "url": "https://registry.npmjs.org/ejs/-/ejs-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": true - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__get-intrinsic__1.1.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "get-intrinsic", - "version": "1.1.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "function-bind": "1.1.1", - "has": "1.0.3", - "has-symbols": "1.0.3" - }, - "transitive_closure": { - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-weakmap__2.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-weakmap", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", - "url": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-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": true - } - }, - "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": true - } - }, - "npm__at_jest_expect-utils__29.7.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@jest/expect-utils", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", - "url": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "lodash": [ - "4.17.21" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__btoa__1.2.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "btoa", - "version": "1.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "btoa": [ - "1.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "buffer-from": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__parse-ms__4.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "parse-ms", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==", - "url": "https://registry.npmjs.org/parse-ms/-/parse-ms-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": true - } - }, - "npm__eslint-utils__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-utils", - "version": "2.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint-visitor-keys": "1.3.0" - }, - "transitive_closure": { - "eslint-utils": [ - "2.1.0" - ], - "eslint-visitor-keys": [ - "1.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_testing-library_user-event__14.5.2__at_testing-library_dom_9.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@testing-library/user-event", - "version": "14.5.2_at_testing-library_dom_9.3.0", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@testing-library/user-event" - ] - }, - "deps": { - "@testing-library/dom": "9.3.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@testing-library/dom": [ - "9.3.0" - ], - "@testing-library/user-event": [ - "14.5.2_at_testing-library_dom_9.3.0" - ], - "@types/aria-query": [ - "5.0.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "3.2.1", - "4.3.0", - "5.2.0" - ], - "aria-query": [ - "5.1.3" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "call-bind": [ - "1.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" - ], - "deep-equal": [ - "2.1.0" - ], - "define-properties": [ - "1.1.4" - ], - "dom-accessibility-api": [ - "0.5.14" - ], - "es-get-iterator": [ - "1.1.2" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "for-each": [ - "0.3.3" - ], - "function-bind": [ - "1.1.1" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-arguments": [ - "1.1.1" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-map": [ - "2.0.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-set": [ - "2.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-typed-array": [ - "1.1.10" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "isarray": [ - "2.0.5" - ], - "js-tokens": [ - "4.0.0" - ], - "lz-string": [ - "1.5.0" - ], - "object-inspect": [ - "1.12.2" - ], - "object-is": [ - "1.1.5" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "pretty-format": [ - "27.5.1" - ], - "react-is": [ - "17.0.2" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "side-channel": [ - "1.0.4" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "which-collection": [ - "1.0.1" - ], - "which-typed-array": [ - "1.1.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_babel_types__7.23.6": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@babel/types", - "version": "7.23.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", - "url": "https://registry.npmjs.org/@babel/types/-/types-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": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "tslib": [ - "1.14.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true - } - }, - "npm__at_testing-library_jest-dom__6.3.0__at_types_jest_29.5.11__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@testing-library/jest-dom", - "version": "6.3.0_at_types_jest_29.5.11", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/grid-ui": [ - "@testing-library/jest-dom" - ] - }, - "deps": { - "@adobe/css-tools": "4.3.2", - "@babel/runtime": "7.23.9", - "@types/jest": "29.5.11", - "aria-query": "5.1.3", - "chalk": "3.0.0", - "css.escape": "1.5.1", - "dom-accessibility-api": "0.6.3", - "lodash": "4.17.21", - "redent": "3.0.0" - }, - "transitive_closure": { - "@adobe/css-tools": [ - "4.3.2" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@jest/expect-utils": [ - "29.7.0" - ], - "@jest/schemas": [ - "29.6.3" - ], - "@jest/types": [ - "29.6.3" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@testing-library/jest-dom": [ - "6.3.0_at_types_jest_29.5.11" - ], - "@types/istanbul-lib-coverage": [ - "2.0.6" - ], - "@types/istanbul-lib-report": [ - "3.0.3" - ], - "@types/istanbul-reports": [ - "3.0.4" - ], - "@types/jest": [ - "29.5.11" - ], - "@types/node": [ - "20.11.6" - ], - "@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" - ], - "aria-query": [ - "5.1.3" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "braces": [ - "3.0.2" - ], - "call-bind": [ - "1.0.2" - ], - "chalk": [ - "2.4.2", - "3.0.0", - "4.1.2" - ], - "ci-info": [ - "3.9.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "css.escape": [ - "1.5.1" - ], - "deep-equal": [ - "2.1.0" - ], - "define-properties": [ - "1.1.4" - ], - "diff-sequences": [ - "29.6.3" - ], - "dom-accessibility-api": [ - "0.6.3" - ], - "es-get-iterator": [ - "1.1.2" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "expect": [ - "29.7.0" - ], - "fill-range": [ - "7.0.1" - ], - "for-each": [ - "0.3.3" - ], - "function-bind": [ - "1.1.1" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "gopd": [ - "1.0.1" - ], - "graceful-fs": [ - "4.2.10" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "indent-string": [ - "4.0.0" - ], - "is-arguments": [ - "1.1.1" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-date-object": [ - "1.0.5" - ], - "is-map": [ - "2.0.2" - ], - "is-number": [ - "7.0.0" - ], - "is-number-object": [ - "1.0.7" - ], - "is-regex": [ - "1.1.4" - ], - "is-set": [ - "2.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-typed-array": [ - "1.1.10" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "isarray": [ - "2.0.5" - ], - "jest-diff": [ - "29.7.0" - ], - "jest-get-type": [ - "29.6.3" - ], - "jest-matcher-utils": [ - "29.7.0" - ], - "jest-message-util": [ - "29.7.0" - ], - "jest-util": [ - "29.7.0" - ], - "js-tokens": [ - "4.0.0" - ], - "lodash": [ - "4.17.21" - ], - "micromatch": [ - "4.0.5" - ], - "min-indent": [ - "1.0.1" - ], - "object-inspect": [ - "1.12.2" - ], - "object-is": [ - "1.1.5" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "picomatch": [ - "2.3.1" - ], - "pretty-format": [ - "29.7.0" - ], - "react-is": [ - "18.2.0" - ], - "redent": [ - "3.0.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "side-channel": [ - "1.0.4" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "strip-indent": [ - "3.0.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "undici-types": [ - "5.26.5" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "which-collection": [ - "1.0.1" - ], - "which-typed-array": [ - "1.1.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__cosmiconfig__6.0.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "cosmiconfig", - "version": "6.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/parse-json": "4.0.0", - "import-fresh": "3.3.0", - "parse-json": "5.2.0", - "path-type": "4.0.0", - "yaml": "1.10.2" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@types/parse-json": [ - "4.0.0" - ], - "ansi-styles": [ - "3.2.1" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "cosmiconfig": [ - "6.0.0" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "has-flag": [ - "3.0.0" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "resolve-from": [ - "4.0.0" - ], - "supports-color": [ - "5.5.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@ungap/structured-clone": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__is-arguments__1.1.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "is-arguments", - "version": "1.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", - "url": "https://registry.npmjs.org/is-arguments/-/is-arguments-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": true - } - }, - "npm__at_popperjs_core__2.11.8": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@popperjs/core", - "version": "2.11.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", - "url": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.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": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "vary": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__path-exists__5.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "path-exists", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", - "url": "https://registry.npmjs.org/path-exists/-/path-exists-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": true - } - }, - "npm__zen-observable-ts__1.2.5": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "zen-observable-ts", - "version": "1.2.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==", - "url": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__at_emotion_babel-plugin__11.11.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@emotion/babel-plugin", - "version": "11.11.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-module-imports": "7.22.15", - "@babel/runtime": "7.23.9", - "@emotion/hash": "0.9.1", - "@emotion/memoize": "0.8.1", - "@emotion/serialize": "1.1.3", - "babel-plugin-macros": "3.1.0", - "convert-source-map": "1.9.0", - "escape-string-regexp": "4.0.0", - "find-root": "1.1.0", - "source-map": "0.5.7", - "stylis": "4.2.0" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/runtime": [ - "7.23.9" - ], - "@babel/types": [ - "7.23.6" - ], - "@emotion/babel-plugin": [ - "11.11.0" - ], - "@emotion/hash": [ - "0.9.1" - ], - "@emotion/memoize": [ - "0.8.1" - ], - "@emotion/serialize": [ - "1.1.3" - ], - "@emotion/unitless": [ - "0.8.1" - ], - "@emotion/utils": [ - "1.2.1" - ], - "@types/parse-json": [ - "4.0.0" - ], - "ansi-styles": [ - "3.2.1" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "callsites": [ - "3.1.0" - ], - "chalk": [ - "2.4.2" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "convert-source-map": [ - "1.9.0" - ], - "cosmiconfig": [ - "7.1.0" - ], - "csstype": [ - "3.1.2" - ], - "error-ex": [ - "1.3.2" - ], - "escape-string-regexp": [ - "1.0.5", - "4.0.0" - ], - "find-root": [ - "1.1.0" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "3.0.0" - ], - "import-fresh": [ - "3.3.0" - ], - "is-arrayish": [ - "0.2.1" - ], - "is-core-module": [ - "2.11.0" - ], - "js-tokens": [ - "4.0.0" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "parent-module": [ - "1.0.1" - ], - "parse-json": [ - "5.2.0" - ], - "path-parse": [ - "1.0.7" - ], - "path-type": [ - "4.0.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "source-map": [ - "0.5.7" - ], - "stylis": [ - "4.2.0" - ], - "supports-color": [ - "5.5.0" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "to-fast-properties": [ - "2.0.0" - ], - "yaml": [ - "1.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_wry_caches__1.0.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@wry/caches", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==", - "url": "https://registry.npmjs.org/@wry/caches/-/caches-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": { - "javascript/node/selenium-webdriver": [ - "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": true - } - }, - "npm__at_typescript-eslint_scope-manager__5.44.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@typescript-eslint/scope-manager", - "version": "5.44.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==", - "url": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": true - } - }, - "npm__optimism__0.18.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "optimism", - "version": "0.18.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==", - "url": "https://registry.npmjs.org/optimism/-/optimism-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@humanwhocodes/module-importer": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_apollo_client__3.8.10__1356184083": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@apollo/client", - "version": "3.8.10_1356184083", - "root_package": "", - "link_workspace": "", - "link_packages": { - "javascript/grid-ui": [ - "@apollo/client" - ] - }, - "integrity": "sha512-p/22RZ8ehHyvySnC20EHPPe0gdu8Xp6ZCiXOfdEe1ZORw5cUteD/TLc66tfKv8qu8NLIfbiWoa+6s70XnKvxqg==", - "url": "https://registry.npmjs.org/@apollo/client/-/client-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": true - } - }, - "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": true - } - }, - "npm__p-limit__4.0.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "p-limit", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", - "url": "https://registry.npmjs.org/p-limit/-/p-limit-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": true - } - }, - "npm__eslint-plugin-import__2.26.0__-730645774__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-plugin-import", - "version": "2.26.0_-730645774", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/parser": "5.44.0_-679725046", - "array-includes": "3.1.6", - "array.prototype.flat": "1.3.1", - "debug": "2.6.9", - "doctrine": "2.1.0", - "eslint": "8.52.0", - "eslint-import-resolver-node": "0.3.6", - "eslint-module-utils": "2.7.4_-814034063", - "has": "1.0.3", - "is-core-module": "2.11.0", - "is-glob": "4.0.3", - "minimatch": "3.1.2", - "object.values": "1.1.6", - "resolve": "1.22.1", - "tsconfig-paths": "3.14.1" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@types/json5": [ - "0.0.29" - ], - "@typescript-eslint/parser": [ - "5.44.0_-679725046" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_5.3.3" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "ajv": [ - "6.12.6" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "argparse": [ - "2.0.1" - ], - "array-includes": [ - "3.1.6" - ], - "array-union": [ - "2.1.0" - ], - "array.prototype.flat": [ - "1.3.1" - ], - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "braces": [ - "3.0.2" - ], - "call-bind": [ - "1.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": [ - "2.6.9", - "3.2.7", - "4.3.4_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "define-properties": [ - "1.1.4" - ], - "dir-glob": [ - "3.0.1" - ], - "doctrine": [ - "2.1.0", - "3.0.0" - ], - "es-abstract": [ - "1.20.4" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "es-to-primitive": [ - "1.2.1" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-import-resolver-node": [ - "0.3.6" - ], - "eslint-module-utils": [ - "2.7.4_-814034063" - ], - "eslint-plugin-import": [ - "2.26.0_-730645774" - ], - "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.2.12" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "fastq": [ - "1.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "fill-range": [ - "7.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "function.prototype.name": [ - "1.1.5" - ], - "functions-have-names": [ - "1.2.3" - ], - "get-intrinsic": [ - "1.1.3" - ], - "get-symbol-description": [ - "1.0.0" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "globby": [ - "11.1.0" - ], - "graphemer": [ - "1.4.0" - ], - "has": [ - "1.0.3" - ], - "has-bigints": [ - "1.0.2" - ], - "has-flag": [ - "4.0.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "internal-slot": [ - "1.0.3" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-core-module": [ - "2.11.0" - ], - "is-date-object": [ - "1.0.5" - ], - "is-extglob": [ - "2.1.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-number": [ - "7.0.0" - ], - "is-number-object": [ - "1.0.7" - ], - "is-path-inside": [ - "3.0.3" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "is-weakref": [ - "1.0.2" - ], - "isexe": [ - "2.0.0" - ], - "js-yaml": [ - "4.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "json5": [ - "1.0.2" - ], - "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" - ], - "minimist": [ - "1.2.7" - ], - "ms": [ - "2.0.0", - "2.1.2", - "2.1.3" - ], - "natural-compare": [ - "1.4.0" - ], - "object-inspect": [ - "1.12.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "object.values": [ - "1.1.6" - ], - "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" - ], - "path-type": [ - "4.0.0" - ], - "picomatch": [ - "2.3.1" - ], - "prelude-ls": [ - "1.2.1" - ], - "punycode": [ - "2.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "regexp.prototype.flags": [ - "1.4.3" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "safe-regex-test": [ - "1.0.0" - ], - "semver": [ - "7.5.4" - ], - "shebang-command": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "side-channel": [ - "1.0.4" - ], - "slash": [ - "3.0.0" - ], - "string.prototype.trimend": [ - "1.0.6" - ], - "string.prototype.trimstart": [ - "1.0.6" - ], - "strip-ansi": [ - "6.0.1" - ], - "strip-bom": [ - "3.0.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "text-table": [ - "0.2.0" - ], - "to-regex-range": [ - "5.0.1" - ], - "tsconfig-paths": [ - "3.14.1" - ], - "tslib": [ - "1.14.1" - ], - "tsutils": [ - "3.21.0_typescript_5.3.3" - ], - "type-check": [ - "0.4.0" - ], - "type-fest": [ - "0.20.2" - ], - "typescript": [ - "5.3.3" - ], - "unbox-primitive": [ - "1.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "which": [ - "2.0.2" - ], - "which-boxed-primitive": [ - "1.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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__path-to-regexp__0.1.7": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "path-to-regexp", - "version": "0.1.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", - "url": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-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": true - } - }, - "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": true - } - }, - "npm__eslint-plugin-n__15.5.1__eslint_8.52.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "eslint-plugin-n", - "version": "15.5.1_eslint_8.52.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "builtins": "5.0.1", - "eslint": "8.52.0", - "eslint-plugin-es": "4.1.0_eslint_8.52.0", - "eslint-utils": "3.0.0_eslint_8.52.0", - "ignore": "5.2.4", - "is-core-module": "2.11.0", - "minimatch": "3.1.2", - "resolve": "1.22.1", - "semver": "7.5.4" - }, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.52.0" - ], - "@eslint-community/regexpp": [ - "4.9.1" - ], - "@eslint/eslintrc": [ - "2.1.2" - ], - "@eslint/js": [ - "8.52.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "@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.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "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" - ], - "builtins": [ - "5.0.1" - ], - "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_supports-color_8.1.1" - ], - "deep-is": [ - "0.1.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint": [ - "8.52.0" - ], - "eslint-plugin-es": [ - "4.1.0_eslint_8.52.0" - ], - "eslint-plugin-n": [ - "15.5.1_eslint_8.52.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-utils": [ - "2.1.0", - "3.0.0_eslint_8.52.0" - ], - "eslint-visitor-keys": [ - "1.3.0", - "2.1.0", - "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.13.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "flat-cache": [ - "3.0.4" - ], - "flatted": [ - "3.2.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "glob": [ - "7.2.3" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.23.0" - ], - "graphemer": [ - "1.4.0" - ], - "has": [ - "1.0.3" - ], - "has-flag": [ - "4.0.0" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "is-core-module": [ - "2.11.0" - ], - "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-schema-traverse": [ - "0.4.1" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "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" - ], - "path-parse": [ - "1.0.7" - ], - "prelude-ls": [ - "1.2.1" - ], - "punycode": [ - "2.1.1" - ], - "queue-microtask": [ - "1.2.3" - ], - "regexpp": [ - "3.2.0" - ], - "resolve": [ - "1.22.1" - ], - "resolve-from": [ - "4.0.0" - ], - "reusify": [ - "1.0.4" - ], - "rimraf": [ - "3.0.2" - ], - "run-parallel": [ - "1.2.0" - ], - "semver": [ - "7.5.4" - ], - "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", - "8.1.1" - ], - "supports-preserve-symlinks-flag": [ - "1.0.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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-boolean-object": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__jest-matcher-utils__29.7.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "jest-matcher-utils", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", - "url": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.1.3" - ], - "has": [ - "1.0.3" - ], - "has-symbols": [ - "1.0.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "is-regex": [ - "1.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__is-weakmap__2.0.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "is-weakmap", - "version": "2.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-weakmap": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_eslint-community_regexpp__4.9.1": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "@eslint-community/regexpp", - "version": "4.9.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==", - "url": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.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": true - } - }, - "npm__lie__3.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "lie", - "version": "3.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", - "url": "https://registry.npmjs.org/lie/-/lie-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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": true - } - }, - "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": false, - "root_package": "", - "link_packages": {}, - "deps": { - "minimatch": "5.1.0" - }, - "transitive_closure": { - "balanced-match": [ - "1.0.2" - ], - "brace-expansion": [ - "2.0.1" - ], - "filelist": [ - "1.0.4" - ], - "minimatch": [ - "5.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__load-json-file__5.3.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "load-json-file", - "version": "5.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==", - "url": "https://registry.npmjs.org/load-json-file/-/load-json-file-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": true - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "text-table": [ - "0.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__at_bazel_runfiles__5.8.1__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@bazel/runfiles", - "version": "5.8.1", - "dev": true, - "root_package": "", - "link_packages": { - "javascript/node/selenium-webdriver": [ - "@bazel/runfiles" - ] - }, - "deps": {}, - "transitive_closure": { - "@bazel/runfiles": [ - "5.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__diff__5.1.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "diff", - "version": "5.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "diff": [ - "5.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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": true - } - }, - "npm__find-up__6.3.0__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "find-up", - "version": "6.3.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "locate-path": "7.1.1", - "path-exists": "5.0.0" - }, - "transitive_closure": { - "find-up": [ - "6.3.0" - ], - "locate-path": [ - "7.1.1" - ], - "p-limit": [ - "4.0.0" - ], - "p-locate": [ - "6.0.0" - ], - "path-exists": [ - "5.0.0" - ], - "yocto-queue": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__yaml__1.10.2": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "yaml", - "version": "1.10.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "url": "https://registry.npmjs.org/yaml/-/yaml-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": true - } - }, - "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": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__typedarray__0.0.6__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "typedarray", - "version": "0.0.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "typedarray": [ - "0.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "npm__binary-extensions__2.2.0": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "package": "binary-extensions", - "version": "2.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "url": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-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": true - } - }, - "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": true - } - }, - "npm__at_wry_trie__0.4.3__links": { - "bzlFile": "@@aspect_rules_js~//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "package": "@wry/trie", - "version": "0.4.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "2.6.2" - }, - "transitive_closure": { - "@wry/trie": [ - "0.4.3" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm", - "package_visibility": [ - "//visibility:public" - ] - } - } - }, - "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_tools", - "bazel_tools" - ] - ] - } - }, - "@@aspect_rules_js~//npm:extensions.bzl%pnpm": { - "general": { - "bzlTransitiveDigest": "ms4wt1ySxRAuQ214hJabSPW5swxFSeV2QEB8T1yrejg=", - "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" - ], - "bins": {}, - "npm_translate_lock_repo": "", - "package_visibility": [ - "//visibility:public" - ] - } - }, - "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 - } - } - }, - "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_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/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": [] - } - }, - "@@buildifier_prebuilt~//:defs.bzl%buildifier_prebuilt_deps_extension": { - "general": { - "bzlTransitiveDigest": "uAKOFsVgkdVxGK8RC6cNqxYMcezLf942BzB5DqaZxDQ=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "buildozer_darwin_amd64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildozer-darwin-amd64" - ], - "downloaded_file_path": "buildozer", - "executable": true, - "sha256": "d29e347ecd6b5673d72cb1a8de05bf1b06178dd229ff5eb67fad5100c840cc8e" - } - }, - "buildifier_linux_amd64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-linux-amd64" - ], - "downloaded_file_path": "buildifier", - "executable": true, - "sha256": "be63db12899f48600bad94051123b1fd7b5251e7661b9168582ce52396132e92" - } - }, - "buildozer_darwin_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildozer-darwin-arm64" - ], - "downloaded_file_path": "buildozer", - "executable": true, - "sha256": "9b9e71bdbec5e7223871e913b65d12f6d8fa026684daf991f00e52ed36a6978d" - } - }, - "buildozer_linux_amd64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildozer-linux-amd64" - ], - "downloaded_file_path": "buildozer", - "executable": true, - "sha256": "8dfd6345da4e9042daa738d7fdf34f699c5dfce4632f7207956fceedd8494119" - } - }, - "buildozer_windows_amd64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildozer-windows-amd64.exe" - ], - "downloaded_file_path": "buildozer.exe", - "executable": true, - "sha256": "e7f05bf847f7c3689dd28926460ce6e1097ae97380ac8e6ae7147b7b706ba19b" - } - }, - "buildozer_linux_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildozer-linux-arm64" - ], - "downloaded_file_path": "buildozer", - "executable": true, - "sha256": "6559558fded658c8fa7432a9d011f7c4dcbac6b738feae73d2d5c352e5f605fa" - } - }, - "buildifier_windows_amd64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-windows-amd64.exe" - ], - "downloaded_file_path": "buildifier.exe", - "executable": true, - "sha256": "da8372f35e34b65fb6d997844d041013bb841e55f58b54d596d35e49680fe13c" - } - }, - "buildifier_prebuilt_toolchains": { - "bzlFile": "@@buildifier_prebuilt~//:defs.bzl", - "ruleClassName": "_buildifier_toolchain_setup", - "attributes": { - "assets_json": "[{\"arch\":\"amd64\",\"name\":\"buildifier\",\"platform\":\"darwin\",\"sha256\":\"eeb47b2de27f60efe549348b183fac24eae80f1479e8b06cac0799c486df5bed\",\"version\":\"v6.4.0\"},{\"arch\":\"arm64\",\"name\":\"buildifier\",\"platform\":\"darwin\",\"sha256\":\"fa07ba0d20165917ca4cc7609f9b19a8a4392898148b7babdf6bb2a7dd963f05\",\"version\":\"v6.4.0\"},{\"arch\":\"amd64\",\"name\":\"buildifier\",\"platform\":\"linux\",\"sha256\":\"be63db12899f48600bad94051123b1fd7b5251e7661b9168582ce52396132e92\",\"version\":\"v6.4.0\"},{\"arch\":\"arm64\",\"name\":\"buildifier\",\"platform\":\"linux\",\"sha256\":\"18540fc10f86190f87485eb86963e603e41fa022f88a2d1b0cf52ff252b5e1dd\",\"version\":\"v6.4.0\"},{\"arch\":\"amd64\",\"name\":\"buildifier\",\"platform\":\"windows\",\"sha256\":\"da8372f35e34b65fb6d997844d041013bb841e55f58b54d596d35e49680fe13c\",\"version\":\"v6.4.0\"},{\"arch\":\"amd64\",\"name\":\"buildozer\",\"platform\":\"darwin\",\"sha256\":\"d29e347ecd6b5673d72cb1a8de05bf1b06178dd229ff5eb67fad5100c840cc8e\",\"version\":\"v6.4.0\"},{\"arch\":\"arm64\",\"name\":\"buildozer\",\"platform\":\"darwin\",\"sha256\":\"9b9e71bdbec5e7223871e913b65d12f6d8fa026684daf991f00e52ed36a6978d\",\"version\":\"v6.4.0\"},{\"arch\":\"amd64\",\"name\":\"buildozer\",\"platform\":\"linux\",\"sha256\":\"8dfd6345da4e9042daa738d7fdf34f699c5dfce4632f7207956fceedd8494119\",\"version\":\"v6.4.0\"},{\"arch\":\"arm64\",\"name\":\"buildozer\",\"platform\":\"linux\",\"sha256\":\"6559558fded658c8fa7432a9d011f7c4dcbac6b738feae73d2d5c352e5f605fa\",\"version\":\"v6.4.0\"},{\"arch\":\"amd64\",\"name\":\"buildozer\",\"platform\":\"windows\",\"sha256\":\"e7f05bf847f7c3689dd28926460ce6e1097ae97380ac8e6ae7147b7b706ba19b\",\"version\":\"v6.4.0\"}]" - } - }, - "buildifier_darwin_amd64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-darwin-amd64" - ], - "downloaded_file_path": "buildifier", - "executable": true, - "sha256": "eeb47b2de27f60efe549348b183fac24eae80f1479e8b06cac0799c486df5bed" - } - }, - "buildifier_darwin_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-darwin-arm64" - ], - "downloaded_file_path": "buildifier", - "executable": true, - "sha256": "fa07ba0d20165917ca4cc7609f9b19a8a4392898148b7babdf6bb2a7dd963f05" - } - }, - "buildifier_linux_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-linux-arm64" - ], - "downloaded_file_path": "buildifier", - "executable": true, - "sha256": "18540fc10f86190f87485eb86963e603e41fa022f88a2d1b0cf52ff252b5e1dd" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "buildifier_prebuilt~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "buildifier_prebuilt~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "@@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_dotnet~//dotnet:extensions.bzl%dotnet": { - "general": { - "bzlTransitiveDigest": "JBf/xJgzeDdPwg5+2Hc5q5iwBhK7BwnTpXVTASMU5TY=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "dotnet_x86_64-apple-darwin": { - "bzlFile": "@@rules_dotnet~//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "platform": "x86_64-apple-darwin", - "dotnet_version": "7.0.400" - } - }, - "dotnet_x86_64-unknown-linux-gnu": { - "bzlFile": "@@rules_dotnet~//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "platform": "x86_64-unknown-linux-gnu", - "dotnet_version": "7.0.400" - } - }, - "dotnet_arm64-unknown-linux-gnu": { - "bzlFile": "@@rules_dotnet~//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "platform": "arm64-unknown-linux-gnu", - "dotnet_version": "7.0.400" - } - }, - "dotnet_aarch64-apple-darwin": { - "bzlFile": "@@rules_dotnet~//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "platform": "aarch64-apple-darwin", - "dotnet_version": "7.0.400" - } - }, - "dotnet_x86_64-pc-windows-msvc": { - "bzlFile": "@@rules_dotnet~//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "platform": "x86_64-pc-windows-msvc", - "dotnet_version": "7.0.400" - } - }, - "dotnet_toolchains": { - "bzlFile": "@@rules_dotnet~//dotnet/private:toolchains_repo.bzl", - "ruleClassName": "toolchains_repo", - "attributes": { - "user_repository_name": "dotnet" - } - }, - "dotnet_arm64-pc-windows-msvc": { - "bzlFile": "@@rules_dotnet~//dotnet:repositories.bzl", - "ruleClassName": "dotnet_repositories", - "attributes": { - "platform": "arm64-pc-windows-msvc", - "dotnet_version": "7.0.400" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "rules_dotnet~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "@@rules_dotnet~//dotnet:paket.rules_dotnet_nuget_packages_extension.bzl%rules_dotnet_nuget_packages_extension": { - "general": { - "bzlTransitiveDigest": "+qbXxyLh2dDGHnLxcLRHGeGnqxz81aN2gVvqRRSrlTE=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "nuget.nuget.frameworks.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.frameworks", - "version": "5.10.0", - "sha512": "sha512-l8KtHN2bzA391seLZ9Q2AWK0mbCHpfbwL1nmOSMDxBpWLxqh+nxMWaKL437bROpHltU+oP5LX/hc4Fxm89T9Tg==" - } - }, - "nuget.nuget.dependencyresolver.core.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.dependencyresolver.core", - "version": "5.10.0", - "sha512": "sha512-+9mCFiBhnm5C2Cb3dtHaHyv/WarSr5HwRi2NaoVJgudpHoK3B9uy8wB7PNnUos0kOghZmVslemeLsmw7icQqTw==" - } - }, - "nuget.microsoft.web.xdt.v3.1.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.web.xdt", - "version": "3.1.0", - "sha512": "sha512-3VApgkdgOglJWtrXSgYzz6o8Cp6IpvmFQMeICyQvvbKoy+OjNwco5ovzBBL1HHj7kEgLfe2ruXW/ZQ1k+2YxYw==" - } - }, - "nuget.system.componentmodel.composition.v6.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.componentmodel.composition", - "version": "6.0.0", - "sha512": "sha512-YWQ3ENu0D2st9ZV+Yj4u3IFcas0Pw7S4c7ymDUooPLb1psNJ53YniX2orSiY2OlRWnssaUsTytnVJa/KfCn5aA==" - } - }, - "nuget.netstandard.library.ref.v2.1.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "netstandard.library.ref", - "version": "2.1.0", - "sha512": "sha512-Jr0OqnqkaJJGEVq3w9oNQrIEteD/4QBNg3YOh1cvRjydzwop07+5aWjO/SfEYu6CwBn+dSBKXj8niEvTNy2brA==" - } - }, - "nuget.microsoft.netcore.platforms.v6.0.5": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.platforms", - "version": "6.0.5", - "sha512": "sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==" - } - }, - "nuget.system.security.cryptography.pkcs.v6.0.1": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.pkcs", - "version": "6.0.1", - "sha512": "sha512-ubxxZt0n9t8Xe/NtN53XMf6ZSfRKsk/T+mheDuoZbYrBJRLVyQ4pecXoROihl/DyC9uVOt6QrejwLAx1Raj1wg==" - } - }, - "nuget.nuget.configuration.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.configuration", - "version": "5.10.0", - "sha512": "sha512-ZJc2HY/D+UEk2U0jxamyBhUbKl2bgluViM/tnP4ObIIfJpOj8dHEJ6xzggulIGDlhe+ItK6yc+sqtCb6qV5+gw==" - } - }, - "nuget.newtonsoft.json.v13.0.1": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "newtonsoft.json", - "version": "13.0.1", - "sha512": "sha512-g3MbZi6vBTeaI/hEbvR7vBETSd1DWLe9i1E4P+nPY34v5i94zqUqDXvdWC3G+7tYN9SnsdU9zzegrnRz4h7nsQ==" - } - }, - "nuget.nunit.v3.12.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nunit", - "version": "3.12.0", - "sha512": "sha512-HAhwFxr+Z+PJf8hXzc747NecvsDwEZ+3X8SA5+GIRM43GAy1Ap+TQPMHsWCnisfes5vPZ1/a2md/91u+shoTsQ==" - } - }, - "nuget.system.formats.asn1.v6.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.formats.asn1", - "version": "6.0.0", - "sha512": "sha512-62YP6zLnvmFtFI3rjybbrnSeK6hHQCaFfJJfoNhQqrETJBPehSucQxIyQs5W+GGBW/rpSXD/0NqNW7mttIWXhA==" - } - }, - "nuget.system.security.cryptography.cng.v5.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.cng", - "version": "5.0.0", - "sha512": "sha512-trvkAklUhzM+/z9bPnGmDLzmbvD0l1IlC6gpFRpzjGLylTgtTPqm8Uv7tnDBTuBQObjEZBxNS0bChIi6zQCV9w==" - } - }, - "nuget.nuget.versioning.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.versioning", - "version": "5.10.0", - "sha512": "sha512-NW11tfXijCWeI8d71HKpNPKPzJqr30PtUyJHzCpKFMFTGZhsHh2YxgjKBuhpC5R59SMZUzqrFF5CgJ8uGaupqg==" - } - }, - "nuget.microsoft.netcore.app.ref.v6.0.5": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "microsoft.netcore.app.ref", - "version": "6.0.5", - "sha512": "sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==" - } - }, - "nuget.mcmaster.extensions.commandlineutils.v2.5.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "mcmaster.extensions.commandlineutils", - "version": "2.5.0", - "sha512": "sha512-00uJOWYKPCPqDB6RxyOLXNnoPGeRmzKTZhu5OdZJaWn5+JV/n6mzB3/M+Z1yMpkabag3Lym9S11G/ITLrptOiw==" - } - }, - "nuget.nuget.projectmodel.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.projectmodel", - "version": "5.10.0", - "sha512": "sha512-gsZS2Kuat3ZjjPcBQ3Mc8QlRv6mP1OzNzkF4Dzybu3LgtG+kwvgQh4UMLbiIrko6WKbwVTbr8nQYpL+wsVZ4hA==" - } - }, - "nuget.system.componentmodel.annotations.v5.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.componentmodel.annotations", - "version": "5.0.0", - "sha512": "sha512-WJqsTGaXAc55EPGjJylPFXiNPs/x1t9dklVlHlIBxUEcIxIob6sRGm9Un7TehkyEFM+vKjZd7rbwaMH/znw1PA==" - } - }, - "nuget.nuget.credentials.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.credentials", - "version": "5.10.0", - "sha512": "sha512-r/fzn5yJaCXyChbhxbGZ5d/4xV4n3NIjVdE3odLfQy0znmcYRCDIfjYGu5l7vO9Nx27F+q7YA+9QmG9sucxX9A==" - } - }, - "nuget.nunitlite.v3.12.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nunitlite", - "version": "3.12.0", - "sha512": "sha512-M9VVS4x3KURXFS4HTl2b7uJOX7vOi2wzpHACmNX6ANlBmb0/hIehJLciiVvddD3ubIIL81EF4Qk54kpsUOtVFQ==" - } - }, - "nuget.system.security.cryptography.protecteddata.v6.0.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "system.security.cryptography.protecteddata", - "version": "6.0.0", - "sha512": "sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==" - } - }, - "nuget.nuget.packaging.core.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.packaging.core", - "version": "5.10.0", - "sha512": "sha512-/WXGAbLb4T0pwEfEeY0j8zOVpS36OHNUANL95txANysbLoG7tUr9e+5je+Nfh3iIqzMaHIZXT6JKFvHOBwAotw==" - } - }, - "nuget.nuget.packagemanagement.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.packagemanagement", - "version": "5.10.0", - "sha512": "sha512-Kr0CZuStXNsJRL86ecuWGhIHUhYy31rYZJ9WZ0tiFUaRwiPb7HpSQVsV/v3tqrKE7FWUZBpasX1bugXNqXcPjA==" - } - }, - "nuget.nuget.packaging.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.packaging", - "version": "5.10.0", - "sha512": "sha512-2HMq5gNgLMOHmqGb84pyEC7ctkCYBVXkhJfcYmHlkpo4FpDA6GQBoT//1h0Q4nGoybtgoBxiIbJu8VRn/9CZrQ==" - } - }, - "nuget.nuget.protocol.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.protocol", - "version": "5.10.0", - "sha512": "sha512-lY85Pgf7kr0JwTufdJmfDgBwN9BRQc96F4xxKrUGSALhuZRRC7y6f2RN1JQ0UTPIXlQx7HTG/h0UZEknQj3/UQ==" - } - }, - "paket.rules_dotnet_nuget_packages": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_repo.bzl", - "ruleClassName": "_nuget_repo", - "attributes": { - "repo_name": "paket.rules_dotnet_nuget_packages", - "packages": [ - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.ComponentModel.Annotations\"],\"net6.0\":[\"System.ComponentModel.Annotations\"],\"net7.0\":[\"System.ComponentModel.Annotations\"],\"net8.0\":[\"System.ComponentModel.Annotations\"],\"netcoreapp1.0\":[\"System.ComponentModel.Annotations\"],\"netcoreapp1.1\":[\"System.ComponentModel.Annotations\"],\"netcoreapp2.0\":[\"System.ComponentModel.Annotations\"],\"netcoreapp2.1\":[\"System.ComponentModel.Annotations\"],\"netcoreapp2.2\":[\"System.ComponentModel.Annotations\"],\"netcoreapp3.0\":[\"System.ComponentModel.Annotations\"],\"netcoreapp3.1\":[\"System.ComponentModel.Annotations\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[\"System.ComponentModel.Annotations\"],\"netstandard2.0\":[\"System.ComponentModel.Annotations\"],\"netstandard2.1\":[\"System.ComponentModel.Annotations\"]},\"framework_list\":[],\"id\":\"McMaster.Extensions.CommandLineUtils\",\"sha512\":\"sha512-00uJOWYKPCPqDB6RxyOLXNnoPGeRmzKTZhu5OdZJaWn5+JV/n6mzB3/M+Z1yMpkabag3Lym9S11G/ITLrptOiw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"2.5.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[\"Microsoft.CSharp|6.0.0.0\",\"Microsoft.VisualBasic.Core|11.0.0.0\",\"Microsoft.VisualBasic|10.0.0.0\",\"Microsoft.Win32.Primitives|6.0.0.0\",\"Microsoft.Win32.Registry|6.0.0.0\",\"System.AppContext|6.0.0.0\",\"System.Buffers|6.0.0.0\",\"System.Collections.Concurrent|6.0.0.0\",\"System.Collections.Immutable|6.0.0.0\",\"System.Collections.NonGeneric|6.0.0.0\",\"System.Collections.Specialized|6.0.0.0\",\"System.Collections|6.0.0.0\",\"System.ComponentModel.Annotations|6.0.0.0\",\"System.ComponentModel.DataAnnotations|4.0.0.0\",\"System.ComponentModel.EventBasedAsync|6.0.0.0\",\"System.ComponentModel.Primitives|6.0.0.0\",\"System.ComponentModel.TypeConverter|6.0.0.0\",\"System.ComponentModel|6.0.0.0\",\"System.Configuration|4.0.0.0\",\"System.Console|6.0.0.0\",\"System.Core|4.0.0.0\",\"System.Data.Common|6.0.0.0\",\"System.Data.DataSetExtensions|4.0.0.0\",\"System.Data|4.0.0.0\",\"System.Diagnostics.Contracts|6.0.0.0\",\"System.Diagnostics.Debug|6.0.0.0\",\"System.Diagnostics.DiagnosticSource|6.0.0.0\",\"System.Diagnostics.FileVersionInfo|6.0.0.0\",\"System.Diagnostics.Process|6.0.0.0\",\"System.Diagnostics.StackTrace|6.0.0.0\",\"System.Diagnostics.TextWriterTraceListener|6.0.0.0\",\"System.Diagnostics.Tools|6.0.0.0\",\"System.Diagnostics.TraceSource|6.0.0.0\",\"System.Diagnostics.Tracing|6.0.0.0\",\"System.Drawing.Primitives|6.0.0.0\",\"System.Drawing|4.0.0.0\",\"System.Dynamic.Runtime|6.0.0.0\",\"System.Formats.Asn1|6.0.0.0\",\"System.Globalization.Calendars|6.0.0.0\",\"System.Globalization.Extensions|6.0.0.0\",\"System.Globalization|6.0.0.0\",\"System.IO.Compression.Brotli|6.0.0.0\",\"System.IO.Compression.FileSystem|4.0.0.0\",\"System.IO.Compression.ZipFile|6.0.0.0\",\"System.IO.Compression|6.0.0.0\",\"System.IO.FileSystem.AccessControl|6.0.0.0\",\"System.IO.FileSystem.DriveInfo|6.0.0.0\",\"System.IO.FileSystem.Primitives|6.0.0.0\",\"System.IO.FileSystem.Watcher|6.0.0.0\",\"System.IO.FileSystem|6.0.0.0\",\"System.IO.IsolatedStorage|6.0.0.0\",\"System.IO.MemoryMappedFiles|6.0.0.0\",\"System.IO.Pipes.AccessControl|6.0.0.0\",\"System.IO.Pipes|6.0.0.0\",\"System.IO.UnmanagedMemoryStream|6.0.0.0\",\"System.IO|6.0.0.0\",\"System.Linq.Expressions|6.0.0.0\",\"System.Linq.Parallel|6.0.0.0\",\"System.Linq.Queryable|6.0.0.0\",\"System.Linq|6.0.0.0\",\"System.Memory|6.0.0.0\",\"System.Net.Http.Json|6.0.0.0\",\"System.Net.Http|6.0.0.0\",\"System.Net.HttpListener|6.0.0.0\",\"System.Net.Mail|6.0.0.0\",\"System.Net.NameResolution|6.0.0.0\",\"System.Net.NetworkInformation|6.0.0.0\",\"System.Net.Ping|6.0.0.0\",\"System.Net.Primitives|6.0.0.0\",\"System.Net.Requests|6.0.0.0\",\"System.Net.Security|6.0.0.0\",\"System.Net.ServicePoint|6.0.0.0\",\"System.Net.Sockets|6.0.0.0\",\"System.Net.WebClient|6.0.0.0\",\"System.Net.WebHeaderCollection|6.0.0.0\",\"System.Net.WebProxy|6.0.0.0\",\"System.Net.WebSockets.Client|6.0.0.0\",\"System.Net.WebSockets|6.0.0.0\",\"System.Net|4.0.0.0\",\"System.Numerics.Vectors|6.0.0.0\",\"System.Numerics|4.0.0.0\",\"System.ObjectModel|6.0.0.0\",\"System.Reflection.DispatchProxy|6.0.0.0\",\"System.Reflection.Emit.ILGeneration|6.0.0.0\",\"System.Reflection.Emit.Lightweight|6.0.0.0\",\"System.Reflection.Emit|6.0.0.0\",\"System.Reflection.Extensions|6.0.0.0\",\"System.Reflection.Metadata|6.0.0.0\",\"System.Reflection.Primitives|6.0.0.0\",\"System.Reflection.TypeExtensions|6.0.0.0\",\"System.Reflection|6.0.0.0\",\"System.Resources.Reader|6.0.0.0\",\"System.Resources.ResourceManager|6.0.0.0\",\"System.Resources.Writer|6.0.0.0\",\"System.Runtime.CompilerServices.Unsafe|6.0.0.0\",\"System.Runtime.CompilerServices.VisualC|6.0.0.0\",\"System.Runtime.Extensions|6.0.0.0\",\"System.Runtime.Handles|6.0.0.0\",\"System.Runtime.InteropServices.RuntimeInformation|6.0.0.0\",\"System.Runtime.InteropServices|6.0.0.0\",\"System.Runtime.Intrinsics|6.0.0.0\",\"System.Runtime.Loader|6.0.0.0\",\"System.Runtime.Numerics|6.0.0.0\",\"System.Runtime.Serialization.Formatters|6.0.0.0\",\"System.Runtime.Serialization.Json|6.0.0.0\",\"System.Runtime.Serialization.Primitives|6.0.0.0\",\"System.Runtime.Serialization.Xml|6.0.0.0\",\"System.Runtime.Serialization|4.0.0.0\",\"System.Runtime|6.0.0.0\",\"System.Security.AccessControl|6.0.0.0\",\"System.Security.Claims|6.0.0.0\",\"System.Security.Cryptography.Algorithms|6.0.0.0\",\"System.Security.Cryptography.Cng|6.0.0.0\",\"System.Security.Cryptography.Csp|6.0.0.0\",\"System.Security.Cryptography.Encoding|6.0.0.0\",\"System.Security.Cryptography.OpenSsl|6.0.0.0\",\"System.Security.Cryptography.Primitives|6.0.0.0\",\"System.Security.Cryptography.X509Certificates|6.0.0.0\",\"System.Security.Principal.Windows|6.0.0.0\",\"System.Security.Principal|6.0.0.0\",\"System.Security.SecureString|6.0.0.0\",\"System.Security|4.0.0.0\",\"System.ServiceModel.Web|4.0.0.0\",\"System.ServiceProcess|4.0.0.0\",\"System.Text.Encoding.CodePages|6.0.0.0\",\"System.Text.Encoding.Extensions|6.0.0.0\",\"System.Text.Encoding|6.0.0.0\",\"System.Text.Encodings.Web|6.0.0.0\",\"System.Text.Json|6.0.0.0\",\"System.Text.RegularExpressions|6.0.0.0\",\"System.Threading.Channels|6.0.0.0\",\"System.Threading.Overlapped|6.0.0.0\",\"System.Threading.Tasks.Dataflow|6.0.0.0\",\"System.Threading.Tasks.Extensions|6.0.0.0\",\"System.Threading.Tasks.Parallel|6.0.0.0\",\"System.Threading.Tasks|6.0.0.0\",\"System.Threading.Thread|6.0.0.0\",\"System.Threading.ThreadPool|6.0.0.0\",\"System.Threading.Timer|6.0.0.0\",\"System.Threading|6.0.0.0\",\"System.Transactions.Local|6.0.0.0\",\"System.Transactions|4.0.0.0\",\"System.ValueTuple|4.0.3.0\",\"System.Web.HttpUtility|6.0.0.0\",\"System.Web|4.0.0.0\",\"System.Windows|4.0.0.0\",\"System.Xml.Linq|4.0.0.0\",\"System.Xml.ReaderWriter|6.0.0.0\",\"System.Xml.Serialization|4.0.0.0\",\"System.Xml.XDocument|6.0.0.0\",\"System.Xml.XPath.XDocument|6.0.0.0\",\"System.Xml.XPath|6.0.0.0\",\"System.Xml.XmlDocument|6.0.0.0\",\"System.Xml.XmlSerializer|6.0.0.0\",\"System.Xml|4.0.0.0\",\"System|4.0.0.0\",\"WindowsBase|4.0.0.0\",\"mscorlib|4.0.0.0\",\"netstandard|2.1.0.0\"],\"id\":\"Microsoft.NETCore.App.Ref\",\"sha512\":\"sha512-quj/gyLoZLypJO7PwsZ8ib6ZSgFv1C9s5SJgwzl/gztynTJ/3oO/stA2gNMf0C33vTJ0J3SSF/kRPQ/ifY5xZg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[\"Microsoft.CSharp|4.4.0\",\"Microsoft.Win32.Primitives|4.3.0\",\"Microsoft.Win32.Registry|4.4.0\",\"runtime.debian.8-x64.runtime.native.System|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0\",\"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0\",\"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0\",\"System.AppContext|4.3.0\",\"System.Buffers|4.4.0\",\"System.Collections|4.3.0\",\"System.Collections.Concurrent|4.3.0\",\"System.Collections.Immutable|1.4.0\",\"System.Collections.NonGeneric|4.3.0\",\"System.Collections.Specialized|4.3.0\",\"System.ComponentModel|4.3.0\",\"System.ComponentModel.EventBasedAsync|4.3.0\",\"System.ComponentModel.Primitives|4.3.0\",\"System.ComponentModel.TypeConverter|4.3.0\",\"System.Console|4.3.0\",\"System.Data.Common|4.3.0\",\"System.Diagnostics.Contracts|4.3.0\",\"System.Diagnostics.Debug|4.3.0\",\"System.Diagnostics.DiagnosticSource|4.4.0\",\"System.Diagnostics.FileVersionInfo|4.3.0\",\"System.Diagnostics.Process|4.3.0\",\"System.Diagnostics.StackTrace|4.3.0\",\"System.Diagnostics.TextWriterTraceListener|4.3.0\",\"System.Diagnostics.Tools|4.3.0\",\"System.Diagnostics.TraceSource|4.3.0\",\"System.Diagnostics.Tracing|4.3.0\",\"System.Dynamic.Runtime|4.3.0\",\"System.Globalization|4.3.0\",\"System.Globalization.Calendars|4.3.0\",\"System.Globalization.Extensions|4.3.0\",\"System.IO|4.3.0\",\"System.IO.Compression|4.3.0\",\"System.IO.Compression.ZipFile|4.3.0\",\"System.IO.FileSystem|4.3.0\",\"System.IO.FileSystem.AccessControl|4.4.0\",\"System.IO.FileSystem.DriveInfo|4.3.0\",\"System.IO.FileSystem.Primitives|4.3.0\",\"System.IO.FileSystem.Watcher|4.3.0\",\"System.IO.IsolatedStorage|4.3.0\",\"System.IO.MemoryMappedFiles|4.3.0\",\"System.IO.Pipes|4.3.0\",\"System.IO.UnmanagedMemoryStream|4.3.0\",\"System.Linq|4.3.0\",\"System.Linq.Expressions|4.3.0\",\"System.Linq.Queryable|4.3.0\",\"System.Net.Http|4.3.0\",\"System.Net.NameResolution|4.3.0\",\"System.Net.Primitives|4.3.0\",\"System.Net.Requests|4.3.0\",\"System.Net.Security|4.3.0\",\"System.Net.Sockets|4.3.0\",\"System.Net.WebHeaderCollection|4.3.0\",\"System.ObjectModel|4.3.0\",\"System.Private.DataContractSerialization|4.3.0\",\"System.Reflection|4.3.0\",\"System.Reflection.Emit|4.3.0\",\"System.Reflection.Emit.ILGeneration|4.3.0\",\"System.Reflection.Emit.Lightweight|4.3.0\",\"System.Reflection.Extensions|4.3.0\",\"System.Reflection.Metadata|1.5.0\",\"System.Reflection.Primitives|4.3.0\",\"System.Reflection.TypeExtensions|4.3.0\",\"System.Resources.ResourceManager|4.3.0\",\"System.Runtime|4.3.0\",\"System.Runtime.Extensions|4.3.0\",\"System.Runtime.Handles|4.3.0\",\"System.Runtime.InteropServices|4.3.0\",\"System.Runtime.InteropServices.RuntimeInformation|4.3.0\",\"System.Runtime.Loader|4.3.0\",\"System.Runtime.Numerics|4.3.0\",\"System.Runtime.Serialization.Formatters|4.3.0\",\"System.Runtime.Serialization.Json|4.3.0\",\"System.Runtime.Serialization.Primitives|4.3.0\",\"System.Security.AccessControl|4.4.0\",\"System.Security.Claims|4.3.0\",\"System.Security.Cryptography.Algorithms|4.3.0\",\"System.Security.Cryptography.Cng|4.4.0\",\"System.Security.Cryptography.Csp|4.3.0\",\"System.Security.Cryptography.Encoding|4.3.0\",\"System.Security.Cryptography.OpenSsl|4.4.0\",\"System.Security.Cryptography.Primitives|4.3.0\",\"System.Security.Cryptography.X509Certificates|4.3.0\",\"System.Security.Cryptography.Xml|4.4.0\",\"System.Security.Principal|4.3.0\",\"System.Security.Principal.Windows|4.4.0\",\"System.Text.Encoding|4.3.0\",\"System.Text.Encoding.Extensions|4.3.0\",\"System.Text.RegularExpressions|4.3.0\",\"System.Threading|4.3.0\",\"System.Threading.Overlapped|4.3.0\",\"System.Threading.Tasks|4.3.0\",\"System.Threading.Tasks.Extensions|4.3.0\",\"System.Threading.Tasks.Parallel|4.3.0\",\"System.Threading.Thread|4.3.0\",\"System.Threading.ThreadPool|4.3.0\",\"System.Threading.Timer|4.3.0\",\"System.ValueTuple|4.3.0\",\"System.Xml.ReaderWriter|4.3.0\",\"System.Xml.XDocument|4.3.0\",\"System.Xml.XmlDocument|4.3.0\",\"System.Xml.XmlSerializer|4.3.0\",\"System.Xml.XPath|4.3.0\",\"System.Xml.XPath.XDocument|4.3.0\"],\"version\":\"6.0.5\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.NETCore.Platforms\",\"sha512\":\"sha512-GTMT/dgCRBCRUj11ssZ8K1FJm6Md+C/tSJl8I7YjxOFwSvopaIneV32y1VlnBTI4wy1SwueI7ou2sVfHkWENrA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.5\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Microsoft.Web.Xdt\",\"sha512\":\"sha512-3VApgkdgOglJWtrXSgYzz6o8Cp6IpvmFQMeICyQvvbKoy+OjNwco5ovzBBL1HHj7kEgLfe2ruXW/ZQ1k+2YxYw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.1.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"Microsoft.NETCore.Platforms\"],\"net451\":[\"Microsoft.NETCore.Platforms\"],\"net452\":[\"Microsoft.NETCore.Platforms\"],\"net46\":[\"Microsoft.NETCore.Platforms\"],\"net461\":[\"Microsoft.NETCore.Platforms\"],\"net462\":[\"Microsoft.NETCore.Platforms\"],\"net47\":[\"Microsoft.NETCore.Platforms\"],\"net471\":[\"Microsoft.NETCore.Platforms\"],\"net472\":[\"Microsoft.NETCore.Platforms\"],\"net48\":[\"Microsoft.NETCore.Platforms\"],\"net5.0\":[\"Microsoft.NETCore.Platforms\"],\"net6.0\":[\"Microsoft.NETCore.Platforms\"],\"net7.0\":[\"Microsoft.NETCore.Platforms\"],\"net8.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp1.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp1.1\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.1\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.2\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp3.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp3.1\":[\"Microsoft.NETCore.Platforms\"],\"netstandard\":[],\"netstandard1.0\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.1\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.2\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.3\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.4\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.5\":[\"Microsoft.NETCore.Platforms\"],\"netstandard1.6\":[\"Microsoft.NETCore.Platforms\"],\"netstandard2.0\":[\"Microsoft.NETCore.Platforms\"],\"netstandard2.1\":[\"Microsoft.NETCore.Platforms\"]},\"framework_list\":[],\"id\":\"NETStandard.Library\",\"sha512\":\"sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"2.0.3\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[\"Microsoft.Win32.Primitives|4.0.3.0\",\"System.AppContext|4.1.2.0\",\"System.Buffers|4.0.3.0\",\"System.Collections.Concurrent|4.0.11.0\",\"System.Collections.NonGeneric|4.0.3.0\",\"System.Collections.Specialized|4.0.3.0\",\"System.Collections|4.0.11.0\",\"System.ComponentModel.Composition|4.0.0.0\",\"System.ComponentModel.EventBasedAsync|4.0.11.0\",\"System.ComponentModel.Primitives|4.1.2.0\",\"System.ComponentModel.TypeConverter|4.1.2.0\",\"System.ComponentModel|4.0.1.0\",\"System.Console|4.0.2.0\",\"System.Core|4.0.0.0\",\"System.Data.Common|4.1.2.0\",\"System.Data|4.0.0.0\",\"System.Diagnostics.Contracts|4.0.1.0\",\"System.Diagnostics.Debug|4.0.11.0\",\"System.Diagnostics.FileVersionInfo|4.0.2.0\",\"System.Diagnostics.Process|4.1.2.0\",\"System.Diagnostics.StackTrace|4.0.4.0\",\"System.Diagnostics.TextWriterTraceListener|4.0.2.0\",\"System.Diagnostics.Tools|4.0.1.0\",\"System.Diagnostics.TraceSource|4.0.2.0\",\"System.Diagnostics.Tracing|4.1.2.0\",\"System.Drawing.Primitives|4.0.2.0\",\"System.Drawing|4.0.0.0\",\"System.Dynamic.Runtime|4.0.11.0\",\"System.Globalization.Calendars|4.0.3.0\",\"System.Globalization.Extensions|4.0.3.0\",\"System.Globalization|4.0.11.0\",\"System.IO.Compression.FileSystem|4.0.0.0\",\"System.IO.Compression.ZipFile|4.0.3.0\",\"System.IO.Compression|4.1.3.0\",\"System.IO.FileSystem.DriveInfo|4.0.2.0\",\"System.IO.FileSystem.Primitives|4.0.3.0\",\"System.IO.FileSystem.Watcher|4.0.2.0\",\"System.IO.FileSystem|4.0.3.0\",\"System.IO.IsolatedStorage|4.0.2.0\",\"System.IO.MemoryMappedFiles|4.0.2.0\",\"System.IO.Pipes|4.0.2.0\",\"System.IO.UnmanagedMemoryStream|4.0.3.0\",\"System.IO|4.1.2.0\",\"System.Linq.Expressions|4.1.2.0\",\"System.Linq.Parallel|4.0.1.0\",\"System.Linq.Queryable|4.0.1.0\",\"System.Linq|4.1.2.0\",\"System.Memory|4.0.2.0\",\"System.Net.Http|4.1.2.0\",\"System.Net.NameResolution|4.0.2.0\",\"System.Net.NetworkInformation|4.1.2.0\",\"System.Net.Ping|4.0.2.0\",\"System.Net.Primitives|4.0.11.0\",\"System.Net.Requests|4.0.11.0\",\"System.Net.Security|4.0.2.0\",\"System.Net.Sockets|4.1.2.0\",\"System.Net.WebHeaderCollection|4.0.1.0\",\"System.Net.WebSockets.Client|4.0.2.0\",\"System.Net.WebSockets|4.0.2.0\",\"System.Net|4.0.0.0\",\"System.Numerics.Vectors|4.1.5.0\",\"System.Numerics|4.0.0.0\",\"System.ObjectModel|4.0.11.0\",\"System.Reflection.DispatchProxy|4.0.5.0\",\"System.Reflection.Emit.ILGeneration|4.0.1.0\",\"System.Reflection.Emit.Lightweight|4.0.1.0\",\"System.Reflection.Emit|4.0.1.0\",\"System.Reflection.Extensions|4.0.1.0\",\"System.Reflection.Primitives|4.0.1.0\",\"System.Reflection|4.1.2.0\",\"System.Resources.Reader|4.0.2.0\",\"System.Resources.ResourceManager|4.0.1.0\",\"System.Resources.Writer|4.0.2.0\",\"System.Runtime.CompilerServices.VisualC|4.0.2.0\",\"System.Runtime.Extensions|4.1.2.0\",\"System.Runtime.Handles|4.0.1.0\",\"System.Runtime.InteropServices.RuntimeInformation|4.0.2.0\",\"System.Runtime.InteropServices|4.1.2.0\",\"System.Runtime.Numerics|4.0.1.0\",\"System.Runtime.Serialization.Formatters|4.0.2.0\",\"System.Runtime.Serialization.Json|4.0.1.0\",\"System.Runtime.Serialization.Primitives|4.1.3.0\",\"System.Runtime.Serialization.Xml|4.1.3.0\",\"System.Runtime.Serialization|4.0.0.0\",\"System.Runtime|4.1.2.0\",\"System.Security.Claims|4.0.3.0\",\"System.Security.Cryptography.Algorithms|4.2.2.0\",\"System.Security.Cryptography.Csp|4.0.2.0\",\"System.Security.Cryptography.Encoding|4.0.2.0\",\"System.Security.Cryptography.Primitives|4.0.2.0\",\"System.Security.Cryptography.X509Certificates|4.1.2.0\",\"System.Security.Principal|4.0.1.0\",\"System.Security.SecureString|4.0.2.0\",\"System.ServiceModel.Web|4.0.0.0\",\"System.Text.Encoding.Extensions|4.0.11.0\",\"System.Text.Encoding|4.0.11.0\",\"System.Text.RegularExpressions|4.1.1.0\",\"System.Threading.Overlapped|4.0.3.0\",\"System.Threading.Tasks.Extensions|4.2.1.0\",\"System.Threading.Tasks.Parallel|4.0.1.0\",\"System.Threading.Tasks|4.0.11.0\",\"System.Threading.Thread|4.0.2.0\",\"System.Threading.ThreadPool|4.0.12.0\",\"System.Threading.Timer|4.0.1.0\",\"System.Threading|4.0.11.0\",\"System.Transactions|4.0.0.0\",\"System.ValueTuple|4.0.2.0\",\"System.Web|4.0.0.0\",\"System.Windows|4.0.0.0\",\"System.Xml.Linq|4.0.0.0\",\"System.Xml.ReaderWriter|4.1.1.0\",\"System.Xml.Serialization|4.0.0.0\",\"System.Xml.XDocument|4.0.11.0\",\"System.Xml.XPath.XDocument|4.0.3.0\",\"System.Xml.XPath|4.0.3.0\",\"System.Xml.XmlDocument|4.0.3.0\",\"System.Xml.XmlSerializer|4.0.11.0\",\"System.Xml|4.0.0.0\",\"System|4.0.0.0\",\"mscorlib|4.0.0.0\",\"netstandard|2.1.0.0\"],\"id\":\"NETStandard.Library.Ref\",\"sha512\":\"sha512-Jr0OqnqkaJJGEVq3w9oNQrIEteD/4QBNg3YOh1cvRjydzwop07+5aWjO/SfEYu6CwBn+dSBKXj8niEvTNy2brA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[\"Microsoft.Win32.Primitives|4.3.0\",\"System.AppContext|4.3.0\",\"System.Collections|4.3.0\",\"System.Collections.Concurrent|4.3.0\",\"System.Collections.Immutable|1.4.0\",\"System.Collections.NonGeneric|4.3.0\",\"System.Collections.Specialized|4.3.0\",\"System.ComponentModel|4.3.0\",\"System.ComponentModel.EventBasedAsync|4.3.0\",\"System.ComponentModel.Primitives|4.3.0\",\"System.ComponentModel.TypeConverter|4.3.0\",\"System.Console|4.3.0\",\"System.Data.Common|4.3.0\",\"System.Diagnostics.Contracts|4.3.0\",\"System.Diagnostics.Debug|4.3.0\",\"System.Diagnostics.FileVersionInfo|4.3.0\",\"System.Diagnostics.Process|4.3.0\",\"System.Diagnostics.StackTrace|4.3.0\",\"System.Diagnostics.TextWriterTraceListener|4.3.0\",\"System.Diagnostics.Tools|4.3.0\",\"System.Diagnostics.TraceSource|4.3.0\",\"System.Diagnostics.Tracing|4.3.0\",\"System.Dynamic.Runtime|4.3.0\",\"System.Globalization|4.3.0\",\"System.Globalization.Calendars|4.3.0\",\"System.Globalization.Extensions|4.3.0\",\"System.IO|4.3.0\",\"System.IO.Compression|4.3.0\",\"System.IO.Compression.ZipFile|4.3.0\",\"System.IO.FileSystem|4.3.0\",\"System.IO.FileSystem.DriveInfo|4.3.0\",\"System.IO.FileSystem.Primitives|4.3.0\",\"System.IO.FileSystem.Watcher|4.3.0\",\"System.IO.IsolatedStorage|4.3.0\",\"System.IO.MemoryMappedFiles|4.3.0\",\"System.IO.Pipes|4.3.0\",\"System.IO.UnmanagedMemoryStream|4.3.0\",\"System.Linq|4.3.0\",\"System.Linq.Expressions|4.3.0\",\"System.Linq.Queryable|4.3.0\",\"System.Net.Http|4.3.0\",\"System.Net.NameResolution|4.3.0\",\"System.Net.Primitives|4.3.0\",\"System.Net.Requests|4.3.0\",\"System.Net.Security|4.3.0\",\"System.Net.Sockets|4.3.0\",\"System.Net.WebHeaderCollection|4.3.0\",\"System.ObjectModel|4.3.0\",\"System.Private.DataContractSerialization|4.3.0\",\"System.Reflection|4.3.0\",\"System.Reflection.Emit|4.3.0\",\"System.Reflection.Emit.ILGeneration|4.3.0\",\"System.Reflection.Emit.Lightweight|4.3.0\",\"System.Reflection.Extensions|4.3.0\",\"System.Reflection.Primitives|4.3.0\",\"System.Reflection.TypeExtensions|4.3.0\",\"System.Resources.ResourceManager|4.3.0\",\"System.Runtime|4.3.0\",\"System.Runtime.Extensions|4.3.0\",\"System.Runtime.Handles|4.3.0\",\"System.Runtime.InteropServices|4.3.0\",\"System.Runtime.InteropServices.RuntimeInformation|4.3.0\",\"System.Runtime.Loader|4.3.0\",\"System.Runtime.Numerics|4.3.0\",\"System.Runtime.Serialization.Formatters|4.3.0\",\"System.Runtime.Serialization.Json|4.3.0\",\"System.Runtime.Serialization.Primitives|4.3.0\",\"System.Security.AccessControl|4.4.0\",\"System.Security.Claims|4.3.0\",\"System.Security.Cryptography.Algorithms|4.3.0\",\"System.Security.Cryptography.Csp|4.3.0\",\"System.Security.Cryptography.Encoding|4.3.0\",\"System.Security.Cryptography.Primitives|4.3.0\",\"System.Security.Cryptography.X509Certificates|4.3.0\",\"System.Security.Cryptography.Xml|4.4.0\",\"System.Security.Principal|4.3.0\",\"System.Security.Principal.Windows|4.4.0\",\"System.Text.Encoding|4.3.0\",\"System.Text.Encoding.Extensions|4.3.0\",\"System.Text.RegularExpressions|4.3.0\",\"System.Threading|4.3.0\",\"System.Threading.Overlapped|4.3.0\",\"System.Threading.Tasks|4.3.0\",\"System.Threading.Tasks.Extensions|4.3.0\",\"System.Threading.Tasks.Parallel|4.3.0\",\"System.Threading.Thread|4.3.0\",\"System.Threading.ThreadPool|4.3.0\",\"System.Threading.Timer|4.3.0\",\"System.ValueTuple|4.3.0\",\"System.Xml.ReaderWriter|4.3.0\",\"System.Xml.XDocument|4.3.0\",\"System.Xml.XmlDocument|4.3.0\",\"System.Xml.XmlSerializer|4.3.0\",\"System.Xml.XPath|4.3.0\",\"System.Xml.XPath.XDocument|4.3.0\"],\"version\":\"2.1.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NETStandard.Library\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[\"NETStandard.Library\"],\"netstandard1.1\":[\"NETStandard.Library\"],\"netstandard1.2\":[\"NETStandard.Library\"],\"netstandard1.3\":[\"NETStandard.Library\"],\"netstandard1.4\":[\"NETStandard.Library\"],\"netstandard1.5\":[\"NETStandard.Library\"],\"netstandard1.6\":[\"NETStandard.Library\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Newtonsoft.Json\",\"sha512\":\"sha512-g3MbZi6vBTeaI/hEbvR7vBETSd1DWLe9i1E4P+nPY34v5i94zqUqDXvdWC3G+7tYN9SnsdU9zzegrnRz4h7nsQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"13.0.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net462\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net47\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net471\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net472\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net48\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net5.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net6.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net7.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"net8.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp2.1\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp2.2\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp3.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netcoreapp3.1\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"],\"netstandard2.1\":[\"NuGet.Credentials\",\"NuGet.ProjectModel\"]},\"framework_list\":[],\"id\":\"NuGet.Commands\",\"sha512\":\"sha512-Q7ANXnmLUPC4pWgCZjBy2R7vRDABiaJz5NsBtoErE0dLylx/zQWRMyoa+m4Y478SKvUpt7S1V7LhAOlMRCTPpg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"NuGet.Frameworks\"],\"net451\":[\"NuGet.Frameworks\"],\"net452\":[\"NuGet.Frameworks\"],\"net46\":[\"NuGet.Frameworks\"],\"net461\":[\"NuGet.Frameworks\"],\"net462\":[\"NuGet.Frameworks\"],\"net47\":[\"NuGet.Frameworks\"],\"net471\":[\"NuGet.Frameworks\"],\"net472\":[\"NuGet.Frameworks\"],\"net48\":[\"NuGet.Frameworks\"],\"net5.0\":[\"NuGet.Frameworks\"],\"net6.0\":[\"NuGet.Frameworks\"],\"net7.0\":[\"NuGet.Frameworks\"],\"net8.0\":[\"NuGet.Frameworks\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Frameworks\"],\"netcoreapp2.1\":[\"NuGet.Frameworks\"],\"netcoreapp2.2\":[\"NuGet.Frameworks\"],\"netcoreapp3.0\":[\"NuGet.Frameworks\"],\"netcoreapp3.1\":[\"NuGet.Frameworks\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Frameworks\"],\"netstandard2.1\":[\"NuGet.Frameworks\"]},\"framework_list\":[],\"id\":\"NuGet.Common\",\"sha512\":\"sha512-8M9VtXAB1M15KmvL0F9QsItI96PH3WmYD0z3oxYm5H9G5AIhK8Ivi4kGzqtBJDTsZ/NkP91U1MnoCAeg4E4+zA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[\"NuGet.Common\"],\"net451\":[\"NuGet.Common\"],\"net452\":[\"NuGet.Common\"],\"net46\":[\"NuGet.Common\"],\"net461\":[\"NuGet.Common\"],\"net462\":[\"NuGet.Common\"],\"net47\":[\"NuGet.Common\"],\"net471\":[\"NuGet.Common\"],\"net472\":[\"NuGet.Common\"],\"net48\":[\"NuGet.Common\"],\"net5.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net6.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net7.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"net8.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp2.1\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp2.2\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp3.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netcoreapp3.1\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"],\"netstandard2.1\":[\"NuGet.Common\",\"System.Security.Cryptography.ProtectedData\"]},\"framework_list\":[],\"id\":\"NuGet.Configuration\",\"sha512\":\"sha512-ZJc2HY/D+UEk2U0jxamyBhUbKl2bgluViM/tnP4ObIIfJpOj8dHEJ6xzggulIGDlhe+ItK6yc+sqtCb6qV5+gw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Protocol\"],\"net462\":[\"NuGet.Protocol\"],\"net47\":[\"NuGet.Protocol\"],\"net471\":[\"NuGet.Protocol\"],\"net472\":[\"NuGet.Protocol\"],\"net48\":[\"NuGet.Protocol\"],\"net5.0\":[\"NuGet.Protocol\"],\"net6.0\":[\"NuGet.Protocol\"],\"net7.0\":[\"NuGet.Protocol\"],\"net8.0\":[\"NuGet.Protocol\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Protocol\"],\"netcoreapp2.1\":[\"NuGet.Protocol\"],\"netcoreapp2.2\":[\"NuGet.Protocol\"],\"netcoreapp3.0\":[\"NuGet.Protocol\"],\"netcoreapp3.1\":[\"NuGet.Protocol\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Protocol\"],\"netstandard2.1\":[\"NuGet.Protocol\"]},\"framework_list\":[],\"id\":\"NuGet.Credentials\",\"sha512\":\"sha512-r/fzn5yJaCXyChbhxbGZ5d/4xV4n3NIjVdE3odLfQy0znmcYRCDIfjYGu5l7vO9Nx27F+q7YA+9QmG9sucxX9A==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net462\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net47\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net471\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net472\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net48\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net5.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net6.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net7.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"net8.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp2.1\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp2.2\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp3.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netcoreapp3.1\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"],\"netstandard2.1\":[\"NuGet.LibraryModel\",\"NuGet.Protocol\"]},\"framework_list\":[],\"id\":\"NuGet.DependencyResolver.Core\",\"sha512\":\"sha512-+9mCFiBhnm5C2Cb3dtHaHyv/WarSr5HwRi2NaoVJgudpHoK3B9uy8wB7PNnUos0kOghZmVslemeLsmw7icQqTw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"NuGet.Frameworks\",\"sha512\":\"sha512-l8KtHN2bzA391seLZ9Q2AWK0mbCHpfbwL1nmOSMDxBpWLxqh+nxMWaKL437bROpHltU+oP5LX/hc4Fxm89T9Tg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net462\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net47\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net471\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net472\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net48\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net5.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net6.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net7.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"net8.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp2.1\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp2.2\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp3.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netcoreapp3.1\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Common\",\"NuGet.Versioning\"],\"netstandard2.1\":[\"NuGet.Common\",\"NuGet.Versioning\"]},\"framework_list\":[],\"id\":\"NuGet.LibraryModel\",\"sha512\":\"sha512-xb8XLKJEMymZMAZJeXdSUaDNFRQMJ4MXkOPUaqafcgSKGz8M8BZgfLsBz9QCQVEyHIVYGbI4yroWZYed/c8xSg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net462\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net47\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net471\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net472\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\"],\"net48\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\"],\"net5.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net6.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net7.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"net8.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp2.1\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp2.2\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp3.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netcoreapp3.1\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"],\"netstandard2.1\":[\"NuGet.Commands\",\"NuGet.Resolver\",\"Microsoft.Web.Xdt\",\"System.ComponentModel.Composition\"]},\"framework_list\":[],\"id\":\"NuGet.PackageManagement\",\"sha512\":\"sha512-Kr0CZuStXNsJRL86ecuWGhIHUhYy31rYZJ9WZ0tiFUaRwiPb7HpSQVsV/v3tqrKE7FWUZBpasX1bugXNqXcPjA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net462\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net47\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net471\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net472\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\"],\"net48\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\"],\"net5.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net6.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net7.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"net8.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp2.1\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp2.2\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp3.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netcoreapp3.1\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"],\"netstandard2.1\":[\"NuGet.Configuration\",\"NuGet.Versioning\",\"Newtonsoft.Json\",\"System.Security.Cryptography.Cng\",\"System.Security.Cryptography.Pkcs\"]},\"framework_list\":[],\"id\":\"Nuget.Packaging\",\"sha512\":\"sha512-2HMq5gNgLMOHmqGb84pyEC7ctkCYBVXkhJfcYmHlkpo4FpDA6GQBoT//1h0Q4nGoybtgoBxiIbJu8VRn/9CZrQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"Nuget.Packaging.Core\",\"sha512\":\"sha512-/WXGAbLb4T0pwEfEeY0j8zOVpS36OHNUANL95txANysbLoG7tUr9e+5je+Nfh3iIqzMaHIZXT6JKFvHOBwAotw==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.DependencyResolver.Core\"],\"net462\":[\"NuGet.DependencyResolver.Core\"],\"net47\":[\"NuGet.DependencyResolver.Core\"],\"net471\":[\"NuGet.DependencyResolver.Core\"],\"net472\":[\"NuGet.DependencyResolver.Core\"],\"net48\":[\"NuGet.DependencyResolver.Core\"],\"net5.0\":[\"NuGet.DependencyResolver.Core\"],\"net6.0\":[\"NuGet.DependencyResolver.Core\"],\"net7.0\":[\"NuGet.DependencyResolver.Core\"],\"net8.0\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp2.1\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp2.2\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp3.0\":[\"NuGet.DependencyResolver.Core\"],\"netcoreapp3.1\":[\"NuGet.DependencyResolver.Core\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.DependencyResolver.Core\"],\"netstandard2.1\":[\"NuGet.DependencyResolver.Core\"]},\"framework_list\":[],\"id\":\"NuGet.ProjectModel\",\"sha512\":\"sha512-gsZS2Kuat3ZjjPcBQ3Mc8QlRv6mP1OzNzkF4Dzybu3LgtG+kwvgQh4UMLbiIrko6WKbwVTbr8nQYpL+wsVZ4hA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"NuGet.Protocol\",\"sha512\":\"sha512-lY85Pgf7kr0JwTufdJmfDgBwN9BRQc96F4xxKrUGSALhuZRRC7y6f2RN1JQ0UTPIXlQx7HTG/h0UZEknQj3/UQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[\"NuGet.Protocol\"],\"net462\":[\"NuGet.Protocol\"],\"net47\":[\"NuGet.Protocol\"],\"net471\":[\"NuGet.Protocol\"],\"net472\":[\"NuGet.Protocol\"],\"net48\":[\"NuGet.Protocol\"],\"net5.0\":[\"NuGet.Protocol\"],\"net6.0\":[\"NuGet.Protocol\"],\"net7.0\":[\"NuGet.Protocol\"],\"net8.0\":[\"NuGet.Protocol\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"NuGet.Protocol\"],\"netcoreapp2.1\":[\"NuGet.Protocol\"],\"netcoreapp2.2\":[\"NuGet.Protocol\"],\"netcoreapp3.0\":[\"NuGet.Protocol\"],\"netcoreapp3.1\":[\"NuGet.Protocol\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"NuGet.Protocol\"],\"netstandard2.1\":[\"NuGet.Protocol\"]},\"framework_list\":[],\"id\":\"NuGet.Resolver\",\"sha512\":\"sha512-a2zWl9RkKDkcVUqfRJjz3O4uoPIWf3PGaFf6AntXtTKjvvsB6SZz8jjPSGdLgTTRIWzsFlybKp6yU+GaXeIQkg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"NuGet.Versioning\",\"sha512\":\"sha512-NW11tfXijCWeI8d71HKpNPKPzJqr30PtUyJHzCpKFMFTGZhsHh2YxgjKBuhpC5R59SMZUzqrFF5CgJ8uGaupqg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.10.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"NETStandard.Library\"],\"net6.0\":[\"NETStandard.Library\"],\"net7.0\":[\"NETStandard.Library\"],\"net8.0\":[\"NETStandard.Library\"],\"netcoreapp1.0\":[\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NETStandard.Library\"],\"netcoreapp2.0\":[\"NETStandard.Library\"],\"netcoreapp2.1\":[\"NETStandard.Library\"],\"netcoreapp2.2\":[\"NETStandard.Library\"],\"netcoreapp3.0\":[\"NETStandard.Library\"],\"netcoreapp3.1\":[\"NETStandard.Library\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[\"NETStandard.Library\"],\"netstandard1.5\":[\"NETStandard.Library\"],\"netstandard1.6\":[\"NETStandard.Library\"],\"netstandard2.0\":[\"NETStandard.Library\"],\"netstandard2.1\":[\"NETStandard.Library\"]},\"framework_list\":[],\"id\":\"NUnit\",\"sha512\":\"sha512-HAhwFxr+Z+PJf8hXzc747NecvsDwEZ+3X8SA5+GIRM43GAy1Ap+TQPMHsWCnisfes5vPZ1/a2md/91u+shoTsQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.12.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[\"NUnit\"],\"net40\":[\"NUnit\"],\"net403\":[\"NUnit\"],\"net45\":[\"NUnit\"],\"net451\":[\"NUnit\"],\"net452\":[\"NUnit\"],\"net46\":[\"NUnit\"],\"net461\":[\"NUnit\"],\"net462\":[\"NUnit\"],\"net47\":[\"NUnit\"],\"net471\":[\"NUnit\"],\"net472\":[\"NUnit\"],\"net48\":[\"NUnit\"],\"net5.0\":[\"NUnit\",\"NETStandard.Library\"],\"net6.0\":[\"NUnit\",\"NETStandard.Library\"],\"net7.0\":[\"NUnit\",\"NETStandard.Library\"],\"net8.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp1.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp2.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp2.1\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp2.2\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp3.0\":[\"NUnit\",\"NETStandard.Library\"],\"netcoreapp3.1\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard1.5\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard1.6\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard2.0\":[\"NUnit\",\"NETStandard.Library\"],\"netstandard2.1\":[\"NUnit\",\"NETStandard.Library\"]},\"framework_list\":[],\"id\":\"NUnitLite\",\"sha512\":\"sha512-M9VVS4x3KURXFS4HTl2b7uJOX7vOi2wzpHACmNX6ANlBmb0/hIehJLciiVvddD3ubIIL81EF4Qk54kpsUOtVFQ==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"3.12.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[\"NETStandard.Library\"],\"netcoreapp1.1\":[\"NETStandard.Library\"],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[\"NETStandard.Library\"],\"netstandard1.2\":[\"NETStandard.Library\"],\"netstandard1.3\":[\"NETStandard.Library\"],\"netstandard1.4\":[\"NETStandard.Library\"],\"netstandard1.5\":[\"NETStandard.Library\"],\"netstandard1.6\":[\"NETStandard.Library\"],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.ComponentModel.Annotations\",\"sha512\":\"sha512-WJqsTGaXAc55EPGjJylPFXiNPs/x1t9dklVlHlIBxUEcIxIob6sRGm9Un7TehkyEFM+vKjZd7rbwaMH/znw1PA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.ComponentModel.Composition\",\"sha512\":\"sha512-YWQ3ENu0D2st9ZV+Yj4u3IFcas0Pw7S4c7ymDUooPLb1psNJ53YniX2orSiY2OlRWnssaUsTytnVJa/KfCn5aA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Formats.Asn1\",\"sha512\":\"sha512-62YP6zLnvmFtFI3rjybbrnSeK6hHQCaFfJJfoNhQqrETJBPehSucQxIyQs5W+GGBW/rpSXD/0NqNW7mttIWXhA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Formats.Asn1\"],\"net6.0\":[\"System.Formats.Asn1\"],\"net7.0\":[\"System.Formats.Asn1\"],\"net8.0\":[\"System.Formats.Asn1\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"Microsoft.NETCore.Platforms\"],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[\"System.Formats.Asn1\"],\"netcoreapp3.1\":[\"System.Formats.Asn1\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Cng\",\"sha512\":\"sha512-trvkAklUhzM+/z9bPnGmDLzmbvD0l1IlC6gpFRpzjGLylTgtTPqm8Uv7tnDBTuBQObjEZBxNS0bChIi6zQCV9w==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"5.0.0\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"net6.0\":[\"System.Formats.Asn1\"],\"net7.0\":[\"System.Formats.Asn1\"],\"net8.0\":[\"System.Formats.Asn1\"],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp2.1\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp2.2\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp3.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netcoreapp3.1\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"],\"netstandard2.1\":[\"System.Formats.Asn1\",\"System.Security.Cryptography.Cng\"]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.Pkcs\",\"sha512\":\"sha512-ubxxZt0n9t8Xe/NtN53XMf6ZSfRKsk/T+mheDuoZbYrBJRLVyQ4pecXoROihl/DyC9uVOt6QrejwLAx1Raj1wg==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.1\"}", - "{\"dependencies\":{\"net11\":[],\"net20\":[],\"net30\":[],\"net35\":[],\"net40\":[],\"net403\":[],\"net45\":[],\"net451\":[],\"net452\":[],\"net46\":[],\"net461\":[],\"net462\":[],\"net47\":[],\"net471\":[],\"net472\":[],\"net48\":[],\"net5.0\":[],\"net6.0\":[],\"net7.0\":[],\"net8.0\":[],\"netcoreapp1.0\":[],\"netcoreapp1.1\":[],\"netcoreapp2.0\":[],\"netcoreapp2.1\":[],\"netcoreapp2.2\":[],\"netcoreapp3.0\":[],\"netcoreapp3.1\":[],\"netstandard\":[],\"netstandard1.0\":[],\"netstandard1.1\":[],\"netstandard1.2\":[],\"netstandard1.3\":[],\"netstandard1.4\":[],\"netstandard1.5\":[],\"netstandard1.6\":[],\"netstandard2.0\":[],\"netstandard2.1\":[]},\"framework_list\":[],\"id\":\"System.Security.Cryptography.ProtectedData\",\"sha512\":\"sha512-SJtdqwq/rfuLwtBDfeg6FEeRgHGUlEDnZttwHIHDUY3mo4o+D2mXBrBtWRq1OTx7wLLqqBwVv/FWM5JI5sNXMA==\",\"sources\":[\"https://api.nuget.org/v3/index.json\"],\"targeting_pack_overrides\":[],\"version\":\"6.0.0\"}" - ], - "targeting_pack_overrides": { - "mcmaster.extensions.commandlineutils": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|4.4.0", - "Microsoft.Win32.Primitives|4.3.0", - "Microsoft.Win32.Registry|4.4.0", - "runtime.debian.8-x64.runtime.native.System|4.3.0", - "runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.23-x64.runtime.native.System|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.fedora.24-x64.runtime.native.System|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.rhel.7-x64.runtime.native.System|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.0", - "System.AppContext|4.3.0", - "System.Buffers|4.4.0", - "System.Collections|4.3.0", - "System.Collections.Concurrent|4.3.0", - "System.Collections.Immutable|1.4.0", - "System.Collections.NonGeneric|4.3.0", - "System.Collections.Specialized|4.3.0", - "System.ComponentModel|4.3.0", - "System.ComponentModel.EventBasedAsync|4.3.0", - "System.ComponentModel.Primitives|4.3.0", - "System.ComponentModel.TypeConverter|4.3.0", - "System.Console|4.3.0", - "System.Data.Common|4.3.0", - "System.Diagnostics.Contracts|4.3.0", - "System.Diagnostics.Debug|4.3.0", - "System.Diagnostics.DiagnosticSource|4.4.0", - "System.Diagnostics.FileVersionInfo|4.3.0", - "System.Diagnostics.Process|4.3.0", - "System.Diagnostics.StackTrace|4.3.0", - "System.Diagnostics.TextWriterTraceListener|4.3.0", - "System.Diagnostics.Tools|4.3.0", - "System.Diagnostics.TraceSource|4.3.0", - "System.Diagnostics.Tracing|4.3.0", - "System.Dynamic.Runtime|4.3.0", - "System.Globalization|4.3.0", - "System.Globalization.Calendars|4.3.0", - "System.Globalization.Extensions|4.3.0", - "System.IO|4.3.0", - "System.IO.Compression|4.3.0", - "System.IO.Compression.ZipFile|4.3.0", - "System.IO.FileSystem|4.3.0", - "System.IO.FileSystem.AccessControl|4.4.0", - "System.IO.FileSystem.DriveInfo|4.3.0", - "System.IO.FileSystem.Primitives|4.3.0", - "System.IO.FileSystem.Watcher|4.3.0", - "System.IO.IsolatedStorage|4.3.0", - "System.IO.MemoryMappedFiles|4.3.0", - "System.IO.Pipes|4.3.0", - "System.IO.UnmanagedMemoryStream|4.3.0", - "System.Linq|4.3.0", - "System.Linq.Expressions|4.3.0", - "System.Linq.Queryable|4.3.0", - "System.Net.Http|4.3.0", - "System.Net.NameResolution|4.3.0", - "System.Net.Primitives|4.3.0", - "System.Net.Requests|4.3.0", - "System.Net.Security|4.3.0", - "System.Net.Sockets|4.3.0", - "System.Net.WebHeaderCollection|4.3.0", - "System.ObjectModel|4.3.0", - "System.Private.DataContractSerialization|4.3.0", - "System.Reflection|4.3.0", - "System.Reflection.Emit|4.3.0", - "System.Reflection.Emit.ILGeneration|4.3.0", - "System.Reflection.Emit.Lightweight|4.3.0", - "System.Reflection.Extensions|4.3.0", - "System.Reflection.Metadata|1.5.0", - "System.Reflection.Primitives|4.3.0", - "System.Reflection.TypeExtensions|4.3.0", - "System.Resources.ResourceManager|4.3.0", - "System.Runtime|4.3.0", - "System.Runtime.Extensions|4.3.0", - "System.Runtime.Handles|4.3.0", - "System.Runtime.InteropServices|4.3.0", - "System.Runtime.InteropServices.RuntimeInformation|4.3.0", - "System.Runtime.Loader|4.3.0", - "System.Runtime.Numerics|4.3.0", - "System.Runtime.Serialization.Formatters|4.3.0", - "System.Runtime.Serialization.Json|4.3.0", - "System.Runtime.Serialization.Primitives|4.3.0", - "System.Security.AccessControl|4.4.0", - "System.Security.Claims|4.3.0", - "System.Security.Cryptography.Algorithms|4.3.0", - "System.Security.Cryptography.Cng|4.4.0", - "System.Security.Cryptography.Csp|4.3.0", - "System.Security.Cryptography.Encoding|4.3.0", - "System.Security.Cryptography.OpenSsl|4.4.0", - "System.Security.Cryptography.Primitives|4.3.0", - "System.Security.Cryptography.X509Certificates|4.3.0", - "System.Security.Cryptography.Xml|4.4.0", - "System.Security.Principal|4.3.0", - "System.Security.Principal.Windows|4.4.0", - "System.Text.Encoding|4.3.0", - "System.Text.Encoding.Extensions|4.3.0", - "System.Text.RegularExpressions|4.3.0", - "System.Threading|4.3.0", - "System.Threading.Overlapped|4.3.0", - "System.Threading.Tasks|4.3.0", - "System.Threading.Tasks.Extensions|4.3.0", - "System.Threading.Tasks.Parallel|4.3.0", - "System.Threading.Thread|4.3.0", - "System.Threading.ThreadPool|4.3.0", - "System.Threading.Timer|4.3.0", - "System.ValueTuple|4.3.0", - "System.Xml.ReaderWriter|4.3.0", - "System.Xml.XDocument|4.3.0", - "System.Xml.XmlDocument|4.3.0", - "System.Xml.XmlSerializer|4.3.0", - "System.Xml.XPath|4.3.0", - "System.Xml.XPath.XDocument|4.3.0" - ], - "microsoft.netcore.platforms": [], - "microsoft.web.xdt": [], - "netstandard.library": [], - "netstandard.library.ref": [ - "Microsoft.Win32.Primitives|4.3.0", - "System.AppContext|4.3.0", - "System.Collections|4.3.0", - "System.Collections.Concurrent|4.3.0", - "System.Collections.Immutable|1.4.0", - "System.Collections.NonGeneric|4.3.0", - "System.Collections.Specialized|4.3.0", - "System.ComponentModel|4.3.0", - "System.ComponentModel.EventBasedAsync|4.3.0", - "System.ComponentModel.Primitives|4.3.0", - "System.ComponentModel.TypeConverter|4.3.0", - "System.Console|4.3.0", - "System.Data.Common|4.3.0", - "System.Diagnostics.Contracts|4.3.0", - "System.Diagnostics.Debug|4.3.0", - "System.Diagnostics.FileVersionInfo|4.3.0", - "System.Diagnostics.Process|4.3.0", - "System.Diagnostics.StackTrace|4.3.0", - "System.Diagnostics.TextWriterTraceListener|4.3.0", - "System.Diagnostics.Tools|4.3.0", - "System.Diagnostics.TraceSource|4.3.0", - "System.Diagnostics.Tracing|4.3.0", - "System.Dynamic.Runtime|4.3.0", - "System.Globalization|4.3.0", - "System.Globalization.Calendars|4.3.0", - "System.Globalization.Extensions|4.3.0", - "System.IO|4.3.0", - "System.IO.Compression|4.3.0", - "System.IO.Compression.ZipFile|4.3.0", - "System.IO.FileSystem|4.3.0", - "System.IO.FileSystem.DriveInfo|4.3.0", - "System.IO.FileSystem.Primitives|4.3.0", - "System.IO.FileSystem.Watcher|4.3.0", - "System.IO.IsolatedStorage|4.3.0", - "System.IO.MemoryMappedFiles|4.3.0", - "System.IO.Pipes|4.3.0", - "System.IO.UnmanagedMemoryStream|4.3.0", - "System.Linq|4.3.0", - "System.Linq.Expressions|4.3.0", - "System.Linq.Queryable|4.3.0", - "System.Net.Http|4.3.0", - "System.Net.NameResolution|4.3.0", - "System.Net.Primitives|4.3.0", - "System.Net.Requests|4.3.0", - "System.Net.Security|4.3.0", - "System.Net.Sockets|4.3.0", - "System.Net.WebHeaderCollection|4.3.0", - "System.ObjectModel|4.3.0", - "System.Private.DataContractSerialization|4.3.0", - "System.Reflection|4.3.0", - "System.Reflection.Emit|4.3.0", - "System.Reflection.Emit.ILGeneration|4.3.0", - "System.Reflection.Emit.Lightweight|4.3.0", - "System.Reflection.Extensions|4.3.0", - "System.Reflection.Primitives|4.3.0", - "System.Reflection.TypeExtensions|4.3.0", - "System.Resources.ResourceManager|4.3.0", - "System.Runtime|4.3.0", - "System.Runtime.Extensions|4.3.0", - "System.Runtime.Handles|4.3.0", - "System.Runtime.InteropServices|4.3.0", - "System.Runtime.InteropServices.RuntimeInformation|4.3.0", - "System.Runtime.Loader|4.3.0", - "System.Runtime.Numerics|4.3.0", - "System.Runtime.Serialization.Formatters|4.3.0", - "System.Runtime.Serialization.Json|4.3.0", - "System.Runtime.Serialization.Primitives|4.3.0", - "System.Security.AccessControl|4.4.0", - "System.Security.Claims|4.3.0", - "System.Security.Cryptography.Algorithms|4.3.0", - "System.Security.Cryptography.Csp|4.3.0", - "System.Security.Cryptography.Encoding|4.3.0", - "System.Security.Cryptography.Primitives|4.3.0", - "System.Security.Cryptography.X509Certificates|4.3.0", - "System.Security.Cryptography.Xml|4.4.0", - "System.Security.Principal|4.3.0", - "System.Security.Principal.Windows|4.4.0", - "System.Text.Encoding|4.3.0", - "System.Text.Encoding.Extensions|4.3.0", - "System.Text.RegularExpressions|4.3.0", - "System.Threading|4.3.0", - "System.Threading.Overlapped|4.3.0", - "System.Threading.Tasks|4.3.0", - "System.Threading.Tasks.Extensions|4.3.0", - "System.Threading.Tasks.Parallel|4.3.0", - "System.Threading.Thread|4.3.0", - "System.Threading.ThreadPool|4.3.0", - "System.Threading.Timer|4.3.0", - "System.ValueTuple|4.3.0", - "System.Xml.ReaderWriter|4.3.0", - "System.Xml.XDocument|4.3.0", - "System.Xml.XmlDocument|4.3.0", - "System.Xml.XmlSerializer|4.3.0", - "System.Xml.XPath|4.3.0", - "System.Xml.XPath.XDocument|4.3.0" - ], - "newtonsoft.json": [], - "nuget.commands": [], - "nuget.common": [], - "nuget.configuration": [], - "nuget.credentials": [], - "nuget.dependencyresolver.core": [], - "nuget.frameworks": [], - "nuget.librarymodel": [], - "nuget.packagemanagement": [], - "nuget.packaging": [], - "nuget.packaging.core": [], - "nuget.projectmodel": [], - "nuget.protocol": [], - "nuget.resolver": [], - "nuget.versioning": [], - "nunit": [], - "nunitlite": [], - "system.componentmodel.annotations": [], - "system.componentmodel.composition": [], - "system.formats.asn1": [], - "system.security.cryptography.cng": [], - "system.security.cryptography.pkcs": [], - "system.security.cryptography.protecteddata": [] - }, - "framework_list": { - "mcmaster.extensions.commandlineutils": [], - "microsoft.netcore.app.ref": [ - "Microsoft.CSharp|6.0.0.0", - "Microsoft.VisualBasic.Core|11.0.0.0", - "Microsoft.VisualBasic|10.0.0.0", - "Microsoft.Win32.Primitives|6.0.0.0", - "Microsoft.Win32.Registry|6.0.0.0", - "System.AppContext|6.0.0.0", - "System.Buffers|6.0.0.0", - "System.Collections.Concurrent|6.0.0.0", - "System.Collections.Immutable|6.0.0.0", - "System.Collections.NonGeneric|6.0.0.0", - "System.Collections.Specialized|6.0.0.0", - "System.Collections|6.0.0.0", - "System.ComponentModel.Annotations|6.0.0.0", - "System.ComponentModel.DataAnnotations|4.0.0.0", - "System.ComponentModel.EventBasedAsync|6.0.0.0", - "System.ComponentModel.Primitives|6.0.0.0", - "System.ComponentModel.TypeConverter|6.0.0.0", - "System.ComponentModel|6.0.0.0", - "System.Configuration|4.0.0.0", - "System.Console|6.0.0.0", - "System.Core|4.0.0.0", - "System.Data.Common|6.0.0.0", - "System.Data.DataSetExtensions|4.0.0.0", - "System.Data|4.0.0.0", - "System.Diagnostics.Contracts|6.0.0.0", - "System.Diagnostics.Debug|6.0.0.0", - "System.Diagnostics.DiagnosticSource|6.0.0.0", - "System.Diagnostics.FileVersionInfo|6.0.0.0", - "System.Diagnostics.Process|6.0.0.0", - "System.Diagnostics.StackTrace|6.0.0.0", - "System.Diagnostics.TextWriterTraceListener|6.0.0.0", - "System.Diagnostics.Tools|6.0.0.0", - "System.Diagnostics.TraceSource|6.0.0.0", - "System.Diagnostics.Tracing|6.0.0.0", - "System.Drawing.Primitives|6.0.0.0", - "System.Drawing|4.0.0.0", - "System.Dynamic.Runtime|6.0.0.0", - "System.Formats.Asn1|6.0.0.0", - "System.Globalization.Calendars|6.0.0.0", - "System.Globalization.Extensions|6.0.0.0", - "System.Globalization|6.0.0.0", - "System.IO.Compression.Brotli|6.0.0.0", - "System.IO.Compression.FileSystem|4.0.0.0", - "System.IO.Compression.ZipFile|6.0.0.0", - "System.IO.Compression|6.0.0.0", - "System.IO.FileSystem.AccessControl|6.0.0.0", - "System.IO.FileSystem.DriveInfo|6.0.0.0", - "System.IO.FileSystem.Primitives|6.0.0.0", - "System.IO.FileSystem.Watcher|6.0.0.0", - "System.IO.FileSystem|6.0.0.0", - "System.IO.IsolatedStorage|6.0.0.0", - "System.IO.MemoryMappedFiles|6.0.0.0", - "System.IO.Pipes.AccessControl|6.0.0.0", - "System.IO.Pipes|6.0.0.0", - "System.IO.UnmanagedMemoryStream|6.0.0.0", - "System.IO|6.0.0.0", - "System.Linq.Expressions|6.0.0.0", - "System.Linq.Parallel|6.0.0.0", - "System.Linq.Queryable|6.0.0.0", - "System.Linq|6.0.0.0", - "System.Memory|6.0.0.0", - "System.Net.Http.Json|6.0.0.0", - "System.Net.Http|6.0.0.0", - "System.Net.HttpListener|6.0.0.0", - "System.Net.Mail|6.0.0.0", - "System.Net.NameResolution|6.0.0.0", - "System.Net.NetworkInformation|6.0.0.0", - "System.Net.Ping|6.0.0.0", - "System.Net.Primitives|6.0.0.0", - "System.Net.Requests|6.0.0.0", - "System.Net.Security|6.0.0.0", - "System.Net.ServicePoint|6.0.0.0", - "System.Net.Sockets|6.0.0.0", - "System.Net.WebClient|6.0.0.0", - "System.Net.WebHeaderCollection|6.0.0.0", - "System.Net.WebProxy|6.0.0.0", - "System.Net.WebSockets.Client|6.0.0.0", - "System.Net.WebSockets|6.0.0.0", - "System.Net|4.0.0.0", - "System.Numerics.Vectors|6.0.0.0", - "System.Numerics|4.0.0.0", - "System.ObjectModel|6.0.0.0", - "System.Reflection.DispatchProxy|6.0.0.0", - "System.Reflection.Emit.ILGeneration|6.0.0.0", - "System.Reflection.Emit.Lightweight|6.0.0.0", - "System.Reflection.Emit|6.0.0.0", - "System.Reflection.Extensions|6.0.0.0", - "System.Reflection.Metadata|6.0.0.0", - "System.Reflection.Primitives|6.0.0.0", - "System.Reflection.TypeExtensions|6.0.0.0", - "System.Reflection|6.0.0.0", - "System.Resources.Reader|6.0.0.0", - "System.Resources.ResourceManager|6.0.0.0", - "System.Resources.Writer|6.0.0.0", - "System.Runtime.CompilerServices.Unsafe|6.0.0.0", - "System.Runtime.CompilerServices.VisualC|6.0.0.0", - "System.Runtime.Extensions|6.0.0.0", - "System.Runtime.Handles|6.0.0.0", - "System.Runtime.InteropServices.RuntimeInformation|6.0.0.0", - "System.Runtime.InteropServices|6.0.0.0", - "System.Runtime.Intrinsics|6.0.0.0", - "System.Runtime.Loader|6.0.0.0", - "System.Runtime.Numerics|6.0.0.0", - "System.Runtime.Serialization.Formatters|6.0.0.0", - "System.Runtime.Serialization.Json|6.0.0.0", - "System.Runtime.Serialization.Primitives|6.0.0.0", - "System.Runtime.Serialization.Xml|6.0.0.0", - "System.Runtime.Serialization|4.0.0.0", - "System.Runtime|6.0.0.0", - "System.Security.AccessControl|6.0.0.0", - "System.Security.Claims|6.0.0.0", - "System.Security.Cryptography.Algorithms|6.0.0.0", - "System.Security.Cryptography.Cng|6.0.0.0", - "System.Security.Cryptography.Csp|6.0.0.0", - "System.Security.Cryptography.Encoding|6.0.0.0", - "System.Security.Cryptography.OpenSsl|6.0.0.0", - "System.Security.Cryptography.Primitives|6.0.0.0", - "System.Security.Cryptography.X509Certificates|6.0.0.0", - "System.Security.Principal.Windows|6.0.0.0", - "System.Security.Principal|6.0.0.0", - "System.Security.SecureString|6.0.0.0", - "System.Security|4.0.0.0", - "System.ServiceModel.Web|4.0.0.0", - "System.ServiceProcess|4.0.0.0", - "System.Text.Encoding.CodePages|6.0.0.0", - "System.Text.Encoding.Extensions|6.0.0.0", - "System.Text.Encoding|6.0.0.0", - "System.Text.Encodings.Web|6.0.0.0", - "System.Text.Json|6.0.0.0", - "System.Text.RegularExpressions|6.0.0.0", - "System.Threading.Channels|6.0.0.0", - "System.Threading.Overlapped|6.0.0.0", - "System.Threading.Tasks.Dataflow|6.0.0.0", - "System.Threading.Tasks.Extensions|6.0.0.0", - "System.Threading.Tasks.Parallel|6.0.0.0", - "System.Threading.Tasks|6.0.0.0", - "System.Threading.Thread|6.0.0.0", - "System.Threading.ThreadPool|6.0.0.0", - "System.Threading.Timer|6.0.0.0", - "System.Threading|6.0.0.0", - "System.Transactions.Local|6.0.0.0", - "System.Transactions|4.0.0.0", - "System.ValueTuple|4.0.3.0", - "System.Web.HttpUtility|6.0.0.0", - "System.Web|4.0.0.0", - "System.Windows|4.0.0.0", - "System.Xml.Linq|4.0.0.0", - "System.Xml.ReaderWriter|6.0.0.0", - "System.Xml.Serialization|4.0.0.0", - "System.Xml.XDocument|6.0.0.0", - "System.Xml.XPath.XDocument|6.0.0.0", - "System.Xml.XPath|6.0.0.0", - "System.Xml.XmlDocument|6.0.0.0", - "System.Xml.XmlSerializer|6.0.0.0", - "System.Xml|4.0.0.0", - "System|4.0.0.0", - "WindowsBase|4.0.0.0", - "mscorlib|4.0.0.0", - "netstandard|2.1.0.0" - ], - "microsoft.netcore.platforms": [], - "microsoft.web.xdt": [], - "netstandard.library": [], - "netstandard.library.ref": [ - "Microsoft.Win32.Primitives|4.0.3.0", - "System.AppContext|4.1.2.0", - "System.Buffers|4.0.3.0", - "System.Collections.Concurrent|4.0.11.0", - "System.Collections.NonGeneric|4.0.3.0", - "System.Collections.Specialized|4.0.3.0", - "System.Collections|4.0.11.0", - "System.ComponentModel.Composition|4.0.0.0", - "System.ComponentModel.EventBasedAsync|4.0.11.0", - "System.ComponentModel.Primitives|4.1.2.0", - "System.ComponentModel.TypeConverter|4.1.2.0", - "System.ComponentModel|4.0.1.0", - "System.Console|4.0.2.0", - "System.Core|4.0.0.0", - "System.Data.Common|4.1.2.0", - "System.Data|4.0.0.0", - "System.Diagnostics.Contracts|4.0.1.0", - "System.Diagnostics.Debug|4.0.11.0", - "System.Diagnostics.FileVersionInfo|4.0.2.0", - "System.Diagnostics.Process|4.1.2.0", - "System.Diagnostics.StackTrace|4.0.4.0", - "System.Diagnostics.TextWriterTraceListener|4.0.2.0", - "System.Diagnostics.Tools|4.0.1.0", - "System.Diagnostics.TraceSource|4.0.2.0", - "System.Diagnostics.Tracing|4.1.2.0", - "System.Drawing.Primitives|4.0.2.0", - "System.Drawing|4.0.0.0", - "System.Dynamic.Runtime|4.0.11.0", - "System.Globalization.Calendars|4.0.3.0", - "System.Globalization.Extensions|4.0.3.0", - "System.Globalization|4.0.11.0", - "System.IO.Compression.FileSystem|4.0.0.0", - "System.IO.Compression.ZipFile|4.0.3.0", - "System.IO.Compression|4.1.3.0", - "System.IO.FileSystem.DriveInfo|4.0.2.0", - "System.IO.FileSystem.Primitives|4.0.3.0", - "System.IO.FileSystem.Watcher|4.0.2.0", - "System.IO.FileSystem|4.0.3.0", - "System.IO.IsolatedStorage|4.0.2.0", - "System.IO.MemoryMappedFiles|4.0.2.0", - "System.IO.Pipes|4.0.2.0", - "System.IO.UnmanagedMemoryStream|4.0.3.0", - "System.IO|4.1.2.0", - "System.Linq.Expressions|4.1.2.0", - "System.Linq.Parallel|4.0.1.0", - "System.Linq.Queryable|4.0.1.0", - "System.Linq|4.1.2.0", - "System.Memory|4.0.2.0", - "System.Net.Http|4.1.2.0", - "System.Net.NameResolution|4.0.2.0", - "System.Net.NetworkInformation|4.1.2.0", - "System.Net.Ping|4.0.2.0", - "System.Net.Primitives|4.0.11.0", - "System.Net.Requests|4.0.11.0", - "System.Net.Security|4.0.2.0", - "System.Net.Sockets|4.1.2.0", - "System.Net.WebHeaderCollection|4.0.1.0", - "System.Net.WebSockets.Client|4.0.2.0", - "System.Net.WebSockets|4.0.2.0", - "System.Net|4.0.0.0", - "System.Numerics.Vectors|4.1.5.0", - "System.Numerics|4.0.0.0", - "System.ObjectModel|4.0.11.0", - "System.Reflection.DispatchProxy|4.0.5.0", - "System.Reflection.Emit.ILGeneration|4.0.1.0", - "System.Reflection.Emit.Lightweight|4.0.1.0", - "System.Reflection.Emit|4.0.1.0", - "System.Reflection.Extensions|4.0.1.0", - "System.Reflection.Primitives|4.0.1.0", - "System.Reflection|4.1.2.0", - "System.Resources.Reader|4.0.2.0", - "System.Resources.ResourceManager|4.0.1.0", - "System.Resources.Writer|4.0.2.0", - "System.Runtime.CompilerServices.VisualC|4.0.2.0", - "System.Runtime.Extensions|4.1.2.0", - "System.Runtime.Handles|4.0.1.0", - "System.Runtime.InteropServices.RuntimeInformation|4.0.2.0", - "System.Runtime.InteropServices|4.1.2.0", - "System.Runtime.Numerics|4.0.1.0", - "System.Runtime.Serialization.Formatters|4.0.2.0", - "System.Runtime.Serialization.Json|4.0.1.0", - "System.Runtime.Serialization.Primitives|4.1.3.0", - "System.Runtime.Serialization.Xml|4.1.3.0", - "System.Runtime.Serialization|4.0.0.0", - "System.Runtime|4.1.2.0", - "System.Security.Claims|4.0.3.0", - "System.Security.Cryptography.Algorithms|4.2.2.0", - "System.Security.Cryptography.Csp|4.0.2.0", - "System.Security.Cryptography.Encoding|4.0.2.0", - "System.Security.Cryptography.Primitives|4.0.2.0", - "System.Security.Cryptography.X509Certificates|4.1.2.0", - "System.Security.Principal|4.0.1.0", - "System.Security.SecureString|4.0.2.0", - "System.ServiceModel.Web|4.0.0.0", - "System.Text.Encoding.Extensions|4.0.11.0", - "System.Text.Encoding|4.0.11.0", - "System.Text.RegularExpressions|4.1.1.0", - "System.Threading.Overlapped|4.0.3.0", - "System.Threading.Tasks.Extensions|4.2.1.0", - "System.Threading.Tasks.Parallel|4.0.1.0", - "System.Threading.Tasks|4.0.11.0", - "System.Threading.Thread|4.0.2.0", - "System.Threading.ThreadPool|4.0.12.0", - "System.Threading.Timer|4.0.1.0", - "System.Threading|4.0.11.0", - "System.Transactions|4.0.0.0", - "System.ValueTuple|4.0.2.0", - "System.Web|4.0.0.0", - "System.Windows|4.0.0.0", - "System.Xml.Linq|4.0.0.0", - "System.Xml.ReaderWriter|4.1.1.0", - "System.Xml.Serialization|4.0.0.0", - "System.Xml.XDocument|4.0.11.0", - "System.Xml.XPath.XDocument|4.0.3.0", - "System.Xml.XPath|4.0.3.0", - "System.Xml.XmlDocument|4.0.3.0", - "System.Xml.XmlSerializer|4.0.11.0", - "System.Xml|4.0.0.0", - "System|4.0.0.0", - "mscorlib|4.0.0.0", - "netstandard|2.1.0.0" - ], - "newtonsoft.json": [], - "nuget.commands": [], - "nuget.common": [], - "nuget.configuration": [], - "nuget.credentials": [], - "nuget.dependencyresolver.core": [], - "nuget.frameworks": [], - "nuget.librarymodel": [], - "nuget.packagemanagement": [], - "nuget.packaging": [], - "nuget.packaging.core": [], - "nuget.projectmodel": [], - "nuget.protocol": [], - "nuget.resolver": [], - "nuget.versioning": [], - "nunit": [], - "nunitlite": [], - "system.componentmodel.annotations": [], - "system.componentmodel.composition": [], - "system.formats.asn1": [], - "system.security.cryptography.cng": [], - "system.security.cryptography.pkcs": [], - "system.security.cryptography.protecteddata": [] - } - } - }, - "nuget.nuget.commands.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.commands", - "version": "5.10.0", - "sha512": "sha512-Q7ANXnmLUPC4pWgCZjBy2R7vRDABiaJz5NsBtoErE0dLylx/zQWRMyoa+m4Y478SKvUpt7S1V7LhAOlMRCTPpg==" - } - }, - "nuget.nuget.common.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.common", - "version": "5.10.0", - "sha512": "sha512-8M9VtXAB1M15KmvL0F9QsItI96PH3WmYD0z3oxYm5H9G5AIhK8Ivi4kGzqtBJDTsZ/NkP91U1MnoCAeg4E4+zA==" - } - }, - "nuget.netstandard.library.v2.0.3": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "netstandard.library", - "version": "2.0.3", - "sha512": "sha512-548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==" - } - }, - "nuget.nuget.librarymodel.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.librarymodel", - "version": "5.10.0", - "sha512": "sha512-xb8XLKJEMymZMAZJeXdSUaDNFRQMJ4MXkOPUaqafcgSKGz8M8BZgfLsBz9QCQVEyHIVYGbI4yroWZYed/c8xSg==" - } - }, - "nuget.nuget.resolver.v5.10.0": { - "bzlFile": "@@rules_dotnet~//dotnet/private/rules/nuget:nuget_archive.bzl", - "ruleClassName": "nuget_archive", - "attributes": { - "sources": [ - "https://api.nuget.org/v3/index.json" - ], - "id": "nuget.resolver", - "version": "5.10.0", - "sha512": "sha512-a2zWl9RkKDkcVUqfRJjz3O4uoPIWf3PGaFf6AntXtTKjvvsB6SZz8jjPSGdLgTTRIWzsFlybKp6yU+GaXeIQkg==" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "rules_dotnet~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "rules_dotnet~", - "bazel_tools", - "bazel_tools" - ], - [ - "rules_dotnet~", - "rules_dotnet", - "rules_dotnet~" - ] - ] - } - }, - "@@rules_go~//go:extensions.bzl%go_sdk": { - "os:osx,arch:aarch64": { - "bzlTransitiveDigest": "oz98E/5hVKiH3qDlSg7R1FASClwMtv1eMWxG+3B6AY0=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "go_default_sdk": { - "bzlFile": "@@rules_go~//go/private:sdk.bzl", - "ruleClassName": "go_download_sdk_rule", - "attributes": { - "goos": "", - "goarch": "", - "sdks": {}, - "experiments": [], - "patches": [], - "patch_strip": 0, - "urls": [ - "https://dl.google.com/go/{}" - ], - "version": "1.21.1", - "strip_prefix": "go" - } - }, - "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~//go/private:extensions.bzl", - "ruleClassName": "host_compatible_toolchain", - "attributes": { - "toolchain": "@contrib_rules_jvm__download_0//:ROOT" - } - }, - "go_toolchains": { - "bzlFile": "@@rules_go~//go/private:sdk.bzl", - "ruleClassName": "go_multiple_toolchains", - "attributes": { - "prefixes": [ - "_0000_contrib_rules_jvm__download_0_", - "_0001_go_default_sdk_" - ], - "geese": [ - "", - "" - ], - "goarchs": [ - "", - "" - ], - "sdk_repos": [ - "contrib_rules_jvm__download_0", - "go_default_sdk" - ], - "sdk_types": [ - "remote", - "remote" - ], - "sdk_versions": [ - "1.21.5", - "1.21.1" - ] - } - }, - "contrib_rules_jvm__download_0": { - "bzlFile": "@@rules_go~//go/private:sdk.bzl", - "ruleClassName": "go_download_sdk_rule", - "attributes": { - "goos": "", - "goarch": "", - "sdks": {}, - "experiments": [], - "patches": [], - "patch_strip": 0, - "urls": [ - "https://dl.google.com/go/{}" - ], - "version": "1.21.5", - "strip_prefix": "go" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "bazel_features~", - "bazel_features_globals", - "bazel_features~~version_extension~bazel_features_globals" - ], - [ - "bazel_features~", - "bazel_features_version", - "bazel_features~~version_extension~bazel_features_version" - ], - [ - "rules_go~", - "bazel_features", - "bazel_features~" - ], - [ - "rules_go~", - "bazel_tools", - "bazel_tools" - ] - ] - }, - "os:linux,arch:amd64": { - "bzlTransitiveDigest": "oz98E/5hVKiH3qDlSg7R1FASClwMtv1eMWxG+3B6AY0=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "go_default_sdk": { - "bzlFile": "@@rules_go~//go/private:sdk.bzl", - "ruleClassName": "go_download_sdk_rule", - "attributes": { - "goos": "", - "goarch": "", - "sdks": {}, - "experiments": [], - "patches": [], - "patch_strip": 0, - "urls": [ - "https://dl.google.com/go/{}" - ], - "version": "1.21.1", - "strip_prefix": "go" - } - }, - "go_host_compatible_sdk_label": { - "bzlFile": "@@rules_go~//go/private:extensions.bzl", - "ruleClassName": "host_compatible_toolchain", - "attributes": { - "toolchain": "@contrib_rules_jvm__download_0//:ROOT" - } - }, - "go_toolchains": { - "bzlFile": "@@rules_go~//go/private:sdk.bzl", - "ruleClassName": "go_multiple_toolchains", - "attributes": { - "prefixes": [ - "_0000_contrib_rules_jvm__download_0_", - "_0001_go_default_sdk_" - ], - "geese": [ - "", - "" - ], - "goarchs": [ - "", - "" - ], - "sdk_repos": [ - "contrib_rules_jvm__download_0", - "go_default_sdk" - ], - "sdk_types": [ - "remote", - "remote" - ], - "sdk_versions": [ - "1.21.5", - "1.21.1" - ] - } - }, - "contrib_rules_jvm__download_0": { - "bzlFile": "@@rules_go~//go/private:sdk.bzl", - "ruleClassName": "go_download_sdk_rule", - "attributes": { - "goos": "", - "goarch": "", - "sdks": {}, - "experiments": [], - "patches": [], - "patch_strip": 0, - "urls": [ - "https://dl.google.com/go/{}" - ], - "version": "1.21.5", - "strip_prefix": "go" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "bazel_features~", - "bazel_features_globals", - "bazel_features~~version_extension~bazel_features_globals" - ], - [ - "bazel_features~", - "bazel_features_version", - "bazel_features~~version_extension~bazel_features_version" - ], - [ - "rules_go~", - "bazel_features", - "bazel_features~" - ], - [ - "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": "WLH6tV/jGiZ73lPBSYWRhoilLeqSLs6vQqjK4ph6NG0=", - "recordedFileInputs": { - "@@rules_jvm_external~//rules_jvm_external_deps_install.json": "cafb5d2d8119391eb2b322ce3840d3352ea82d496bdb8cbd4b6779ec4d044dda", - "@@//java/maven_install.json": "0c7fd19933bb3d9e52efd0aff7a9fbc9509582503a455f6291e4577798d86437" - }, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "io_opentelemetry_opentelemetry_context_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a31b52203341dafae2d9b5502e3a11eb28a3297d3540be8262d6d9ed2a8d70ab", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-context/1.36.0/opentelemetry-context-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-context/1.36.0/opentelemetry-context-1.36.0.jar" - } - }, - "com_google_guava_guava_32_1_2_jre": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "bc65dea7cfd9e4dacf8419d8af0e741655857d27885bb35d943d7187fc3a8fce", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar" - ], - "downloaded_file_path": "v1/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar" - } - }, - "io_ous_jtoml_jar_sources_2_0_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f479f2acdf7a362dc86a5c9310ddaec7b34a87f0a8a6f46dde41c1069b2a2138", - "urls": [ - "https://repo1.maven.org/maven2/io/ous/jtoml/2.0.0/jtoml-2.0.0-sources.jar" - ], - "downloaded_file_path": "v1/io/ous/jtoml/2.0.0/jtoml-2.0.0-sources.jar" - } - }, - "software_amazon_awssdk_sdk_core_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "19fd1e07de476f6b6c8342e254bf9b7df723dee65ac34002547789ec070d6a99", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/sdk-core/2.20.128/sdk-core-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/sdk-core/2.20.128/sdk-core-2.20.128.jar" - } - }, - "org_junit_platform_junit_platform_engine_jar_sources_1_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "17ac74964fcd82c57130623afe72a99105ca107fc96cb53f169b3a8c9c444c83", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2-sources.jar" - ], - "downloaded_file_path": "v1/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2-sources.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_trace_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "0a699cd0e0b4956a85ed3389d930e341e95a18379d5d73de4dd49bf95635207b", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-trace/1.36.0/opentelemetry-sdk-trace-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-trace/1.36.0/opentelemetry-sdk-trace-1.36.0.jar" - } - }, - "org_xmlresolver_xmlresolver_jar_data_5_2_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "173904bdbd783ba0fac92c5bcc05da5d09f0ce7eed24346666ea0a239461f9b4", - "urls": [ - "https://repo1.maven.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar" - ], - "downloaded_file_path": "v1/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar" - } - }, - "com_google_truth_truth": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_truth_truth" - } - }, - "com_github_spotbugs_spotbugs_4_8_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "84a286b65d1c2441ac24a57a998c83d43b9d287fd68ac0df7c7524b5f419fc2b", - "urls": [ - "https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs/4.8.3/spotbugs-4.8.3.jar" - ], - "downloaded_file_path": "v1/com/github/spotbugs/spotbugs/4.8.3/spotbugs-4.8.3.jar" - } - }, - "com_squareup_okio_okio": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_squareup_okio_okio" - } - }, - "io_grpc_grpc_api_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b090b1bb5a3b066f7f2ef14b9ba68e3304de80ba34f90414aed3b519c30999e8", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.56.1/grpc-api-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-api/1.56.1/grpc-api-1.56.1.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" - ], - "downloaded_file_path": "v1/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar" - } - }, - "org_reactivestreams_reactive_streams_1_0_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f75ca597789b3dac58f61857b9ac2e1034a68fa672db35055a8fb4509e325f28", - "urls": [ - "https://repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar" - ], - "downloaded_file_path": "v1/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar" - } - }, - "io_netty_netty_codec_http_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1ada4580f68cd17a534fb3c0337087073223a76cb77304dbe5a1b19df3d53c2f", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.94.Final/netty-codec-http-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-http/4.1.94.Final/netty-codec-http-4.1.94.Final.jar" - } - }, - "org_junit_jupiter_junit_jupiter_api": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_junit_jupiter_junit_jupiter_api" - } - }, - "com_fasterxml_jackson_core_jackson_databind_jar_sources_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "91390204018cbeb9c5ed6e60c2624b63c8221082af9b0e94ce7f2d926ec48e2c", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1-sources.jar" - ], - "downloaded_file_path": "v1/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1-sources.jar" - } - }, - "com_github_javaparser_javaparser_core_jar_sources_3_25_9": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "17ceb95148911ae9c33ede5a34e3e7de2620bc01966eb0ebf6f222d2731c7ef2", - "urls": [ - "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.25.9/javaparser-core-3.25.9-sources.jar" - ], - "downloaded_file_path": "v1/com/github/javaparser/javaparser-core/3.25.9/javaparser-core-3.25.9-sources.jar" - } - }, - "com_google_auto_service_auto_service_jar_sources_1_1_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6965a4761538f4073befe2967e11e7f6f2ce674a5c527de3c91e3ba88ec07432", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/service/auto-service/1.1.1/auto-service-1.1.1-sources.jar" - ], - "downloaded_file_path": "v1/com/google/auto/service/auto-service/1.1.1/auto-service-1.1.1-sources.jar" - } - }, - "com_google_code_gson_gson_2_10_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593", - "urls": [ - "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar" - ], - "downloaded_file_path": "v1/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar" - } - }, - "com_google_api_grpc_proto_google_iam_v1_1_18_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "11ba274f3b23fae7985a51336ab45fcf24bf655604bdbfedc6d9701288fcc4cd", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-iam-v1/1.18.0/proto-google-iam-v1-1.18.0.jar" - ], - "downloaded_file_path": "v1/com/google/api/grpc/proto-google-iam-v1/1.18.0/proto-google-iam-v1-1.18.0.jar" - } - }, - "io_netty_netty_codec_http2_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4bac91d9d56373576eb5e02b94fba41e5a276448a4f31762e419a5d11710e9d3", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final-sources.jar" - } - }, - "it_ozimov_embedded_redis_0_7_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f655f2ece0bb01b4d28b937877d4287d12bd7199e7cee83b00b1653dba00c1df", - "urls": [ - "https://repo1.maven.org/maven2/it/ozimov/embedded-redis/0.7.3/embedded-redis-0.7.3.jar" - ], - "downloaded_file_path": "v1/it/ozimov/embedded-redis/0.7.3/embedded-redis-0.7.3.jar" - } - }, - "org_jboss_marshalling_jboss_marshalling_river_jar_sources_2_0_11_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c3cb3209f18c0d1fec289669426b105d5247ad53ae98326369c9b4db4b80ceac", - "urls": [ - "https://repo1.maven.org/maven2/org/jboss/marshalling/jboss-marshalling-river/2.0.11.Final/jboss-marshalling-river-2.0.11.Final-sources.jar" - ], - "downloaded_file_path": "v1/org/jboss/marshalling/jboss-marshalling-river/2.0.11.Final/jboss-marshalling-river-2.0.11.Final-sources.jar" - } - }, - "org_ow2_asm_asm_tree_jar_sources_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e2f4beadef1c3203e4d00f64605c4ad09d78fb45fc6c94ec36497d63e6b37969", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6-sources.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm-tree/9.6/asm-tree-9.6-sources.jar" - } - }, - "dev_failsafe_failsafe_jar_sources_3_3_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "06ec410527503e74734d656e8cc1934aa6fef44ddd89dd4df13cb11b2bd83a9b", - "urls": [ - "https://repo1.maven.org/maven2/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2-sources.jar" - ], - "downloaded_file_path": "v1/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2-sources.jar" - } - }, - "org_apache_httpcomponents_core5_httpcore5_h2_jar_sources_5_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "dde9ca3aa4f3866e73c7d0acafda350ae5f9c14a399ef57c99eacc702c85eb24", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3-sources.jar" - ], - "downloaded_file_path": "v1/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3-sources.jar" - } - }, - "org_junit_jupiter_junit_jupiter_api_5_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "afff77c186cd317275803872fa5133aa801fd6ac40bd91c78a6cf8009b4b17cc", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar" - ], - "downloaded_file_path": "v1/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar" - } - }, - "com_google_googlejavaformat_google_java_format_jar_sources_1_21_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "777290d865387f77b428817bd90330d52a42a0b9de49cddceda890c12b7d7c5d", - "urls": [ - "https://repo1.maven.org/maven2/com/google/googlejavaformat/google-java-format/1.21.0/google-java-format-1.21.0-sources.jar" - ], - "downloaded_file_path": "v1/com/google/googlejavaformat/google-java-format/1.21.0/google-java-format-1.21.0-sources.jar" - } - }, - "io_netty_netty_codec": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_codec" - } - }, - "org_ow2_asm_asm_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3c6fac2424db3d4a853b669f4e3d1d9c3c552235e19a319673f887083c2303a1", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm/9.6/asm-9.6.jar" - } - }, - "com_google_api_gax_httpjson_2_32_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5830038e076277d105cde00054c63926b98493d684634eb3c7f4318328d80ca0", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/gax-httpjson/2.32.0/gax-httpjson-2.32.0.jar" - ], - "downloaded_file_path": "v1/com/google/api/gax-httpjson/2.32.0/gax-httpjson-2.32.0.jar" - } - }, - "com_google_protobuf_protobuf_java_util_3_23_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "644975b780d7e8de542dda16d4ceb157b40a52a8be5645221e9fd026ef204b13", - "urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util/3.23.2/protobuf-java-util-3.23.2.jar" - ], - "downloaded_file_path": "v1/com/google/protobuf/protobuf-java-util/3.23.2/protobuf-java-util-3.23.2.jar" - } - }, - "org_codehaus_mojo_animal_sniffer_annotations": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_codehaus_mojo_animal_sniffer_annotations" - } - }, - "org_slf4j_slf4j_api": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_slf4j_slf4j_api" - } - }, - "io_netty_netty_handler_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "85e3a994544dbd5c4eb5b8c7708fb47f66277afd4ee9855a7e931703fe034c2c", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final-sources.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" - ], - "downloaded_file_path": "v1/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" - } - }, - "io_grpc_grpc_context_1_62_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9959747df6a753119e1c1a3dff01aa766d2455f5e4860acaa305359e1d533a05", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.62.2/grpc-context-1.62.2.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-context/1.62.2/grpc-context-1.62.2.jar" - } - }, - "com_google_code_gson_gson": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_code_gson_gson" - } - }, - "org_apache_commons_commons_exec_jar_sources_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c121d8e70010092bafc56f358e7259ac484653db595aafea1e67a040f51aea66", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3-sources.jar" - ], - "downloaded_file_path": "v1/org/apache/commons/commons-exec/1.3/commons-exec-1.3-sources.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_logs_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ec47eb13d162a23a6a761ea13f8ad6bfd404539531e016f8a64f6ea0bfa569c9", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-logs/1.36.0/opentelemetry-sdk-logs-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-logs/1.36.0/opentelemetry-sdk-logs-1.36.0.jar" - } - }, - "org_dom4j_dom4j_2_1_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "235a9167a8a199be04b5326d92927ca0adeb90d11f69fe2e821b34ce8433b591", - "urls": [ - "https://repo1.maven.org/maven2/org/dom4j/dom4j/2.1.4/dom4j-2.1.4.jar" - ], - "downloaded_file_path": "v1/org/dom4j/dom4j/2.1.4/dom4j-2.1.4.jar" - } - }, - "software_amazon_awssdk_http_client_spi_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b09f1e0392975093ba0a2231e7057b673dacf05a798fe1b3f1446ba4f32e6a9b", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/http-client-spi/2.20.128/http-client-spi-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/http-client-spi/2.20.128/http-client-spi-2.20.128.jar" - } - }, - "io_netty_netty_resolver_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "bd26e9bc5e94e2d3974a93fdf921658eff4f033bfd4c5208607760ab54298617", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.94.Final/netty-resolver-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-resolver/4.1.94.Final/netty-resolver-4.1.94.Final.jar" - } - }, - "org_jodd_jodd_core_jar_sources_5_1_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2eb5a3af95296bc941767870bf5cb242ba7ee59a5eb0524c73e734578f6c6c16", - "urls": [ - "https://repo1.maven.org/maven2/org/jodd/jodd-core/5.1.6/jodd-core-5.1.6-sources.jar" - ], - "downloaded_file_path": "v1/org/jodd/jodd-core/5.1.6/jodd-core-5.1.6-sources.jar" - } - }, - "com_google_code_gson_gson_jar_sources_2_10_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "eee1cc5c1f4267ee194cc245777e68084738ef390acd763354ce0ff6bfb7bcc1", - "urls": [ - "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar" - ], - "downloaded_file_path": "v1/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_metrics_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d57a4cef030a95fc1666f6ab420a2c8cb3a5386124a2c7460154bced1f4c702c", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-metrics/1.36.0/opentelemetry-sdk-metrics-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-metrics/1.36.0/opentelemetry-sdk-metrics-1.36.0.jar" - } - }, - "com_google_auto_value_auto_value_annotations_1_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3f3b7edfaf7fbbd88642f7bd5b09487b8dcf2b9e5f3a19f1eb7b3e53f20f14ba", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.10.2/auto-value-annotations-1.10.2.jar" - ], - "downloaded_file_path": "v1/com/google/auto/value/auto-value-annotations/1.10.2/auto-value-annotations-1.10.2.jar" - } - }, - "com_graphql_java_java_dataloader_jar_sources_3_2_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ffecf802d587b05860d8ab116d3c6a8630f8eca5d3b5da783f8dd085e2ca0591", - "urls": [ - "https://repo1.maven.org/maven2/com/graphql-java/java-dataloader/3.2.0/java-dataloader-3.2.0-sources.jar" - ], - "downloaded_file_path": "v1/com/graphql-java/java-dataloader/3.2.0/java-dataloader-3.2.0-sources.jar" - } - }, - "io_opencensus_opencensus_contrib_grpc_metrics": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_opencensus_opencensus_contrib_grpc_metrics" - } - }, - "com_google_http_client_google_http_client_apache_v2_1_43_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4cc8485bdda05607c7d8b95b130168ac82ad80bb3618c608fbf941047a96ac3b", - "urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-apache-v2/1.43.3/google-http-client-apache-v2-1.43.3.jar" - ], - "downloaded_file_path": "v1/com/google/http-client/google-http-client-apache-v2/1.43.3/google-http-client-apache-v2-1.43.3.jar" - } - }, - "com_google_api_client_google_api_client_2_2_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "58eca9fb0a869391689ffc828b3bd0b19ac76042ff9fab4881eddf7fde76903f", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api-client/google-api-client/2.2.0/google-api-client-2.2.0.jar" - ], - "downloaded_file_path": "v1/com/google/api-client/google-api-client/2.2.0/google-api-client-2.2.0.jar" - } - }, - "org_ow2_asm_asm_tree_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c43ecf17b539c777e15da7b5b86553b377e2d39a683de6285567d5283888e7ef", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar" - } - }, - "rules_jvm_external_deps": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "pinned_coursier_fetch", - "attributes": { - "user_provided_name": "rules_jvm_external_deps", - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-credentials\", \"version\": \"1.19.0\" }", - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-oauth2-http\", \"version\": \"1.19.0\" }", - "{ \"group\": \"com.google.cloud\", \"artifact\": \"google-cloud-core\", \"version\": \"2.22.0\" }", - "{ \"group\": \"com.google.cloud\", \"artifact\": \"google-cloud-storage\", \"version\": \"2.26.1\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.10.1\" }", - "{ \"group\": \"com.google.googlejavaformat\", \"artifact\": \"google-java-format\", \"version\": \"1.17.0\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"32.1.2-jre\" }", - "{ \"group\": \"org.apache.maven\", \"artifact\": \"maven-artifact\", \"version\": \"3.9.4\" }", - "{ \"group\": \"software.amazon.awssdk\", \"artifact\": \"s3\", \"version\": \"2.20.128\" }" - ], - "fetch_sources": false, - "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" - ], - "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", - "excluded_artifacts": [], - "repin_instructions": "" - } - }, - "io_netty_netty_transport_native_unix_common_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c3f324a6f526313e432235bf1a3a12e3db283e3b8669e02f26f569c421036bcb", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar" - } - }, - "com_google_http_client_google_http_client_appengine_1_43_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "66ade3c0e73566ed231032a2bda9f2f8e50e74911f6720bf0ee5233f6e5e033e", - "urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-appengine/1.43.3/google-http-client-appengine-1.43.3.jar" - ], - "downloaded_file_path": "v1/com/google/http-client/google-http-client-appengine/1.43.3/google-http-client-appengine-1.43.3.jar" - } - }, - "io_grpc_grpc_auth_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ac365e11532a4b779a2ac80ecc64dcbd3bafbdd666e08e22ffdb5c855069e3f9", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-auth/1.56.1/grpc-auth-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-auth/1.56.1/grpc-auth-1.56.1.jar" - } - }, - "com_github_spotbugs_spotbugs_jar_sources_4_8_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "383f1434925a9b5df46c03dc79aac9dbc9ac1e5020f40b34f4e6ab565b8082f5", - "urls": [ - "https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs/4.8.3/spotbugs-4.8.3-sources.jar" - ], - "downloaded_file_path": "v1/com/github/spotbugs/spotbugs/4.8.3/spotbugs-4.8.3-sources.jar" - } - }, - "io_netty_netty_transport_native_unix_common_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b8f2463e6f7b135c9a89c8875fb4ffdbeece230b713c34a4aeb619081e9b18ff", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final-sources.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" - ], - "downloaded_file_path": "v1/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4.jar" - } - }, - "junit_junit_4_13_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8e495b634469d64fb8acfa3495a065cbacc8a0fff55ce1e31007be4c16dc57d3", - "urls": [ - "https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar" - ], - "downloaded_file_path": "v1/junit/junit/4.13.2/junit-4.13.2.jar" - } - }, - "io_netty_netty_common_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4104a190511c03cfadefe6e05d0c13d5d297e087e0a2eca417ca265f2bb90c18", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final-sources.jar" - } - }, - "org_apache_commons_commons_text_jar_sources_1_10_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e767596163da9b22e8fc83ff954e41e19e96744df7625b06f8daac3c4d60f79d", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0-sources.jar" - ], - "downloaded_file_path": "v1/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0-sources.jar" - } - }, - "com_google_api_grpc_proto_google_cloud_storage_v2_2_26_1_alpha": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e1c33f066db9189f09d1b7ec698f939eb4591f937fcd1ca1cbd4f05f1eb0e25c", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-cloud-storage-v2/2.26.1-alpha/proto-google-cloud-storage-v2-2.26.1-alpha.jar" - ], - "downloaded_file_path": "v1/com/google/api/grpc/proto-google-cloud-storage-v2/2.26.1-alpha/proto-google-cloud-storage-v2-2.26.1-alpha.jar" - } - }, - "com_esotericsoftware_minlog_1_3_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5d4d632cfbebfe0a7644501cc303570b691406181bee65e9916b921c767d7c72", - "urls": [ - "https://repo1.maven.org/maven2/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar" - ], - "downloaded_file_path": "v1/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar" - } - }, - "org_junit_platform_junit_platform_commons_1_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b56a5ec000a479df4973b18bba24c98fe0db8faa14c8907d3ef451d8c71fd8ae", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.jar" - ], - "downloaded_file_path": "v1/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.jar" - } - }, - "org_zeromq_jeromq_0_6_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4784ff6d6e91b8eecd917b73d07b161c19a808ef870a5bdb760515bb67e208d3", - "urls": [ - "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.6.0/jeromq-0.6.0.jar" - ], - "downloaded_file_path": "v1/org/zeromq/jeromq/0.6.0/jeromq-0.6.0.jar" - } - }, - "com_graphql_java_graphql_java_jar_sources_20_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2f8be51261734b4618551724a5730d1e6299a9adda171178027eacdc8010363a", - "urls": [ - "https://repo1.maven.org/maven2/com/graphql-java/graphql-java/20.2/graphql-java-20.2-sources.jar" - ], - "downloaded_file_path": "v1/com/graphql-java/graphql-java/20.2/graphql-java-20.2-sources.jar" - } - }, - "org_jodd_jodd_bean_5_1_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d07d805fe0d59b5d2dbc85d0ebfcf30f52d7fd5a3ff89ff4fbea1e46b1319705", - "urls": [ - "https://repo1.maven.org/maven2/org/jodd/jodd-bean/5.1.6/jodd-bean-5.1.6.jar" - ], - "downloaded_file_path": "v1/org/jodd/jodd-bean/5.1.6/jodd-bean-5.1.6.jar" - } - }, - "com_google_googlejavaformat_google_java_format_1_21_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "829e6aa5f6e6b9fb80ddbcfc368bfc9071843670c7505155c8db710051776f1c", - "urls": [ - "https://repo1.maven.org/maven2/com/google/googlejavaformat/google-java-format/1.21.0/google-java-format-1.21.0.jar" - ], - "downloaded_file_path": "v1/com/google/googlejavaformat/google-java-format/1.21.0/google-java-format-1.21.0.jar" - } - }, - "io_grpc_grpc_stub": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_grpc_grpc_stub" - } - }, - "io_netty_netty_transport_classes_epoll_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9d5d51eb42081d6fc13f4dca6855cd30d098a5b1d0b06d5644a1342bd1e50a44", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-classes-epoll/4.1.94.Final/netty-transport-classes-epoll-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-transport-classes-epoll/4.1.94.Final/netty-transport-classes-epoll-4.1.94.Final.jar" - } - }, - "org_junit_jupiter_junit_jupiter_params_5_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "edb1e43ff0b8067626ffb55e5e9eeca1d9ab2478141a7c7f253d115b29cc7cf2", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.jar" - ], - "downloaded_file_path": "v1/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.jar" - } - }, - "org_junit_platform_junit_platform_reporting_jar_sources_1_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3da58799df48f4a280f4e4ea7a92d5e97d2e357ac1b98885afc04a4445457713", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/1.10.2/junit-platform-reporting-1.10.2-sources.jar" - ], - "downloaded_file_path": "v1/org/junit/platform/junit-platform-reporting/1.10.2/junit-platform-reporting-1.10.2-sources.jar" - } - }, - "commons_cli_commons_cli": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "commons_cli_commons_cli" - } - }, - "io_grpc_grpc_alts_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "04317f8835b3a8736ba12a7a25e474430c7f2d8c0b7afc433c2abc4cb2f0d4e8", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-alts/1.56.1/grpc-alts-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-alts/1.56.1/grpc-alts-1.56.1.jar" - } - }, - "org_jboss_marshalling_jboss_marshalling_2_0_11_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "93d6257e1ac0f93ba6ff85827c9ef65b5efabf7bd2241fb3b4caf6c426f4f149", - "urls": [ - "https://repo1.maven.org/maven2/org/jboss/marshalling/jboss-marshalling/2.0.11.Final/jboss-marshalling-2.0.11.Final.jar" - ], - "downloaded_file_path": "v1/org/jboss/marshalling/jboss-marshalling/2.0.11.Final/jboss-marshalling-2.0.11.Final.jar" - } - }, - "com_google_truth_truth_1_1_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a85e03b8b6ae8780f060cfded9500a3d1b5f52808f99a2ea6da9c683313c7518", - "urls": [ - "https://repo1.maven.org/maven2/com/google/truth/truth/1.1.2/truth-1.1.2.jar" - ], - "downloaded_file_path": "v1/com/google/truth/truth/1.1.2/truth-1.1.2.jar" - } - }, - "org_apache_bcel_bcel_jar_sources_6_8_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "509ab9b6d53dcd4de4db4dad0286086130459411e68ddc30330462aa4a3da6be", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/bcel/bcel/6.8.0/bcel-6.8.0-sources.jar" - ], - "downloaded_file_path": "v1/org/apache/bcel/bcel/6.8.0/bcel-6.8.0-sources.jar" - } - }, - "com_google_j2objc_j2objc_annotations_2_8": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f02a95fa1a5e95edb3ed859fd0fb7df709d121a35290eff8b74dce2ab7f4d6ed", - "urls": [ - "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar" - ], - "downloaded_file_path": "v1/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_extension_autoconfigure_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3af5d325a1df60761e19a4c75e53dff5d185c1a5bfc0be68ca2c48b121c2becb", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.36.0/opentelemetry-sdk-extension-autoconfigure-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.36.0/opentelemetry-sdk-extension-autoconfigure-1.36.0.jar" - } - }, - "org_jboss_marshalling_jboss_marshalling_river_2_0_11_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f3fa6545d15163468e1639fe3087de22234a9fd027a52be6e532bfe7bde6c554", - "urls": [ - "https://repo1.maven.org/maven2/org/jboss/marshalling/jboss-marshalling-river/2.0.11.Final/jboss-marshalling-river-2.0.11.Final.jar" - ], - "downloaded_file_path": "v1/org/jboss/marshalling/jboss-marshalling-river/2.0.11.Final/jboss-marshalling-river-2.0.11.Final.jar" - } - }, - "io_grpc_grpc_xds_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "688950e2dc79c2b227fcad553f4e4c8faf8de324eeccb3a591ff679929bbfa24", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-xds/1.56.1/grpc-xds-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-xds/1.56.1/grpc-xds-1.56.1.jar" - } - }, - "com_fasterxml_jackson_core_jackson_annotations_jar_sources_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "cebdb714198d5b3a152efb9e940dc9eb26cb37aa688ce34431b99afb790f6be3", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1-sources.jar" - ], - "downloaded_file_path": "v1/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1-sources.jar" - } - }, - "software_amazon_awssdk_aws_core_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "105f5d4a204a6a759ab502922df4cd5aa2a6d1b0c5f53ce88713f60abd4650e9", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-core/2.20.128/aws-core-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/aws-core/2.20.128/aws-core-2.20.128.jar" - } - }, - "com_google_apis_google_api_services_storage_v1_rev20230617_2_0_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "43484b32b410b2b8ff32ac9ab1b89c039c727c2e37465e375ce2846d5a804645", - "urls": [ - "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20230617-2.0.0/google-api-services-storage-v1-rev20230617-2.0.0.jar" - ], - "downloaded_file_path": "v1/com/google/apis/google-api-services-storage/v1-rev20230617-2.0.0/google-api-services-storage-v1-rev20230617-2.0.0.jar" - } - }, - "com_google_guava_failureaccess": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_guava_failureaccess" - } - }, - "net_sourceforge_pmd_pmd_dist": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "net_sourceforge_pmd_pmd_dist" - } - }, - "io_netty_netty_codec_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "0d08bc0933beba1d0fab7e39624b6c3e8c05b6458c7a82e7ea77d9d4d7277ef4", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final-sources.jar" - } - }, - "org_apache_logging_log4j_log4j_api_2_23_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "92ec1fd36ab3bc09de6198d2d7c0914685c0f7127ea931acc32fd2ecdd82ea89", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.jar" - ], - "downloaded_file_path": "v1/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_testing_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3ce821e524f1aa48e992fef5d535fdf9d08ed8abe718dcd86cee7a73b70d2d7c", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-testing/1.36.0/opentelemetry-sdk-testing-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-testing/1.36.0/opentelemetry-sdk-testing-1.36.0-sources.jar" - } - }, - "io_netty_netty_handler_proxy_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f9b6ace4f1528610f5d1390588f405e3b1b89f4eef3a55226abfd4eeb7049e70", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final-sources.jar" - } - }, - "com_google_guava_guava_33_1_0_jre": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "346aec0eb8c8987360c8a264e70ff10c2fba760446eb27e8ab07e78e787a75fe", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre.jar" - ], - "downloaded_file_path": "v1/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre.jar" - } - }, - "io_opentelemetry_opentelemetry_exporter_logging_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "078267d3d79705535294849bfff6e05c6747d085346deea604e5d6cc79cda627", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-exporter-logging/1.36.0/opentelemetry-exporter-logging-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-exporter-logging/1.36.0/opentelemetry-exporter-logging-1.36.0-sources.jar" - } - }, - "io_opencensus_opencensus_api_0_31_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f1474d47f4b6b001558ad27b952e35eda5cc7146788877fc52938c6eba24b382", - "urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar" - ], - "downloaded_file_path": "v1/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar" - } - }, - "org_slf4j_slf4j_simple_jar_sources_1_7_21": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a1b77bfe96ee85e8a80c447feb173ff23e7f2f16195d34cc18b9cebb81069d30", - "urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21-sources.jar" - ], - "downloaded_file_path": "v1/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21-sources.jar" - } - }, - "com_google_android_annotations": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_android_annotations" - } - }, - "io_netty_netty_transport_native_unix_common": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_transport_native_unix_common" - } - }, - "org_junit_platform_junit_platform_reporting_1_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ea8f781f69b2205f5b70947eaa2182db5e7436e4abc9deae0277324ab258312d", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/1.10.2/junit-platform-reporting-1.10.2.jar" - ], - "downloaded_file_path": "v1/org/junit/platform/junit-platform-reporting/1.10.2/junit-platform-reporting-1.10.2.jar" - } - }, - "org_apache_maven_maven_artifact_3_9_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7dd352fd9f8ff86a1d0a7d89e6289d8d3cd346ac9b214ed85868d585be05ab78", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.4/maven-artifact-3.9.4.jar" - ], - "downloaded_file_path": "v1/org/apache/maven/maven-artifact/3.9.4/maven-artifact-3.9.4.jar" - } - }, - "org_redisson_redisson_3_27_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "11c5345b7ce90a822c65e184434e237f135d82537b379dcf1f9420363bf54d9a", - "urls": [ - "https://repo1.maven.org/maven2/org/redisson/redisson/3.27.2/redisson-3.27.2.jar" - ], - "downloaded_file_path": "v1/org/redisson/redisson/3.27.2/redisson-3.27.2.jar" - } - }, - "io_netty_netty_common": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_common" - } - }, - "org_apache_commons_commons_text_1_10_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "770cd903fa7b604d1f7ef7ba17f84108667294b2b478be8ed1af3bffb4ae0018", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar" - ], - "downloaded_file_path": "v1/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar" - } - }, - "com_google_googlejavaformat_google_java_format": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_googlejavaformat_google_java_format" - } - }, - "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" - ], - "downloaded_file_path": "v1/software/amazon/eventstream/eventstream/1.0.1/eventstream-1.0.1.jar" - } - }, - "net_bytebuddy_byte_buddy_agent_1_14_12": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2b309a9300092e0b696f7c471fd51d9969001df784c8ab9f07997437d757ad6d", - "urls": [ - "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar" - ], - "downloaded_file_path": "v1/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar" - } - }, - "io_netty_netty_handler": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_handler" - } - }, - "io_opentelemetry_opentelemetry_sdk_extension_autoconfigure_spi_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "811fd77447ece77c8ce5c1ed0a40f900b2d3eb7113a083cd7fd957fc1f0d647e", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.36.0/opentelemetry-sdk-extension-autoconfigure-spi-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.36.0/opentelemetry-sdk-extension-autoconfigure-spi-1.36.0-sources.jar" - } - }, - "org_xmlresolver_xmlresolver_jar_sources_5_2_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f76cc2e9fd290ebfe5b5ffdc3d2b31ebae472fe8af766355a65baf6254a9d7e2", - "urls": [ - "https://repo1.maven.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-sources.jar" - ], - "downloaded_file_path": "v1/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-sources.jar" - } - }, - "org_assertj_assertj_core_3_25_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7fbdffa1996d43cc08e2576e01008b07e57bbad2b4741aa6c3ab73ce8511130e", - "urls": [ - "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.25.3/assertj-core-3.25.3.jar" - ], - "downloaded_file_path": "v1/org/assertj/assertj-core/3.25.3/assertj-core-3.25.3.jar" - } - }, - "com_google_auto_value_auto_value_annotations": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_auto_value_auto_value_annotations" - } - }, - "org_junit_jupiter_junit_jupiter_params_jar_sources_5_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "532dce2ef436152405567ea75f076dc908c4d21641224ecc53913c9f09bfb131", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2-sources.jar" - ], - "downloaded_file_path": "v1/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2-sources.jar" - } - }, - "io_grpc_grpc_protobuf_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "46185731a718d723d853723610a77e9062da9a6fc8b4ff14f370ba10cf097893", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.56.1/grpc-protobuf-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-protobuf/1.56.1/grpc-protobuf-1.56.1.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_common_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ed4a4697ce6a6746195726ef84c873ccfc0f42b6a54c81bafc5eac7d91dc129a", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-common/1.36.0/opentelemetry-sdk-common-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-common/1.36.0/opentelemetry-sdk-common-1.36.0.jar" - } - }, - "io_netty_netty_codec_dns_jar_sources_4_1_107_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "81e9ac7458a639824ad2ac18002118a0356461c5c0d8e1958fdf1ab3e58ac879", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-dns/4.1.107.Final/netty-codec-dns-4.1.107.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-dns/4.1.107.Final/netty-codec-dns-4.1.107.Final-sources.jar" - } - }, - "com_puppycrawl_tools_checkstyle": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_puppycrawl_tools_checkstyle" - } - }, - "com_google_truth_truth_jar_sources_1_1_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a98b2f82af388484dfe1b2b859c3c05a28fcae000fc532ef0155e1814fa3af05", - "urls": [ - "https://repo1.maven.org/maven2/com/google/truth/truth/1.1.2/truth-1.1.2-sources.jar" - ], - "downloaded_file_path": "v1/com/google/truth/truth/1.1.2/truth-1.1.2-sources.jar" - } - }, - "org_jodd_jodd_core_5_1_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4b504519263a98202480d3cf73562dff8245edc582350cc5f37d5965a0298122", - "urls": [ - "https://repo1.maven.org/maven2/org/jodd/jodd-core/5.1.6/jodd-core-5.1.6.jar" - ], - "downloaded_file_path": "v1/org/jodd/jodd-core/5.1.6/jodd-core-5.1.6.jar" - } - }, - "org_objenesis_objenesis_jar_sources_3_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d06164f8ca002c8ef193cef2d682822014dd330505616af93a3fb64226fc131d", - "urls": [ - "https://repo1.maven.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar" - ], - "downloaded_file_path": "v1/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar" - } - }, - "io_grpc_grpc_core": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_grpc_grpc_core" - } - }, - "com_fasterxml_jackson_core_jackson_databind_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "baf8a8ebee8f45ef68cdd5e2dd3923b3e296c0937b96ec0b4806aa3a31bccd1d", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar" - ], - "downloaded_file_path": "v1/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar" - } - }, - "com_squareup_okhttp_okhttp": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_squareup_okhttp_okhttp" - } - }, - "io_netty_netty_transport_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a75afa84ca35a50225991b39e6b6278186e612f7a2a0c0e981de523aaac516a4", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.94.Final/netty-transport-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-transport/4.1.94.Final/netty-transport-4.1.94.Final.jar" - } - }, - "software_amazon_awssdk_aws_xml_protocol_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "085f9e55c26daa7d38b17795d0e767e159da595892b95a60a6be4e76936ea68f", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-xml-protocol/2.20.128/aws-xml-protocol-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/aws-xml-protocol/2.20.128/aws-xml-protocol-2.20.128.jar" - } - }, - "jaxen_jaxen_jar_sources_2_0_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2eb519f8820ff64e8001f9b4c2c6cb09296cdd99f5b4eed083d522ad3a6f784e", - "urls": [ - "https://repo1.maven.org/maven2/jaxen/jaxen/2.0.0/jaxen-2.0.0-sources.jar" - ], - "downloaded_file_path": "v1/jaxen/jaxen/2.0.0/jaxen-2.0.0-sources.jar" - } - }, - "software_amazon_awssdk_s3_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9b8f061683e06703d5728f22379c31d39bcb1bdcb418e38957cdea886c2aea00", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/s3/2.20.128/s3-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/s3/2.20.128/s3-2.20.128.jar" - } - }, - "io_netty_netty_codec_socks": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_codec_socks" - } - }, - "org_ow2_asm_asm_jar_sources_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2b6e12f0da3d065ba628a024a8851ab0d5b5d3501dacfcc18769243250f4f77e", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm/9.6/asm-9.6-sources.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm/9.6/asm-9.6-sources.jar" - } - }, - "io_netty_netty_codec_http2_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8fbd2e95abec6155b60ed3c9c1600ed4e17ffe3f053cd5a40677d879c0af961f", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.94.Final/netty-codec-http2-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-http2/4.1.94.Final/netty-codec-http2-4.1.94.Final.jar" - } - }, - "software_amazon_awssdk_protocol_core_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "59107235409e9af0ec2f68aaad0d6cfe78b79e23600a59081a3f2af83e81c3c2", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/protocol-core/2.20.128/protocol-core-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/protocol-core/2.20.128/protocol-core-2.20.128.jar" - } - }, - "io_grpc_grpc_netty": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_grpc_grpc_netty" - } - }, - "org_apache_commons_commons_lang3_jar_sources_3_14_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ab3b86afb898f1026dbe43aaf71e9c1d719ec52d6e41887b362d86777c299b6f", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0-sources.jar" - ], - "downloaded_file_path": "v1/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0-sources.jar" - } - }, - "software_amazon_awssdk_third_party_jackson_core_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5487638bb3033b4de5f9cc04d97c4b5ec48533f2617803818e6263edc58b37cc", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/third-party-jackson-core/2.20.128/third-party-jackson-core-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/third-party-jackson-core/2.20.128/third-party-jackson-core-2.20.128.jar" - } - }, - "io_netty_netty_codec_socks_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "96442ffa09c9b43151c7d932f5162772a2bb4774d7c85dcb366a8edaf0af3d62", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final-sources.jar" - } - }, - "io_netty_netty_codec_http2": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_codec_http2" - } - }, - "com_google_api_api_common_2_15_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8c56f69021f1e6dc5bbf5597459220df176d78278456c5a80b47369c83af251b", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/api-common/2.15.0/api-common-2.15.0.jar" - ], - "downloaded_file_path": "v1/com/google/api/api-common/2.15.0/api-common-2.15.0.jar" - } - }, - "io_grpc_grpc_services_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "0d14ece28e97b30aa9ef1b63782d48261dd63738ef1c5615afefb8b963c121c8", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-services/1.56.1/grpc-services-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-services/1.56.1/grpc-services-1.56.1.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_common_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7e5be9e13e318052a6e53a9b46a0292b69c9c5ab4af273785da39e5c11ee4503", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-common/1.36.0/opentelemetry-sdk-common-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-common/1.36.0/opentelemetry-sdk-common-1.36.0-sources.jar" - } - }, - "software_amazon_awssdk_regions_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "79ac0d6a19daf4b5cb480a955bc36ed083e728fd2d0fb78efde2bcaaed0fce9f", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/regions/2.20.128/regions-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/regions/2.20.128/regions-2.20.128.jar" - } - }, - "com_google_re2j_re2j": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_re2j_re2j" - } - }, - "com_google_api_grpc_grpc_google_cloud_storage_v2_2_26_1_alpha": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c5fa3121300bf3558248792ca8279f13208b395f6ba5e004ae32fcb2964810bd", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/grpc-google-cloud-storage-v2/2.26.1-alpha/grpc-google-cloud-storage-v2-2.26.1-alpha.jar" - ], - "downloaded_file_path": "v1/com/google/api/grpc/grpc-google-cloud-storage-v2/2.26.1-alpha/grpc-google-cloud-storage-v2-2.26.1-alpha.jar" - } - }, - "org_junit_vintage_junit_vintage_engine": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_junit_vintage_junit_vintage_engine" - } - }, - "com_fasterxml_jackson_core_jackson_core_jar_sources_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1bd334b0de7d02d7f8a6591f775a28126b1cdce9cd9ae6dc260482b7bdd9a04c", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1-sources.jar" - ], - "downloaded_file_path": "v1/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1-sources.jar" - } - }, - "com_graphql_java_graphql_java_20_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "98c63c1bf51876f84a3770573279be4f98bbfc2c86d6b4819c327fa1cbd2b137", - "urls": [ - "https://repo1.maven.org/maven2/com/graphql-java/graphql-java/20.2/graphql-java-20.2.jar" - ], - "downloaded_file_path": "v1/com/graphql-java/graphql-java/20.2/graphql-java-20.2.jar" - } - }, - "org_codehaus_plexus_plexus_utils_3_5_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "86e0255d4c879c61b4833ed7f13124e8bb679df47debb127326e7db7dd49a07b", - "urls": [ - "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar" - ], - "downloaded_file_path": "v1/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar" - } - }, - "contrib_rules_jvm_deps": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "coursier_fetch", - "attributes": { - "user_provided_name": "contrib_rules_jvm_deps", - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.github.spotbugs\", \"artifact\": \"spotbugs\", \"version\": \"4.7.0\", \"exclusions\": [{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-api\" }] }", - "{ \"group\": \"com.google.code.findbugs\", \"artifact\": \"jsr305\", \"version\": \"3.0.2\" }", - "{ \"group\": \"com.google.errorprone\", \"artifact\": \"error_prone_annotations\", \"version\": \"2.11.0\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"30.1.1-jre\" }", - "{ \"group\": \"commons-cli\", \"artifact\": \"commons-cli\", \"version\": \"1.5.0\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-api\", \"version\": \"1.40.0\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-core\", \"version\": \"1.40.0\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-netty\", \"version\": \"1.40.0\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-services\", \"version\": \"1.40.0\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-stub\", \"version\": \"1.40.0\" }", - "{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-simple\", \"version\": \"1.7.32\" }", - "{ \"group\": \"com.google.googlejavaformat\", \"artifact\": \"google-java-format\", \"version\": \"1.15.0\" }", - "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter-engine\", \"version\": \"5.8.2\" }", - "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter-api\", \"version\": \"5.8.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-launcher\", \"version\": \"1.8.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-reporting\", \"version\": \"1.8.2\" }", - "{ \"group\": \"org.junit.vintage\", \"artifact\": \"junit-vintage-engine\", \"version\": \"5.8.2\" }", - "{ \"group\": \"org.opentest4j\", \"artifact\": \"opentest4j\", \"version\": \"1.2.0\" }", - "{ \"group\": \"com.puppycrawl.tools\", \"artifact\": \"checkstyle\", \"version\": \"10.2\" }", - "{ \"group\": \"net.sourceforge.pmd\", \"artifact\": \"pmd-dist\", \"version\": \"6.46.0\" }", - "{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-api\", \"version\": \"1.7.32\" }", - "{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-jdk14\", \"version\": \"1.7.32\" }", - "{ \"group\": \"com.google.protobuf\", \"artifact\": \"protobuf-java\", \"version\": \"3.21.7\" }", - "{ \"group\": \"com.google.android\", \"artifact\": \"annotations\", \"version\": \"4.1.1.4\" }", - "{ \"group\": \"com.google.api.grpc\", \"artifact\": \"proto-google-common-protos\", \"version\": \"2.9.0\" }", - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-credentials\", \"version\": \"0.22.0\" }", - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-oauth2-http\", \"version\": \"0.22.0\" }", - "{ \"group\": \"com.google.auto.value\", \"artifact\": \"auto-value-annotations\", \"version\": \"1.9\" }", - "{ \"group\": \"com.google.auto.value\", \"artifact\": \"auto-value\", \"version\": \"1.9\" }", - "{ \"group\": \"com.google.code.findbugs\", \"artifact\": \"jsr305\", \"version\": \"3.0.2\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.9.0\" }", - "{ \"group\": \"com.google.errorprone\", \"artifact\": \"error_prone_annotations\", \"version\": \"2.9.0\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"failureaccess\", \"version\": \"1.0.1\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.0.1-android\" }", - "{ \"group\": \"com.google.j2objc\", \"artifact\": \"j2objc-annotations\", \"version\": \"1.3\" }", - "{ \"group\": \"com.google.re2j\", \"artifact\": \"re2j\", \"version\": \"1.6\" }", - "{ \"group\": \"com.google.truth\", \"artifact\": \"truth\", \"version\": \"1.0.1\" }", - "{ \"group\": \"com.squareup.okhttp\", \"artifact\": \"okhttp\", \"version\": \"2.7.5\" }", - "{ \"group\": \"com.squareup.okio\", \"artifact\": \"okio\", \"version\": \"1.17.5\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-buffer\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-codec-http2\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-codec-http\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-codec-socks\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-codec\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-common\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-handler-proxy\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-handler\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-resolver\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-tcnative-boringssl-static\", \"version\": \"2.0.56.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-tcnative-classes\", \"version\": \"2.0.56.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-transport-native-epoll\", \"version\": \"4.1.87.Final\", \"packaging\": \"jar\", \"classifier\": \"linux-x86_64\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-transport-native-unix-common\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-transport\", \"version\": \"4.1.87.Final\" }", - "{ \"group\": \"io.opencensus\", \"artifact\": \"opencensus-api\", \"version\": \"0.24.0\" }", - "{ \"group\": \"io.opencensus\", \"artifact\": \"opencensus-contrib-grpc-metrics\", \"version\": \"0.24.0\" }", - "{ \"group\": \"io.perfmark\", \"artifact\": \"perfmark-api\", \"version\": \"0.25.0\" }", - "{ \"group\": \"junit\", \"artifact\": \"junit\", \"version\": \"4.12\" }", - "{ \"group\": \"org.apache.tomcat\", \"artifact\": \"annotations-api\", \"version\": \"6.0.53\" }", - "{ \"group\": \"org.codehaus.mojo\", \"artifact\": \"animal-sniffer-annotations\", \"version\": \"1.21\" }" - ], - "fail_on_missing_checksum": true, - "fetch_sources": false, - "fetch_javadoc": false, - "excluded_artifacts": [], - "generate_compat_repositories": false, - "version_conflict_policy": "default", - "override_targets": {}, - "strict_visibility": false, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "resolve_timeout": 600, - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn", - "ignore_empty_files": false - } - }, - "org_apache_httpcomponents_core5_httpcore5_h2_5_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d0e78ba15aa8ebe77982b660ac4b09a95d6e035dbdbea762577dc1c8e2935807", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar" - ], - "downloaded_file_path": "v1/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar" - } - }, - "com_google_http_client_google_http_client_1_43_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "60aca7428c5a1ff3655b70541a98ff3d70dded48ac1324dae1af39f1b61914af", - "urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar" - ], - "downloaded_file_path": "v1/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar" - } - }, - "io_opentelemetry_opentelemetry_extension_incubator_1_36_0_alpha": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "41192a43a0a210d6151f3eb4bc35ec297e5b7d6110f0db1a8d0bc94c88d34ff1", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-extension-incubator/1.36.0-alpha/opentelemetry-extension-incubator-1.36.0-alpha.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-extension-incubator/1.36.0-alpha/opentelemetry-extension-incubator-1.36.0-alpha.jar" - } - }, - "io_opencensus_opencensus_proto_0_2_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "0c192d451e9dd74e98721b27d02f0e2b6bca44b51563b5dabf2e211f7a3ebf13", - "urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.jar" - ], - "downloaded_file_path": "v1/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.jar" - } - }, - "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" - ], - "downloaded_file_path": "v1/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" - } - }, - "com_esotericsoftware_minlog_jar_sources_1_3_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fdaf83a8c51295eff3a8109473ce7b213582738f71593e16b1efa012ff1f99b5", - "urls": [ - "https://repo1.maven.org/maven2/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1-sources.jar" - ], - "downloaded_file_path": "v1/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1-sources.jar" - } - }, - "io_netty_netty_transport_native_epoll_linux_x86_64": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_transport_native_epoll_linux_x86_64" - } - }, - "com_google_errorprone_error_prone_annotations_2_18_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9e6814cb71816988a4fd1b07a993a8f21bb7058d522c162b1de849e19bea54ae", - "urls": [ - "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar" - ], - "downloaded_file_path": "v1/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar" - } - }, - "org_hsqldb_hsqldb_jar_sources_2_7_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ca7ec40180317929b6871eabe9d9fe2bbe384375061f4226208647670349cc6e", - "urls": [ - "https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2-sources.jar" - ], - "downloaded_file_path": "v1/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2-sources.jar" - } - }, - "io_netty_netty_codec_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "91243776ad68b4d8e39eafb9ec115e1b8fa9aecd147b12ef15bb691639498328", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.94.Final/netty-codec-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec/4.1.94.Final/netty-codec-4.1.94.Final.jar" - } - }, - "org_redisson_redisson_jar_sources_3_27_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "83dd2463d9fbf433cbe368e0d852617c249378f46d479aede953ce282315f9ab", - "urls": [ - "https://repo1.maven.org/maven2/org/redisson/redisson/3.27.2/redisson-3.27.2-sources.jar" - ], - "downloaded_file_path": "v1/org/redisson/redisson/3.27.2/redisson-3.27.2-sources.jar" - } - }, - "com_graphql_java_java_dataloader_3_2_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b9c7d32aef05a2e33dc07c5ce45b713c405b61c6264cb0ed48aac003add3eaa4", - "urls": [ - "https://repo1.maven.org/maven2/com/graphql-java/java-dataloader/3.2.0/java-dataloader-3.2.0.jar" - ], - "downloaded_file_path": "v1/com/graphql-java/java-dataloader/3.2.0/java-dataloader-3.2.0.jar" - } - }, - "com_github_stephenc_jcip_jcip_annotations_1_0_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4fccff8382aafc589962c4edb262f6aa595e34f1e11e61057d1c6a96e8fc7323", - "urls": [ - "https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar" - ], - "downloaded_file_path": "v1/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar" - } - }, - "eu_neilalexander_jnacl_jar_sources_1_0_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5d78a0f6cb46b8196b8d57269a68ce29f1721c0b8f44c93a6a1c13ad544a13db", - "urls": [ - "https://repo1.maven.org/maven2/eu/neilalexander/jnacl/1.0.0/jnacl-1.0.0-sources.jar" - ], - "downloaded_file_path": "v1/eu/neilalexander/jnacl/1.0.0/jnacl-1.0.0-sources.jar" - } - }, - "com_google_errorprone_error_prone_annotations": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_errorprone_error_prone_annotations" - } - }, - "io_ous_jtoml_2_0_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3cabdae2244c999addebb8c31ae452fbdc874b4f26a163539954b8eeb5d6acc6", - "urls": [ - "https://repo1.maven.org/maven2/io/ous/jtoml/2.0.0/jtoml-2.0.0.jar" - ], - "downloaded_file_path": "v1/io/ous/jtoml/2.0.0/jtoml-2.0.0.jar" - } - }, - "io_netty_netty_resolver_dns_jar_sources_4_1_107_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9e1657878bc6c5003b48df7ae70737944b976011d7b0bf905983cd362d53c9e3", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver-dns/4.1.107.Final/netty-resolver-dns-4.1.107.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-resolver-dns/4.1.107.Final/netty-resolver-dns-4.1.107.Final-sources.jar" - } - }, - "io_netty_netty_buffer_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8066ee7c49f9f29da96ee62f7cb13bee022cb4b68e51437b33da3b6d01398f13", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.94.Final/netty-buffer-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-buffer/4.1.94.Final/netty-buffer-4.1.94.Final.jar" - } - }, - "org_apiguardian_apiguardian_api_1_1_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38", - "urls": [ - "https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar" - ], - "downloaded_file_path": "v1/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar" - } - }, - "software_amazon_awssdk_aws_query_protocol_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "dddab4ee63ad1bbc42bfcb3a9085917983ff4b5db71bc60b7ba6c5c17cbe5256", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/aws-query-protocol/2.20.128/aws-query-protocol-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/aws-query-protocol/2.20.128/aws-query-protocol-2.20.128.jar" - } - }, - "org_slf4j_slf4j_api_2_0_12": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a79502b8abdfbd722846a27691226a4088682d6d35654f9b80e2a9ccacf7ed47", - "urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar" - ], - "downloaded_file_path": "v1/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar" - } - }, - "org_reactivestreams_reactive_streams_jar_sources_1_0_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5a7a36ae9536698c434ebe119feb374d721210fee68eb821a37ef3859b64b708", - "urls": [ - "https://repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4-sources.jar" - ], - "downloaded_file_path": "v1/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4-sources.jar" - } - }, - "org_junit_platform_junit_platform_engine_1_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "905cba9b4998ccc29d1239085a7fb1fe0e28024d7526152356d810edec0a49a3", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.jar" - ], - "downloaded_file_path": "v1/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.jar" - } - }, - "org_zeromq_jeromq_jar_sources_0_6_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c20e579710d385869496d25217a7820665f7687dc1499b21be6e0ac7e9485a03", - "urls": [ - "https://repo1.maven.org/maven2/org/zeromq/jeromq/0.6.0/jeromq-0.6.0-sources.jar" - ], - "downloaded_file_path": "v1/org/zeromq/jeromq/0.6.0/jeromq-0.6.0-sources.jar" - } - }, - "com_google_http_client_google_http_client_jackson2_1_43_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8157f93ce7b51a013ea8c514413db6647056e39d7acb829bfc5da5b3bd25db3e", - "urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.43.3/google-http-client-jackson2-1.43.3.jar" - ], - "downloaded_file_path": "v1/com/google/http-client/google-http-client-jackson2/1.43.3/google-http-client-jackson2-1.43.3.jar" - } - }, - "com_google_api_gax_2_32_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "eedeceb93a8d92e3b5d9781c87db1deb3d72eb545ae4e27a18cddde4100a5173", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/gax/2.32.0/gax-2.32.0.jar" - ], - "downloaded_file_path": "v1/com/google/api/gax/2.32.0/gax-2.32.0.jar" - } - }, - "org_junit_jupiter_junit_jupiter_engine_5_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b6df35da750a546ae932376f11b3c0df841f0c90c7cb2944cd39adb432886e4b", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar" - ], - "downloaded_file_path": "v1/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar" - } - }, - "io_netty_netty_buffer_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "348e3ff64c7129ca661bc09d4bdda09c824474cfd1f5918368bdc56f5ee17f79", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar" - } - }, - "io_reactivex_rxjava3_rxjava_3_1_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "34682bd3ec6f043c5defb589a2d18113ba3e2d2372dd401744f8e4815c1db638", - "urls": [ - "https://repo1.maven.org/maven2/io/reactivex/rxjava3/rxjava/3.1.6/rxjava-3.1.6.jar" - ], - "downloaded_file_path": "v1/io/reactivex/rxjava3/rxjava/3.1.6/rxjava-3.1.6.jar" - } - }, - "jaxen_jaxen_2_0_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9499e487a66268f47b8307d130cd1e13a58392105e98a51f6a525db79c615cc5", - "urls": [ - "https://repo1.maven.org/maven2/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar" - ], - "downloaded_file_path": "v1/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar" - } - }, - "io_grpc_grpc_grpclb_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6ba786cc5271c7355cb0cdb57660d807cbf0f082b50edae15232e8c354228496", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-grpclb/1.56.1/grpc-grpclb-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-grpclb/1.56.1/grpc-grpclb-1.56.1.jar" - } - }, - "io_opentelemetry_opentelemetry_exporter_logging_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6f1acff2b065b5b8c067ec3b8d824ebd8cbfae375d5cbb6296728510d0833d60", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-exporter-logging/1.36.0/opentelemetry-exporter-logging-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-exporter-logging/1.36.0/opentelemetry-exporter-logging-1.36.0.jar" - } - }, - "com_google_auto_auto_common_1_2_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f50b1ce8a41fad31a8a819c052f8ffa362ea0a3dbe9ef8f7c7dc9a36d4738a59", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/auto-common/1.2.2/auto-common-1.2.2.jar" - ], - "downloaded_file_path": "v1/com/google/auto/auto-common/1.2.2/auto-common-1.2.2.jar" - } - }, - "org_slf4j_slf4j_jdk14_2_0_12": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "26468d004a9cb8575703024e20b29a3839194f0abf1f4f79ee0b21c5d4900efd", - "urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/2.0.12/slf4j-jdk14-2.0.12.jar" - ], - "downloaded_file_path": "v1/org/slf4j/slf4j-jdk14/2.0.12/slf4j-jdk14-2.0.12.jar" - } - }, - "com_beust_jcommander_jar_sources_1_82": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "cc39d22f3cf29c2033fb526e5600ae8fec36e316274b0c07fa14c1a4a38eca3b", - "urls": [ - "https://repo1.maven.org/maven2/com/beust/jcommander/1.82/jcommander-1.82-sources.jar" - ], - "downloaded_file_path": "v1/com/beust/jcommander/1.82/jcommander-1.82-sources.jar" - } - }, - "org_apache_tomcat_annotations_api": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_apache_tomcat_annotations_api" - } - }, - "io_opentelemetry_semconv_opentelemetry_semconv_1_23_1_alpha": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ae8cace98274227cd4b04f1dacee9309a88f3208e2e2bd96df7f8d7d57fb7d4d", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/semconv/opentelemetry-semconv/1.23.1-alpha/opentelemetry-semconv-1.23.1-alpha.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/semconv/opentelemetry-semconv/1.23.1-alpha/opentelemetry-semconv-1.23.1-alpha.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_extension_autoconfigure_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9dd70364b90576ac43549c79f49a2572ae1771c4b310831e2a39e5a079f49b03", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.36.0/opentelemetry-sdk-extension-autoconfigure-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.36.0/opentelemetry-sdk-extension-autoconfigure-1.36.0-sources.jar" - } - }, - "org_jodd_jodd_bean_jar_sources_5_1_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "961cff0114d349d3491293eea0c74a910b8676326c1af682f07e500782180160", - "urls": [ - "https://repo1.maven.org/maven2/org/jodd/jodd-bean/5.1.6/jodd-bean-5.1.6-sources.jar" - ], - "downloaded_file_path": "v1/org/jodd/jodd-bean/5.1.6/jodd-bean-5.1.6-sources.jar" - } - }, - "com_google_guava_failureaccess_jar_sources_1_0_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "dd3bfa5e2ec5bc5397efb2c3cef044c192313ff77089573667ff97a60c6978e0", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2-sources.jar" - ], - "downloaded_file_path": "v1/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2-sources.jar" - } - }, - "com_google_android_annotations_4_1_1_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ba734e1e84c09d615af6a09d33034b4f0442f8772dec120efb376d86a565ae15", - "urls": [ - "https://repo1.maven.org/maven2/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar" - ], - "downloaded_file_path": "v1/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar" - } - }, - "org_opentest4j_opentest4j_1_3_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "48e2df636cab6563ced64dcdff8abb2355627cb236ef0bf37598682ddf742f1b", - "urls": [ - "https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar" - ], - "downloaded_file_path": "v1/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar" - } - }, - "io_netty_netty_transport_native_unix_common_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "27d0dff1cd743190279becacfb372fe4d45b266edafad9f1c6c01b04d00280eb", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.94.Final/netty-transport-native-unix-common-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-transport-native-unix-common/4.1.94.Final/netty-transport-native-unix-common-4.1.94.Final.jar" - } - }, - "io_lettuce_lettuce_core_jar_sources_6_3_2_RELEASE": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "024dc38f282ad20212972ce350c41bd9d6adf87ae16671b30f29128c299e09f0", - "urls": [ - "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/6.3.2.RELEASE/lettuce-core-6.3.2.RELEASE-sources.jar" - ], - "downloaded_file_path": "v1/io/lettuce/lettuce-core/6.3.2.RELEASE/lettuce-core-6.3.2.RELEASE-sources.jar" - } - }, - "org_apache_httpcomponents_core5_httpcore5_jar_sources_5_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "97696503c77792102fb84d107932a47acd92563bcbf7a11775894b03b0c8afaa", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3-sources.jar" - ], - "downloaded_file_path": "v1/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3-sources.jar" - } - }, - "com_google_auth_google_auth_library_oauth2_http": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_auth_google_auth_library_oauth2_http" - } - }, - "commons_logging_commons_logging_jar_sources_1_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "44347acfe5860461728e9cb33251e97345be36f8a0dfd5c5130c172559455f41", - "urls": [ - "https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar" - ], - "downloaded_file_path": "v1/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar" - } - }, - "net_bytebuddy_byte_buddy_agent_jar_sources_1_14_12": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4973308b6309e6ce0e98223a38c1c123c8b2429d1f1b68dea286d3c06e50a73b", - "urls": [ - "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12-sources.jar" - ], - "downloaded_file_path": "v1/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12-sources.jar" - } - }, - "software_amazon_awssdk_netty_nio_client_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d6117bf4c2f45c671e55ecdff60f364099ddc1cf9226c0c24601a7818b9a22ba", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/netty-nio-client/2.20.128/netty-nio-client-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/netty-nio-client/2.20.128/netty-nio-client-2.20.128.jar" - } - }, - "com_github_javaparser_javaparser_core_3_25_9": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "97bf378a54c5508adcf96a581ce904e8b165d5d091a872a5dde75a47b0c28126", - "urls": [ - "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.25.9/javaparser-core-3.25.9.jar" - ], - "downloaded_file_path": "v1/com/github/javaparser/javaparser-core/3.25.9/javaparser-core-3.25.9.jar" - } - }, - "org_junit_jupiter_junit_jupiter_engine": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_junit_jupiter_junit_jupiter_engine" - } - }, - "org_checkerframework_checker_qual_jar_sources_3_42_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "efb65eb479f61f53c6dcafbd42ed59dad09b0a0d5a7f44b7bc68df25c2dcf8fd", - "urls": [ - "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0-sources.jar" - ], - "downloaded_file_path": "v1/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0-sources.jar" - } - }, - "software_amazon_awssdk_endpoints_spi_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "0b98f5553c1116520ef9022cebbde1b4dd7963c1c0f23b34137b64ccf17d0ff2", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/endpoints-spi/2.20.128/endpoints-spi-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/endpoints-spi/2.20.128/endpoints-spi-2.20.128.jar" - } - }, - "com_google_auto_value_auto_value": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_auto_value_auto_value" - } - }, - "com_google_api_gax_grpc_2_32_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "79e4c7910c74b3ca0e709665f36e061538f80d98b53e5168c301508d0159758d", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/gax-grpc/2.32.0/gax-grpc-2.32.0.jar" - ], - "downloaded_file_path": "v1/com/google/api/gax-grpc/2.32.0/gax-grpc-2.32.0.jar" - } - }, - "org_apache_logging_log4j_log4j_core_jar_sources_2_23_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3da91ab04815b5506efa7b7ec3bca6f8dacc398a8f25329ff8e8c734e98d1678", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1-sources.jar" - ], - "downloaded_file_path": "v1/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1-sources.jar" - } - }, - "org_slf4j_slf4j_jdk14_jar_sources_2_0_12": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a4bea624bea280720dc11094deb6ff405ac4e7554d1b5299ea9eaf9609df04b0", - "urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/2.0.12/slf4j-jdk14-2.0.12-sources.jar" - ], - "downloaded_file_path": "v1/org/slf4j/slf4j-jdk14/2.0.12/slf4j-jdk14-2.0.12-sources.jar" - } - }, - "io_netty_netty_resolver": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_resolver" - } - }, - "org_ow2_asm_asm_util_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c635a7402f4aa9bf66b2f4230cea62025a0fe1cd63e8729adefc9b1994fac4c3", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar" - } - }, - "com_google_auto_value_auto_value_annotations_jar_sources_1_7_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "41dbbed2cc92e72fe61e622f715735b05db45dcc49a1276619781b6e19e7a91f", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4-sources.jar" - ], - "downloaded_file_path": "v1/com/google/auto/value/auto-value-annotations/1.7.4/auto-value-annotations-1.7.4-sources.jar" - } - }, - "org_slf4j_slf4j_api_jar_sources_2_0_12": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f05052e5924887edee5ba8228d210e763f85032e2b58245a37fa71e049950787", - "urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12-sources.jar" - ], - "downloaded_file_path": "v1/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12-sources.jar" - } - }, - "org_apache_commons_commons_lang3_3_12_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d919d904486c037f8d193412da0c92e22a9fa24230b9d67a57855c5c31c7e94e", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" - ], - "downloaded_file_path": "v1/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" - } - }, - "io_netty_netty_codec_http_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2bdb276d40c2293014638a7e065bea977b574fb6a978e1197f514f2e13b695a6", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar" - } - }, - "org_apache_httpcomponents_client5_httpclient5_jar_sources_5_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "86135405842cde6b46337796a8aa4170a3253690d3f95cbdc5a957bc66917eba", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3-sources.jar" - ], - "downloaded_file_path": "v1/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3-sources.jar" - } - }, - "io_opentelemetry_opentelemetry_extension_incubator_jar_sources_1_36_0_alpha": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "eb1ad75ee2752283b15e59237b29e231fef5bc696335b452828a9806ce62511a", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-extension-incubator/1.36.0-alpha/opentelemetry-extension-incubator-1.36.0-alpha-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-extension-incubator/1.36.0-alpha/opentelemetry-extension-incubator-1.36.0-alpha-sources.jar" - } - }, - "org_eclipse_mylyn_github_org_eclipse_egit_github_core_2_1_5": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5ae0ce75c0d4938e1fe32d5efbb0204e38585e76454bd16d91b5a59852a1e64e", - "urls": [ - "https://repo1.maven.org/maven2/org/eclipse/mylyn/github/org.eclipse.egit.github.core/2.1.5/org.eclipse.egit.github.core-2.1.5.jar" - ], - "downloaded_file_path": "v1/org/eclipse/mylyn/github/org.eclipse.egit.github.core/2.1.5/org.eclipse.egit.github.core-2.1.5.jar" - } - }, - "com_fasterxml_jackson_core_jackson_core_2_15_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "303c99e82b1faa91a0bae5d8fbeb56f7e2adf9b526a900dd723bf140d62bd4b4", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar" - ], - "downloaded_file_path": "v1/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar" - } - }, - "org_bouncycastle_bcpkix_jdk18on_1_77": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1ac7fe8efd5b2f38cdc165be5a0675734fe44808dab92707201f03a535d6f1b8", - "urls": [ - "https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.jar" - ], - "downloaded_file_path": "v1/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.jar" - } - }, - "com_google_http_client_google_http_client_gson_1_43_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e31a4edcb9c83954a2587e14fa2f3f8f4aad56152381b3321a3bd0bcae03fa26", - "urls": [ - "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-gson/1.43.3/google-http-client-gson-1.43.3.jar" - ], - "downloaded_file_path": "v1/com/google/http-client/google-http-client-gson/1.43.3/google-http-client-gson-1.43.3.jar" - } - }, - "org_junit_platform_junit_platform_launcher": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_junit_platform_junit_platform_launcher" - } - }, - "io_netty_netty_codec_dns_4_1_107_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6014ce28b4cd32c23bd03b57823c3d682b83dc47c3fdaf4c5cef258b436accda", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-dns/4.1.107.Final/netty-codec-dns-4.1.107.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-dns/4.1.107.Final/netty-codec-dns-4.1.107.Final.jar" - } - }, - "io_grpc_grpc_protobuf_lite_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5605030f1668edf93ade7f24b0bfe5ecf943774e02cf0ac5cac02387ac910185", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.56.1/grpc-protobuf-lite-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-protobuf-lite/1.56.1/grpc-protobuf-lite-1.56.1.jar" - } - }, - "org_apache_httpcomponents_httpcore_4_4_16": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6c9b3dd142a09dc468e23ad39aad6f75a0f2b85125104469f026e52a474e464f", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar" - ], - "downloaded_file_path": "v1/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar" - } - }, - "com_google_api_grpc_gapic_google_cloud_storage_v2_2_26_1_alpha": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4b1b414751ed08dfc9f5e7e93c3fa16b8c53de5d24bf2ded414240fa72842e09", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/gapic-google-cloud-storage-v2/2.26.1-alpha/gapic-google-cloud-storage-v2-2.26.1-alpha.jar" - ], - "downloaded_file_path": "v1/com/google/api/grpc/gapic-google-cloud-storage-v2/2.26.1-alpha/gapic-google-cloud-storage-v2-2.26.1-alpha.jar" - } - }, - "org_slf4j_slf4j_simple": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_slf4j_slf4j_simple" - } - }, - "software_amazon_awssdk_auth_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "aa12cf67a51d28a6f486e4818e5f0bd2c1398135df6705dd020af1f28a2bafec", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/auth/2.20.128/auth-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/auth/2.20.128/auth-2.20.128.jar" - } - }, - "maven_jar_migrator": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "coursier_fetch", - "attributes": { - "user_provided_name": "maven_jar_migrator", - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"28.0-jre\" }" - ], - "fail_on_missing_checksum": true, - "fetch_sources": false, - "fetch_javadoc": false, - "excluded_artifacts": [], - "generate_compat_repositories": false, - "version_conflict_policy": "default", - "override_targets": {}, - "strict_visibility": false, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "resolve_timeout": 600, - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn", - "ignore_empty_files": false - } - }, - "com_fasterxml_jackson_core_jackson_annotations_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a4730771e6a495dd3793a42cdb8ce6bddb96c77e15f40c98fd8d9a7ae09e7286", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar" - ], - "downloaded_file_path": "v1/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar" - } - }, - "org_htmlunit_htmlunit_core_js_jar_sources_3_11_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6d6af31c83cca247f557496547db673950a922414770cec1131726a402715dee", - "urls": [ - "https://repo1.maven.org/maven2/org/htmlunit/htmlunit-core-js/3.11.0/htmlunit-core-js-3.11.0-sources.jar" - ], - "downloaded_file_path": "v1/org/htmlunit/htmlunit-core-js/3.11.0/htmlunit-core-js-3.11.0-sources.jar" - } - }, - "io_opentelemetry_opentelemetry_api_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3921744942d746fd4e6131dd4db1c37cb754af39d525e9196c077445a5071c85", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-api/1.36.0/opentelemetry-api-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-api/1.36.0/opentelemetry-api-1.36.0-sources.jar" - } - }, - "org_slf4j_slf4j_jdk14": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_slf4j_slf4j_jdk14" - } - }, - "io_opentelemetry_opentelemetry_api_events_1_36_0_alpha": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fba746fd9a3168b5669e107f38c0e50acec9a8bbda59fdae64a85690f5384fe6", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-api-events/1.36.0-alpha/opentelemetry-api-events-1.36.0-alpha.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-api-events/1.36.0-alpha/opentelemetry-api-events-1.36.0-alpha.jar" - } - }, - "io_grpc_grpc_netty_shaded_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b15257e1137d609a7e8eb9bf4f0cec06b78ee69c030282db0a66d17cc9c3eaf1", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-netty-shaded/1.56.1/grpc-netty-shaded-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-netty-shaded/1.56.1/grpc-netty-shaded-1.56.1.jar" - } - }, - "com_google_protobuf_protobuf_java": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_protobuf_protobuf_java" - } - }, - "io_netty_netty_resolver_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "60b7eab02a29079044bde0eb4129a8f039b746659bf387b5ca2b0d70c21854b5", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final-sources.jar" - } - }, - "kotlin_rules_maven": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "coursier_fetch", - "attributes": { - "user_provided_name": "kotlin_rules_maven", - "repositories": [ - "{ \"repo_url\": \"https://maven-central.storage.googleapis.com/repos/central/data/\" }", - "{ \"repo_url\": \"https://maven.google.com\" }", - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.google.code.findbugs\", \"artifact\": \"jsr305\", \"version\": \"3.0.2\" }", - "{ \"group\": \"junit\", \"artifact\": \"junit\", \"version\": \"4.13-beta-3\" }", - "{ \"group\": \"com.google.protobuf\", \"artifact\": \"protobuf-java\", \"version\": \"3.6.0\" }", - "{ \"group\": \"com.google.protobuf\", \"artifact\": \"protobuf-java-util\", \"version\": \"3.6.0\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"27.1-jre\" }", - "{ \"group\": \"com.google.truth\", \"artifact\": \"truth\", \"version\": \"0.45\" }", - "{ \"group\": \"com.google.auto.service\", \"artifact\": \"auto-service\", \"version\": \"1.0.1\" }", - "{ \"group\": \"com.google.auto.service\", \"artifact\": \"auto-service-annotations\", \"version\": \"1.0.1\" }", - "{ \"group\": \"com.google.auto.value\", \"artifact\": \"auto-value\", \"version\": \"1.10.1\" }", - "{ \"group\": \"com.google.auto.value\", \"artifact\": \"auto-value-annotations\", \"version\": \"1.10.1\" }", - "{ \"group\": \"com.google.dagger\", \"artifact\": \"dagger\", \"version\": \"2.43.2\" }", - "{ \"group\": \"com.google.dagger\", \"artifact\": \"dagger-compiler\", \"version\": \"2.43.2\" }", - "{ \"group\": \"com.google.dagger\", \"artifact\": \"dagger-producers\", \"version\": \"2.43.2\" }", - "{ \"group\": \"javax.annotation\", \"artifact\": \"javax.annotation-api\", \"version\": \"1.3.2\" }", - "{ \"group\": \"javax.inject\", \"artifact\": \"javax.inject\", \"version\": \"1\" }", - "{ \"group\": \"org.pantsbuild\", \"artifact\": \"jarjar\", \"version\": \"1.7.2\" }", - "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"atomicfu-js\", \"version\": \"0.15.2\" }", - "{ \"group\": \"org.jetbrains.kotlinx\", \"artifact\": \"kotlinx-serialization-runtime\", \"version\": \"1.0-M1-1.4.0-rc\" }" - ], - "fail_on_missing_checksum": true, - "fetch_sources": true, - "fetch_javadoc": false, - "excluded_artifacts": [], - "generate_compat_repositories": false, - "version_conflict_policy": "default", - "override_targets": {}, - "strict_visibility": false, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "resolve_timeout": 600, - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn", - "ignore_empty_files": false - } - }, - "unpinned_maven": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "coursier_fetch", - "attributes": { - "user_provided_name": "maven", - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.beust\", \"artifact\": \"jcommander\", \"version\": \"1.82\" }", - "{ \"group\": \"com.github.javaparser\", \"artifact\": \"javaparser-core\", \"version\": \"3.25.8\" }", - "{ \"group\": \"com.github.spotbugs\", \"artifact\": \"spotbugs\", \"version\": \"4.8.3\" }", - "{ \"group\": \"com.github.stephenc.jcip\", \"artifact\": \"jcip-annotations\", \"version\": \"1.0-1\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.10.1\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"33.0.0-jre\" }", - "{ \"group\": \"com.google.auto\", \"artifact\": \"auto-common\", \"version\": \"1.2.2\" }", - "{ \"group\": \"com.google.auto.service\", \"artifact\": \"auto-service\", \"version\": \"1.1.1\" }", - "{ \"group\": \"com.google.auto.service\", \"artifact\": \"auto-service-annotations\", \"version\": \"1.1.1\" }", - "{ \"group\": \"com.google.googlejavaformat\", \"artifact\": \"google-java-format\", \"version\": \"1.19.2\", \"packaging\": \"jar\" }", - "{ \"group\": \"com.graphql-java\", \"artifact\": \"graphql-java\", \"version\": \"20.2\" }", - "{ \"group\": \"com.graphql-java\", \"artifact\": \"java-dataloader\", \"version\": \"3.2.0\" }", - "{ \"group\": \"dev.failsafe\", \"artifact\": \"failsafe\", \"version\": \"3.3.2\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-context\", \"version\": \"1.61.1\" }", - "{ \"group\": \"io.lettuce\", \"artifact\": \"lettuce-core\", \"version\": \"6.3.1.RELEASE\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-buffer\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-codec-http\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-codec-http2\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-common\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-handler\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-handler-proxy\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-transport\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-api\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-context\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-exporter-logging\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-common\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-extension-autoconfigure\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-extension-autoconfigure-spi\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-testing\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-trace\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry.semconv\", \"artifact\": \"opentelemetry-semconv\", \"version\": \"1.23.1-alpha\" }", - "{ \"group\": \"io.ous\", \"artifact\": \"jtoml\", \"version\": \"2.0.0\" }", - "{ \"group\": \"it.ozimov\", \"artifact\": \"embedded-redis\", \"version\": \"0.7.3\" }", - "{ \"group\": \"net.bytebuddy\", \"artifact\": \"byte-buddy\", \"version\": \"1.14.12\" }", - "{ \"group\": \"org.htmlunit\", \"artifact\": \"htmlunit-core-js\", \"version\": \"3.11.0\" }", - "{ \"group\": \"org.apache.commons\", \"artifact\": \"commons-exec\", \"version\": \"1.3\" }", - "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-core\", \"version\": \"2.22.1\" }", - "{ \"group\": \"org.assertj\", \"artifact\": \"assertj-core\", \"version\": \"3.25.3\" }", - "{ \"group\": \"org.bouncycastle\", \"artifact\": \"bcpkix-jdk18on\", \"version\": \"1.77\" }", - "{ \"group\": \"org.eclipse.mylyn.github\", \"artifact\": \"org.eclipse.egit.github.core\", \"version\": \"2.1.5\" }", - "{ \"group\": \"org.hsqldb\", \"artifact\": \"hsqldb\", \"version\": \"2.7.2\" }", - "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter-api\", \"version\": \"5.10.2\" }", - "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter-engine\", \"version\": \"5.10.2\" }", - "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter-params\", \"version\": \"5.10.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-launcher\", \"version\": \"1.10.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-reporting\", \"version\": \"1.10.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-commons\", \"version\": \"1.10.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-engine\", \"version\": \"1.10.2\" }", - "{ \"group\": \"org.mockito\", \"artifact\": \"mockito-core\", \"version\": \"5.10.0\" }", - "{ \"group\": \"org.mockito\", \"artifact\": \"mockito-inline\", \"version\": \"5.2.0\" }", - "{ \"group\": \"org.redisson\", \"artifact\": \"redisson\", \"version\": \"3.26.1\" }", - "{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-api\", \"version\": \"2.0.12\" }", - "{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-jdk14\", \"version\": \"2.0.12\" }", - "{ \"group\": \"org.zeromq\", \"artifact\": \"jeromq\", \"version\": \"0.6.0\" }", - "{ \"group\": \"com.google.code.findbugs\", \"artifact\": \"jsr305\", \"version\": \"3.0.2\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.8.9\" }", - "{ \"group\": \"com.google.errorprone\", \"artifact\": \"error_prone_annotations\", \"version\": \"2.3.2\" }", - "{ \"group\": \"com.google.j2objc\", \"artifact\": \"j2objc-annotations\", \"version\": \"1.3\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava-testlib\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"com.google.truth\", \"artifact\": \"truth\", \"version\": \"1.1.2\" }", - "{ \"group\": \"junit\", \"artifact\": \"junit\", \"version\": \"4.13.2\" }", - "{ \"group\": \"org.mockito\", \"artifact\": \"mockito-core\", \"version\": \"4.3.1\" }" - ], - "fail_on_missing_checksum": true, - "fetch_sources": true, - "fetch_javadoc": false, - "excluded_artifacts": [ - "{ \"group\": \"org.hamcrest\", \"artifact\": \"hamcrest-all\" }", - "{ \"group\": \"org.hamcrest\", \"artifact\": \"hamcrest-core\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-all\" }" - ], - "generate_compat_repositories": false, - "version_conflict_policy": "default", - "override_targets": {}, - "strict_visibility": true, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "maven_install_json": "@@//java:maven_install.json", - "resolve_timeout": 600, - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn", - "ignore_empty_files": false - } - }, - "org_apache_httpcomponents_client5_httpclient5_5_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "28c759254f4e35319e078bb6ffea75676608dc12cb243b24fb3c8732522977fe", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar" - ], - "downloaded_file_path": "v1/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar" - } - }, - "org_opentest4j_opentest4j_jar_sources_1_3_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "724a24e3a68267d5ebac9411389a15638a71e50c62448ffa58f59c34d5c1ebb2", - "urls": [ - "https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0-sources.jar" - ], - "downloaded_file_path": "v1/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0-sources.jar" - } - }, - "org_junit_platform_junit_platform_commons_jar_sources_1_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e1435cf8f4843619a16c2c1393d39a5170db1376af048a76cdcd7bf9aad72ad6", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2-sources.jar" - ], - "downloaded_file_path": "v1/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2-sources.jar" - } - }, - "io_projectreactor_reactor_core_jar_sources_3_6_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "cce62c6ebf0ed34ffeb572b2736fd0a011413ac31e77f8d4f6162015b8cf4774", - "urls": [ - "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.6.4/reactor-core-3.6.4-sources.jar" - ], - "downloaded_file_path": "v1/io/projectreactor/reactor-core/3.6.4/reactor-core-3.6.4-sources.jar" - } - }, - "org_checkerframework_checker_qual_3_42_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ccaedd33af0b7894d9f2f3b644f4d19e43928e32902e61ac4d10777830f5aac7", - "urls": [ - "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar" - ], - "downloaded_file_path": "v1/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar" - } - }, - "org_apiguardian_apiguardian_api_jar_sources_1_1_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "277a7a4315412817beb6655b324dc7276621e95ebff00b8bf65e17a27b685e2d", - "urls": [ - "https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar" - ], - "downloaded_file_path": "v1/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar" - } - }, - "org_hsqldb_hsqldb_2_7_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "aa455133e664f6a7e6f30cd0cd4f8ad83dfbd94eb717c438548e446784614a92", - "urls": [ - "https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.jar" - ], - "downloaded_file_path": "v1/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.jar" - } - }, - "software_amazon_awssdk_apache_client_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b35142b110c70ba0fd79f6f3e7633701d98424bcecc70d92eb336cb830244a09", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/apache-client/2.20.128/apache-client-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/apache-client/2.20.128/apache-client-2.20.128.jar" - } - }, - "io_grpc_grpc_stub_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "64ffca5dde4565c4c0f876deea3d105341d45ce605b29053e79dc86a22f7953b", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-stub/1.56.1/grpc-stub-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-stub/1.56.1/grpc-stub-1.56.1.jar" - } - }, - "com_google_oauth_client_google_oauth_client_1_34_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "193edf97aefa28b93c5892bdc598bac34fa4c396588030084f290b1440e8b98a", - "urls": [ - "https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.34.1/google-oauth-client-1.34.1.jar" - ], - "downloaded_file_path": "v1/com/google/oauth-client/google-oauth-client/1.34.1/google-oauth-client-1.34.1.jar" - } - }, - "org_slf4j_slf4j_simple_1_7_21": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a20179cc3ded2d7e2f5def4ccb34b2d0836e2f8c9e79352a6babd6a6559cc8e0", - "urls": [ - "https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.jar" - ], - "downloaded_file_path": "v1/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.jar" - } - }, - "javax_cache_cache_api_jar_sources_1_1_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2387f48682d3475fd214a6b9c2d1ef732ae8ce9313a3b8f69e72449ce33c6068", - "urls": [ - "https://repo1.maven.org/maven2/javax/cache/cache-api/1.1.1/cache-api-1.1.1-sources.jar" - ], - "downloaded_file_path": "v1/javax/cache/cache-api/1.1.1/cache-api-1.1.1-sources.jar" - } - }, - "com_google_cloud_google_cloud_core_grpc_2_22_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "18eeb382b6cf83bfebd49a1c785a2474bb5937aeed15326c4e6d5595416dadf3", - "urls": [ - "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core-grpc/2.22.0/google-cloud-core-grpc-2.22.0.jar" - ], - "downloaded_file_path": "v1/com/google/cloud/google-cloud-core-grpc/2.22.0/google-cloud-core-grpc-2.22.0.jar" - } - }, - "com_fasterxml_jackson_core_jackson_core_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f5f8ef90609e64fec82eb908e497dc7d81b2eb983fe509b870292a193cde4dfb", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar" - ], - "downloaded_file_path": "v1/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar" - } - }, - "com_esotericsoftware_kryo_5_6_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ead0f39530d6f30d27791eeb81621f3d7445331a06c32b3302e0ebe9e04b3a5d", - "urls": [ - "https://repo1.maven.org/maven2/com/esotericsoftware/kryo/5.6.0/kryo-5.6.0.jar" - ], - "downloaded_file_path": "v1/com/esotericsoftware/kryo/5.6.0/kryo-5.6.0.jar" - } - }, - "org_bouncycastle_bcutil_jdk18on_jar_sources_1_77": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "98379c2eff227d8b72f9259880daae79c1f6980124d21818a93748177bcca5a9", - "urls": [ - "https://repo1.maven.org/maven2/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77-sources.jar" - ], - "downloaded_file_path": "v1/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77-sources.jar" - } - }, - "com_google_cloud_google_cloud_storage_2_26_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6a607268c51471280dc07176b46577951e0e198780a53c6a864fcb2a7acc9902", - "urls": [ - "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.26.1/google-cloud-storage-2.26.1.jar" - ], - "downloaded_file_path": "v1/com/google/cloud/google-cloud-storage/2.26.1/google-cloud-storage-2.26.1.jar" - } - }, - "software_amazon_awssdk_utils_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ba635695d0046fae35740e9e64da9f0e34dab7cbc9a64813ce9ab49ed989f948", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/utils/2.20.128/utils-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/utils/2.20.128/utils-2.20.128.jar" - } - }, - "org_threeten_threetenbp_1_6_8": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e4b1eb3d90c38a54c7f3384fda957e0b5bf0b41b40672a44ae8b03cb6c87ce06", - "urls": [ - "https://repo1.maven.org/maven2/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar" - ], - "downloaded_file_path": "v1/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar" - } - }, - "org_apache_logging_log4j_log4j_api_jar_sources_2_23_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d5cf646b25ee4ee16b27aea90d919aa0b35846feae811abc8cb389331420a059", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1-sources.jar" - ], - "downloaded_file_path": "v1/org/apache/logging/log4j/log4j-api/2.23.1/log4j-api-2.23.1-sources.jar" - } - }, - "com_esotericsoftware_reflectasm_1_11_9": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "712b44da79a5b7f47a28cbfcb3d8ecfc872fae349c48aa4d3e38a5d69956afce", - "urls": [ - "https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9.jar" - ], - "downloaded_file_path": "v1/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9.jar" - } - }, - "io_netty_netty_handler_proxy": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_handler_proxy" - } - }, - "net_sf_saxon_Saxon_HE_12_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "575f8b696e3b6f9aa7a3bf01611b8bf1b84576b55ce29bc16656a53a147ef441", - "urls": [ - "https://repo1.maven.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar" - ], - "downloaded_file_path": "v1/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar" - } - }, - "com_google_re2j_re2j_1_7": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4f657af51ab8bb0909bcc3eb40862d26125af8cbcf92aaaba595fed77f947bc0", - "urls": [ - "https://repo1.maven.org/maven2/com/google/re2j/re2j/1.7/re2j-1.7.jar" - ], - "downloaded_file_path": "v1/com/google/re2j/re2j/1.7/re2j-1.7.jar" - } - }, - "org_junit_jupiter_junit_jupiter_api_jar_sources_5_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "551e054c2e84b79d087f0410c8e6e3dd3e83ae54129593380d48550da441b5ef", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2-sources.jar" - ], - "downloaded_file_path": "v1/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2-sources.jar" - } - }, - "io_netty_netty_common_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8e3649fc6bab84a88ad47af82e38f9c36ab3725de478632c8a59e4bd74d16e08", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar" - } - }, - "software_amazon_awssdk_profiles_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "110a5a1bfa09b0be417d60bba97f9d8641d398ea36d72b942a97253066fd5fd0", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/profiles/2.20.128/profiles-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/profiles/2.20.128/profiles-2.20.128.jar" - } - }, - "com_google_auto_auto_common_jar_sources_1_2_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "173f0a89b59e20a3219074a13d1656d7e207391438459521d11b0adcb814769e", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/auto-common/1.2.2/auto-common-1.2.2-sources.jar" - ], - "downloaded_file_path": "v1/com/google/auto/auto-common/1.2.2/auto-common-1.2.2-sources.jar" - } - }, - "com_fasterxml_jackson_dataformat_jackson_dataformat_yaml_jar_sources_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fee5fa554e06bf36f697e32f98d255528b54fc8901bcf59ad5ce41c4e35784b5", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1-sources.jar" - ], - "downloaded_file_path": "v1/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1-sources.jar" - } - }, - "org_bouncycastle_bcpkix_jdk18on_jar_sources_1_77": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "09cd8fc95a4c7d6212d4c16f7b592e42992d9805b3e992afa2e90212ec306b11", - "urls": [ - "https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77-sources.jar" - ], - "downloaded_file_path": "v1/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77-sources.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" - ], - "downloaded_file_path": "v1/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar" - } - }, - "org_bouncycastle_bcprov_jdk18on_jar_sources_1_77": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "60606097d1f0f8d161fd1dfe7da28965d2802144373ed6857dc41951ce61e25b", - "urls": [ - "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77-sources.jar" - ], - "downloaded_file_path": "v1/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77-sources.jar" - } - }, - "com_google_auth_google_auth_library_credentials": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_auth_google_auth_library_credentials" - } - }, - "org_apache_commons_commons_lang3_3_14_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7b96bf3ee68949abb5bc465559ac270e0551596fa34523fddf890ec418dde13c", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar" - ], - "downloaded_file_path": "v1/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar" - } - }, - "net_sf_saxon_Saxon_HE_jar_sources_12_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d9e70436e777457f4ba67dc07838691731127d6a6bdd688b89cce1985c1d3fa9", - "urls": [ - "https://repo1.maven.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4-sources.jar" - ], - "downloaded_file_path": "v1/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4-sources.jar" - } - }, - "io_opentelemetry_opentelemetry_api_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a5873dc1f6cf36a098dfdb50a11974527a9e253e2ae08b1b23975eb6c59b9837", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-api/1.36.0/opentelemetry-api-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-api/1.36.0/opentelemetry-api-1.36.0.jar" - } - }, - "org_mockito_mockito_core_jar_sources_5_11_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "83df46b0b44f232d76b40e46583334eaf2dfbe1699174bb8e76376b96cbac709", - "urls": [ - "https://repo1.maven.org/maven2/org/mockito/mockito-core/5.11.0/mockito-core-5.11.0-sources.jar" - ], - "downloaded_file_path": "v1/org/mockito/mockito-core/5.11.0/mockito-core-5.11.0-sources.jar" - } - }, - "software_amazon_awssdk_crt_core_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "48d2b5c0102a234bf988da7e8ec5f36d51b41ae2b512df2cab29d99b6b7620eb", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/crt-core/2.20.128/crt-core-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/crt-core/2.20.128/crt-core-2.20.128.jar" - } - }, - "org_dom4j_dom4j_jar_sources_2_1_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7c9764c17d9db06b550c726ff4476a2d8670b7258f41bb29d43fa37bc8b26b0f", - "urls": [ - "https://repo1.maven.org/maven2/org/dom4j/dom4j/2.1.4/dom4j-2.1.4-sources.jar" - ], - "downloaded_file_path": "v1/org/dom4j/dom4j/2.1.4/dom4j-2.1.4-sources.jar" - } - }, - "com_github_spotbugs_spotbugs_annotations_4_8_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e5d4f60be8e57595766ba7f1d4535dc46aebf98dae05e16372a4d4120d3ebb6b", - "urls": [ - "https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs-annotations/4.8.3/spotbugs-annotations-4.8.3.jar" - ], - "downloaded_file_path": "v1/com/github/spotbugs/spotbugs-annotations/4.8.3/spotbugs-annotations-4.8.3.jar" - } - }, - "io_projectreactor_reactor_core_3_6_4": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "46ab18fce8c4834da85985bc01e6d37a52ec1c70d71946f1d66680abba304287", - "urls": [ - "https://repo1.maven.org/maven2/io/projectreactor/reactor-core/3.6.4/reactor-core-3.6.4.jar" - ], - "downloaded_file_path": "v1/io/projectreactor/reactor-core/3.6.4/reactor-core-3.6.4.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_extension_autoconfigure_spi_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "56f2449abde232311ff258d17956e82168fd178113e19ba197e7159b51ea09f2", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.36.0/opentelemetry-sdk-extension-autoconfigure-spi-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.36.0/opentelemetry-sdk-extension-autoconfigure-spi-1.36.0.jar" - } - }, - "com_google_guava_guava_testlib_31_1_jre": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "aadc71b10d5c3ac474dd16be84cfb18d257e584d1e0a59f8cab64ef4376226ce", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre.jar" - ], - "downloaded_file_path": "v1/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8caa440a9102e3aa2158f2ad6ab392be60e659e0ac0a81d729cf75222a3c1bf4", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk/1.36.0/opentelemetry-sdk-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk/1.36.0/opentelemetry-sdk-1.36.0.jar" - } - }, - "org_mockito_mockito_inline_jar_sources_5_2_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ee52e1c299a632184fba274a9370993e09140429f5e516e6c5570fd6574b297f", - "urls": [ - "https://repo1.maven.org/maven2/org/mockito/mockito-inline/5.2.0/mockito-inline-5.2.0-sources.jar" - ], - "downloaded_file_path": "v1/org/mockito/mockito-inline/5.2.0/mockito-inline-5.2.0-sources.jar" - } - }, - "org_checkerframework_checker_qual_3_33_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e316255bbfcd9fe50d165314b85abb2b33cb2a66a93c491db648e498a82c2de1", - "urls": [ - "https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar" - ], - "downloaded_file_path": "v1/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar" - } - }, - "io_grpc_grpc_api_jar_sources_1_62_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "aa2974982805cc998f79e7c4d5d536744fd5520b56eb15b0179f9331c1edb3b7", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2-sources.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2-sources.jar" - } - }, - "com_google_guava_guava_jar_sources_33_1_0_jre": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fe357db754046d94b79a0392c523c44671e71c1ac7b6e289bc0382a06bd5cd51", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre-sources.jar" - ], - "downloaded_file_path": "v1/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre-sources.jar" - } - }, - "com_google_j2objc_j2objc_annotations": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_j2objc_j2objc_annotations" - } - }, - "unpinned_rules_jvm_external_deps": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "coursier_fetch", - "attributes": { - "user_provided_name": "rules_jvm_external_deps", - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-credentials\", \"version\": \"1.19.0\" }", - "{ \"group\": \"com.google.auth\", \"artifact\": \"google-auth-library-oauth2-http\", \"version\": \"1.19.0\" }", - "{ \"group\": \"com.google.cloud\", \"artifact\": \"google-cloud-core\", \"version\": \"2.22.0\" }", - "{ \"group\": \"com.google.cloud\", \"artifact\": \"google-cloud-storage\", \"version\": \"2.26.1\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.10.1\" }", - "{ \"group\": \"com.google.googlejavaformat\", \"artifact\": \"google-java-format\", \"version\": \"1.17.0\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"32.1.2-jre\" }", - "{ \"group\": \"org.apache.maven\", \"artifact\": \"maven-artifact\", \"version\": \"3.9.4\" }", - "{ \"group\": \"software.amazon.awssdk\", \"artifact\": \"s3\", \"version\": \"2.20.128\" }" - ], - "fail_on_missing_checksum": true, - "fetch_sources": false, - "fetch_javadoc": 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, - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn", - "ignore_empty_files": false - } - }, - "io_grpc_grpc_rls_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ff56fa9750087f9deea2d00e08f46c7a3fd40f1032c3f5b44a702c595ddb7f55", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-rls/1.56.1/grpc-rls-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-rls/1.56.1/grpc-rls-1.56.1.jar" - } - }, - "org_bouncycastle_bcutil_jdk18on_1_77": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "947673bcbc5a8dde2d2fa688a5b7598d0ca6e2a74a7ea30cd93f04f6b3ad68f8", - "urls": [ - "https://repo1.maven.org/maven2/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.jar" - ], - "downloaded_file_path": "v1/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.jar" - } - }, - "io_opentelemetry_opentelemetry_api_events_jar_sources_1_36_0_alpha": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6f01fb5022e63b2d72fb93cee32a4a619962bfb82cfca8487b0895820de0fa2c", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-api-events/1.36.0-alpha/opentelemetry-api-events-1.36.0-alpha-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-api-events/1.36.0-alpha/opentelemetry-api-events-1.36.0-alpha-sources.jar" - } - }, - "org_apache_commons_commons_exec_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "cb49812dc1bfb0ea4f20f398bcae1a88c6406e213e67f7524fb10d4f8ad9347b", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar" - ], - "downloaded_file_path": "v1/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar" - } - }, - "io_opencensus_opencensus_contrib_http_util_0_31_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3ea995b55a4068be22989b70cc29a4d788c2d328d1d50613a7a9afd13fdd2d0a", - "urls": [ - "https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar" - ], - "downloaded_file_path": "v1/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar" - } - }, - "org_assertj_assertj_core_jar_sources_3_25_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "cc238222c6191214beed0ca2b65107887b6ed9edc1bf10f09ab8ed7d7fac3dfb", - "urls": [ - "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.25.3/assertj-core-3.25.3-sources.jar" - ], - "downloaded_file_path": "v1/org/assertj/assertj-core/3.25.3/assertj-core-3.25.3-sources.jar" - } - }, - "com_google_auth_google_auth_library_oauth2_http_1_19_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "01bdf5c5cd85e10b794e401775d9909b56a38ffce313fbd39510a5d87ed56f58", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar" - ], - "downloaded_file_path": "v1/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_metrics_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "bd4e3c51c741d53a6aeebec649c7e9e93b1acbed08b90b46e1a49832bc8db9c3", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-metrics/1.36.0/opentelemetry-sdk-metrics-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-metrics/1.36.0/opentelemetry-sdk-metrics-1.36.0-sources.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_logs_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "183cd71d7e02d21e580ac5d624f2e7e9592d0035a80edf8b8f8c103469c256e3", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-logs/1.36.0/opentelemetry-sdk-logs-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-logs/1.36.0/opentelemetry-sdk-logs-1.36.0-sources.jar" - } - }, - "com_google_cloud_google_cloud_core_http_2_22_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "eba963e2d7aee9cb7dd71872f634d4418c7dffc260f740431b9f577b09417c03", - "urls": [ - "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core-http/2.22.0/google-cloud-core-http-2.22.0.jar" - ], - "downloaded_file_path": "v1/com/google/cloud/google-cloud-core-http/2.22.0/google-cloud-core-http-2.22.0.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "42071d2a8249710dbeafe514e2cb696d6db495a521aa214a7253f6fbb4a4927b", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk/1.36.0/opentelemetry-sdk-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk/1.36.0/opentelemetry-sdk-1.36.0-sources.jar" - } - }, - "io_netty_netty_handler_proxy_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "0e11683b57e75393d6ea710e0c6a8ebcb5c0913e7938ab2a8a8667ba740219da", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.jar" - } - }, - "com_google_auth_google_auth_library_credentials_1_19_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "095984b0594888a47f311b3c9dcf6da9ed86feeea8f78140c55e14c27b0593e5", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/1.19.0/google-auth-library-credentials-1.19.0.jar" - ], - "downloaded_file_path": "v1/com/google/auth/google-auth-library-credentials/1.19.0/google-auth-library-credentials-1.19.0.jar" - } - }, - "com_google_auto_service_auto_service_1_1_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1f48f451503e623daba7d9ed368cca0f81e1e3815653a4560113e12c0129ebd5", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/service/auto-service/1.1.1/auto-service-1.1.1.jar" - ], - "downloaded_file_path": "v1/com/google/auto/service/auto-service/1.1.1/auto-service-1.1.1.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" - ], - "downloaded_file_path": "v1/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar" - } - }, - "com_google_errorprone_error_prone_annotations_2_26_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "de25f2d9a2156529bd765f51d8efdfc0dfa7301e04efb9cc75b7f10cf5d0e0fb", - "urls": [ - "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.jar" - ], - "downloaded_file_path": "v1/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.jar" - } - }, - "io_netty_netty_handler_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "55b2458011527d94abc868086afd039cd00cc3a547e7322569e0fb4f906d9d80", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar" - } - }, - "io_grpc_grpc_api": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_grpc_grpc_api" - } - }, - "com_github_spotbugs_spotbugs": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_github_spotbugs_spotbugs" - } - }, - "it_ozimov_embedded_redis_jar_sources_0_7_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ed1140941696f0f1364dab3000a0805e86937cee8ec83b0974266ccc018c39e0", - "urls": [ - "https://repo1.maven.org/maven2/it/ozimov/embedded-redis/0.7.3/embedded-redis-0.7.3-sources.jar" - ], - "downloaded_file_path": "v1/it/ozimov/embedded-redis/0.7.3/embedded-redis-0.7.3-sources.jar" - } - }, - "org_mockito_mockito_core_5_11_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f076c96b1f49b8d9bc42e46b0969aaf5684c40c8b5b679d400e5d880073a0e00", - "urls": [ - "https://repo1.maven.org/maven2/org/mockito/mockito-core/5.11.0/mockito-core-5.11.0.jar" - ], - "downloaded_file_path": "v1/org/mockito/mockito-core/5.11.0/mockito-core-5.11.0.jar" - } - }, - "com_google_googlejavaformat_google_java_format_1_17_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "631ba54c39f6c20df027dc1420736df2e5e43c581880efdd1e46ddb4ce050e3e", - "urls": [ - "https://repo1.maven.org/maven2/com/google/googlejavaformat/google-java-format/1.17.0/google-java-format-1.17.0.jar" - ], - "downloaded_file_path": "v1/com/google/googlejavaformat/google-java-format/1.17.0/google-java-format-1.17.0.jar" - } - }, - "com_google_guava_failureaccess_1_0_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8a8f81cf9b359e3f6dfa691a1e776985c061ef2f223c9b2c80753e1b458e8064", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar" - ], - "downloaded_file_path": "v1/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar" - } - }, - "com_google_j2objc_j2objc_annotations_3_0_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "88241573467ddca44ffd4d74aa04c2bbfd11bf7c17e0c342c94c9de7a70a7c64", - "urls": [ - "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar" - ], - "downloaded_file_path": "v1/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar" - } - }, - "org_jboss_marshalling_jboss_marshalling_jar_sources_2_0_11_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4e9b508e3423fb82a33e72c77fd4fe63f108f167fa648d50a933b1b71d9084f2", - "urls": [ - "https://repo1.maven.org/maven2/org/jboss/marshalling/jboss-marshalling/2.0.11.Final/jboss-marshalling-2.0.11.Final-sources.jar" - ], - "downloaded_file_path": "v1/org/jboss/marshalling/jboss-marshalling/2.0.11.Final/jboss-marshalling-2.0.11.Final-sources.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" - ], - "downloaded_file_path": "v1/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar" - } - }, - "io_perfmark_perfmark_api_0_26_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b7d23e93a34537ce332708269a0d1404788a5b5e1949e82f5535fce51b3ea95b", - "urls": [ - "https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.jar" - ], - "downloaded_file_path": "v1/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.jar" - } - }, - "commons_codec_commons_codec_jar_sources_1_15": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7019940b2298d333edb946e2db3d10f1caacbbd52bb64e85832cfd0017e049cc", - "urls": [ - "https://repo1.maven.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15-sources.jar" - ], - "downloaded_file_path": "v1/commons-codec/commons-codec/1.15/commons-codec-1.15-sources.jar" - } - }, - "io_grpc_grpc_context_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3d442ce08bfb1b487edf76d12e2dfd991c3877af32cf772a83c73d06f89743bc", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.56.1/grpc-context-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-context/1.56.1/grpc-context-1.56.1.jar" - } - }, - "io_netty_netty_transport_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "494f8ccdd2c892cfe590ff39c1c35822d50228657fd598890e7450d66994b0a4", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final-sources.jar" - } - }, - "org_htmlunit_htmlunit_core_js_3_11_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "603930ffc407eece166f739bb3decb4573183264a66aff4bfb4f5d02be3b6862", - "urls": [ - "https://repo1.maven.org/maven2/org/htmlunit/htmlunit-core-js/3.11.0/htmlunit-core-js-3.11.0.jar" - ], - "downloaded_file_path": "v1/org/htmlunit/htmlunit-core-js/3.11.0/htmlunit-core-js-3.11.0.jar" - } - }, - "org_apache_httpcomponents_core5_httpcore5_5_1_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "f2bf2f2c7772169c9e30699719667ad30f9b46c4e9d7841907deb2d12d9923fe", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar" - ], - "downloaded_file_path": "v1/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar" - } - }, - "org_objenesis_objenesis_3_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "02dfd0b0439a5591e35b708ed2f5474eb0948f53abf74637e959b8e4ef69bfeb", - "urls": [ - "https://repo1.maven.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar" - ], - "downloaded_file_path": "v1/org/objenesis/objenesis/3.3/objenesis-3.3.jar" - } - }, - "com_beust_jcommander_1_82": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "deeac157c8de6822878d85d0c7bc8467a19cc8484d37788f7804f039dde280b1", - "urls": [ - "https://repo1.maven.org/maven2/com/beust/jcommander/1.82/jcommander-1.82.jar" - ], - "downloaded_file_path": "v1/com/beust/jcommander/1.82/jcommander-1.82.jar" - } - }, - "io_netty_netty_codec_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "32c220dea93756fba28f9302481bc657738cc40d07440daa985a2ba21df226f1", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar" - } - }, - "software_amazon_awssdk_metrics_spi_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5fcbfe4d10d0814ea1caa963d66129b1dfcf5e2f7c3a8298596676985234f94c", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/metrics-spi/2.20.128/metrics-spi-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/metrics-spi/2.20.128/metrics-spi-2.20.128.jar" - } - }, - "eu_neilalexander_jnacl_1_0_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4accc9d2a56a6dd5198ec5e1c5c05a091da563bccd346fd6578edc083152beaa", - "urls": [ - "https://repo1.maven.org/maven2/eu/neilalexander/jnacl/1.0.0/jnacl-1.0.0.jar" - ], - "downloaded_file_path": "v1/eu/neilalexander/jnacl/1.0.0/jnacl-1.0.0.jar" - } - }, - "org_mockito_mockito_inline_5_2_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ee52e1c299a632184fba274a9370993e09140429f5e516e6c5570fd6574b297f", - "urls": [ - "https://repo1.maven.org/maven2/org/mockito/mockito-inline/5.2.0/mockito-inline-5.2.0.jar" - ], - "downloaded_file_path": "v1/org/mockito/mockito-inline/5.2.0/mockito-inline-5.2.0.jar" - } - }, - "com_google_errorprone_error_prone_annotations_jar_sources_2_26_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "32b1720fa97a3d7f24fc017014e285d812ff66a5b6c5c1819e165bfe6fdc2110", - "urls": [ - "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1-sources.jar" - ], - "downloaded_file_path": "v1/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1-sources.jar" - } - }, - "org_codehaus_mojo_animal_sniffer_annotations_1_23": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9ffe526bf43a6348e9d8b33b9cd6f580a7f5eed0cf055913007eda263de974d0", - "urls": [ - "https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.jar" - ], - "downloaded_file_path": "v1/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.jar" - } - }, - "software_amazon_awssdk_json_utils_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "82a05550dcf9538d878d9d26e8c97913aa34600f7614cd7fd3b6e1f3f67c13cd", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/json-utils/2.20.128/json-utils-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/json-utils/2.20.128/json-utils-2.20.128.jar" - } - }, - "io_reactivex_rxjava3_rxjava_jar_sources_3_1_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4479ead52c21dbfeb23646e378f77b7b396eda170619027d4213975e368b14ca", - "urls": [ - "https://repo1.maven.org/maven2/io/reactivex/rxjava3/rxjava/3.1.6/rxjava-3.1.6-sources.jar" - ], - "downloaded_file_path": "v1/io/reactivex/rxjava3/rxjava/3.1.6/rxjava-3.1.6-sources.jar" - } - }, - "com_google_j2objc_j2objc_annotations_jar_sources_3_0_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "bd60019a0423c3a025ef6ab24fe0761f5f45ffb48a8cca74a01b678de1105d38", - "urls": [ - "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0-sources.jar" - ], - "downloaded_file_path": "v1/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0-sources.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_testing_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a65587442ae17a0036f047977e57acfb3f656a29cf6e0b62f80308ce7a095097", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-testing/1.36.0/opentelemetry-sdk-testing-1.36.0.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-testing/1.36.0/opentelemetry-sdk-testing-1.36.0.jar" - } - }, - "io_opentelemetry_opentelemetry_context_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d126c982465b883e0c3898b915f056b44c76850cfc789630c25c843418678050", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-context/1.36.0/opentelemetry-context-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-context/1.36.0/opentelemetry-context-1.36.0-sources.jar" - } - }, - "com_google_api_grpc_proto_google_common_protos_2_23_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "ff880ec7fae731bed60377871fa3138ad6ea6fd31d0c6055c2e70ea47917402b", - "urls": [ - "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/2.23.0/proto-google-common-protos-2.23.0.jar" - ], - "downloaded_file_path": "v1/com/google/api/grpc/proto-google-common-protos/2.23.0/proto-google-common-protos-2.23.0.jar" - } - }, - "org_ow2_asm_asm_util_jar_sources_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e7db715b8bc44751d99a5f0c02c8219aae355921462a16acca72766338c14287", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6-sources.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm-util/9.6/asm-util-9.6-sources.jar" - } - }, - "io_netty_netty_common_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "cb8d84a3e63aea90d0d7a333a02e50ac751d2b05db55745d981b5eff893f647b", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.94.Final/netty-common-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-common/4.1.94.Final/netty-common-4.1.94.Final.jar" - } - }, - "com_esotericsoftware_reflectasm_jar_sources_1_11_9": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8fc29f5069a1a43c38eb28b54f6850995734f31962813b13ac8a9b7a0624b45b", - "urls": [ - "https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar" - ], - "downloaded_file_path": "v1/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar" - } - }, - "org_ow2_asm_asm_analysis_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d92832d7c37edc07c60e2559ac6118b31d642e337a6671edcb7ba9fae68edbbb", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar" - } - }, - "io_netty_netty_buffer": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_buffer" - } - }, - "io_netty_netty_resolver_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "55279fdcf6c0e1819b6561cc70b0eb2de1b1cf1ef5635fc46334d7e06faa9dd9", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar" - } - }, - "software_amazon_awssdk_arns_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "db6e5c582aaafcbe2e1804090505c6dbd76188b2a1661ecfd06afb7e949985b9", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/arns/2.20.128/arns-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/arns/2.20.128/arns-2.20.128.jar" - } - }, - "io_opencensus_opencensus_api": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_opencensus_opencensus_api" - } - }, - "org_junit_platform_junit_platform_launcher_jar_sources_1_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d3c84fbec86b224e0d2bd49e9335978bdeb6aead9f17cbee4f0e2e8885c7ab89", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2-sources.jar" - ], - "downloaded_file_path": "v1/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2-sources.jar" - } - }, - "org_junit_jupiter_junit_jupiter_engine_jar_sources_5_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "00ffb37a2d4a1f5ab224c4cf44b2d050b3d132ca650e9c4251605daf9cd6da9b", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2-sources.jar" - ], - "downloaded_file_path": "v1/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2-sources.jar" - } - }, - "org_apache_httpcomponents_httpclient_4_5_14": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c8bc7e1c51a6d4ce72f40d2ebbabf1c4b68bfe76e732104b04381b493478e9d6", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar" - ], - "downloaded_file_path": "v1/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar" - } - }, - "dev_failsafe_failsafe_3_3_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2c5dc879a6dac7ea3a7b29d795e27bd49b8e7908b05c2f3e56053c19d79850f5", - "urls": [ - "https://repo1.maven.org/maven2/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.jar" - ], - "downloaded_file_path": "v1/dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.jar" - } - }, - "org_ow2_asm_asm_commons_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7aefd0d5c0901701c69f7513feda765fb6be33af2ce7aa17c5781fc87657c511", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar" - } - }, - "org_opentest4j_opentest4j": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_opentest4j_opentest4j" - } - }, - "io_grpc_grpc_core_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fddeafc25019b7e5600028d6398e9ed7383056d9aecaf95aec5c39c5085a4830", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-core/1.56.1/grpc-core-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-core/1.56.1/grpc-core-1.56.1.jar" - } - }, - "io_perfmark_perfmark_api": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_perfmark_perfmark_api" - } - }, - "com_google_auto_service_auto_service_annotations_1_1_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "16a76dd00a2650568447f5d6e3a9e2c809d9a42367d56b45215cfb89731f4d24", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar" - ], - "downloaded_file_path": "v1/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar" - } - }, - "io_netty_netty_codec_http2_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a813e1810f7c1959b90fc7f221e03ce15e66005ee56e29cd0d68312b9679c772", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar" - } - }, - "org_ow2_asm_asm_analysis_jar_sources_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "79429deea30525444879c827bd85c2aca1a1bedd8fddae3096f47e029f356dc4", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6-sources.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6-sources.jar" - } - }, - "javax_cache_cache_api_1_1_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "9f34e007edfa82a7b2a2e1b969477dcf5099ce7f4f926fb54ce7e27c4a0cd54b", - "urls": [ - "https://repo1.maven.org/maven2/javax/cache/cache-api/1.1.1/cache-api-1.1.1.jar" - ], - "downloaded_file_path": "v1/javax/cache/cache-api/1.1.1/cache-api-1.1.1.jar" - } - }, - "io_netty_netty_handler_4_1_94_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8e50719a9ab89e33ef85c5f36d780e0d7056b3f768b07d261d87baed7094eb3c", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.94.Final/netty-handler-4.1.94.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-handler/4.1.94.Final/netty-handler-4.1.94.Final.jar" - } - }, - "org_apache_logging_log4j_log4j_core_2_23_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7079368005fc34f56248f57f8a8a53361c3a53e9007d556dbc66fc669df081b5", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1.jar" - ], - "downloaded_file_path": "v1/org/apache/logging/log4j/log4j-core/2.23.1/log4j-core-2.23.1.jar" - } - }, - "io_netty_netty_tcnative_classes": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_tcnative_classes" - } - }, - "com_google_code_findbugs_jsr305": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_code_findbugs_jsr305" - } - }, - "io_netty_netty_transport": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_transport" - } - }, - "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" - ], - "downloaded_file_path": "v1/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" - } - }, - "commons_io_commons_io_2_5": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "a10418348d234968600ccb1d988efcbbd08716e1d96936ccc1880e7d22513474", - "urls": [ - "https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar" - ], - "downloaded_file_path": "v1/commons-io/commons-io/2.5/commons-io-2.5.jar" - } - }, - "io_lettuce_lettuce_core_6_3_2_RELEASE": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "96c28d1152bc6970904ce1e3eaa22e90f09aaadef52c79805da725135859406b", - "urls": [ - "https://repo1.maven.org/maven2/io/lettuce/lettuce-core/6.3.2.RELEASE/lettuce-core-6.3.2.RELEASE.jar" - ], - "downloaded_file_path": "v1/io/lettuce/lettuce-core/6.3.2.RELEASE/lettuce-core-6.3.2.RELEASE.jar" - } - }, - "com_fasterxml_jackson_dataformat_jackson_dataformat_yaml_2_16_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fd67e0fafe368ad3dfc1b545eb8fe084a5c64628fb71ef70bd94a4dab27aefff", - "urls": [ - "https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar" - ], - "downloaded_file_path": "v1/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar" - } - }, - "org_conscrypt_conscrypt_openjdk_uber_2_5_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "eaf537d98e033d0f0451cd1b8cc74e02d7b55ec882da63c88060d806ba89c348", - "urls": [ - "https://repo1.maven.org/maven2/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.jar" - ], - "downloaded_file_path": "v1/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.jar" - } - }, - "junit_junit_jar_sources_4_13_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "34181df6482d40ea4c046b063cb53c7ffae94bdf1b1d62695bdf3adf9dea7e3a", - "urls": [ - "https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2-sources.jar" - ], - "downloaded_file_path": "v1/junit/junit/4.13.2/junit-4.13.2-sources.jar" - } - }, - "com_google_protobuf_protobuf_java_3_23_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "18a057f5e0f828daa92b71c19df91f6bcc2aad067ca2cdd6b5698055ca7bcece", - "urls": [ - "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.23.2/protobuf-java-3.23.2.jar" - ], - "downloaded_file_path": "v1/com/google/protobuf/protobuf-java/3.23.2/protobuf-java-3.23.2.jar" - } - }, - "com_esotericsoftware_kryo_jar_sources_5_6_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fe808d5e9370797ebeddd87f1aefb84c15281a18148388645c79c2382acc1e5f", - "urls": [ - "https://repo1.maven.org/maven2/com/esotericsoftware/kryo/5.6.0/kryo-5.6.0-sources.jar" - ], - "downloaded_file_path": "v1/com/esotericsoftware/kryo/5.6.0/kryo-5.6.0-sources.jar" - } - }, - "io_opentelemetry_opentelemetry_sdk_trace_jar_sources_1_36_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4e45072b6d7acd4f93ac86fe90f606c86fbaa8bbffe04a31b8a4c1b88004cf74", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-trace/1.36.0/opentelemetry-sdk-trace-1.36.0-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/opentelemetry-sdk-trace/1.36.0/opentelemetry-sdk-trace-1.36.0-sources.jar" - } - }, - "com_google_auto_service_auto_service_annotations_jar_sources_1_1_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "371bc06d861278f8048157b5172fd5e830410cdd9cddf1cca02cd9ead7b64fff", - "urls": [ - "https://repo1.maven.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1-sources.jar" - ], - "downloaded_file_path": "v1/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1-sources.jar" - } - }, - "io_grpc_grpc_context_jar_sources_1_62_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c656b874e58c84ca975c3708f2e001dba76233385b6a5b7cb098868bd6ce38b1", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-context/1.62.2/grpc-context-1.62.2-sources.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-context/1.62.2/grpc-context-1.62.2-sources.jar" - } - }, - "io_netty_netty_codec_http_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "c6afefd3666f4476f1ad042fcfe689be4fd25e6f8ff452234e8f53a8d2254a6c", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final-sources.jar" - } - }, - "org_eclipse_mylyn_github_org_eclipse_egit_github_core_jar_sources_2_1_5": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1f0f6588b9b6f6b232bf4917bee0a672d85e9ffb3a5265d3b8967bd9897ae644", - "urls": [ - "https://repo1.maven.org/maven2/org/eclipse/mylyn/github/org.eclipse.egit.github.core/2.1.5/org.eclipse.egit.github.core-2.1.5-sources.jar" - ], - "downloaded_file_path": "v1/org/eclipse/mylyn/github/org.eclipse.egit.github.core/2.1.5/org.eclipse.egit.github.core-2.1.5-sources.jar" - } - }, - "maven": { - "bzlFile": "@@rules_jvm_external~//:coursier.bzl", - "ruleClassName": "pinned_coursier_fetch", - "attributes": { - "user_provided_name": "maven", - "repositories": [ - "{ \"repo_url\": \"https://repo1.maven.org/maven2\" }" - ], - "artifacts": [ - "{ \"group\": \"com.beust\", \"artifact\": \"jcommander\", \"version\": \"1.82\" }", - "{ \"group\": \"com.github.javaparser\", \"artifact\": \"javaparser-core\", \"version\": \"3.25.8\" }", - "{ \"group\": \"com.github.spotbugs\", \"artifact\": \"spotbugs\", \"version\": \"4.8.3\" }", - "{ \"group\": \"com.github.stephenc.jcip\", \"artifact\": \"jcip-annotations\", \"version\": \"1.0-1\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.10.1\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"33.0.0-jre\" }", - "{ \"group\": \"com.google.auto\", \"artifact\": \"auto-common\", \"version\": \"1.2.2\" }", - "{ \"group\": \"com.google.auto.service\", \"artifact\": \"auto-service\", \"version\": \"1.1.1\" }", - "{ \"group\": \"com.google.auto.service\", \"artifact\": \"auto-service-annotations\", \"version\": \"1.1.1\" }", - "{ \"group\": \"com.google.googlejavaformat\", \"artifact\": \"google-java-format\", \"version\": \"1.19.2\", \"packaging\": \"jar\" }", - "{ \"group\": \"com.graphql-java\", \"artifact\": \"graphql-java\", \"version\": \"20.2\" }", - "{ \"group\": \"com.graphql-java\", \"artifact\": \"java-dataloader\", \"version\": \"3.2.0\" }", - "{ \"group\": \"dev.failsafe\", \"artifact\": \"failsafe\", \"version\": \"3.3.2\" }", - "{ \"group\": \"io.grpc\", \"artifact\": \"grpc-context\", \"version\": \"1.61.1\" }", - "{ \"group\": \"io.lettuce\", \"artifact\": \"lettuce-core\", \"version\": \"6.3.1.RELEASE\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-buffer\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-codec-http\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-codec-http2\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-common\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-handler\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-handler-proxy\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-transport\", \"version\": \"4.1.107.Final\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-api\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-context\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-exporter-logging\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-common\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-extension-autoconfigure\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-extension-autoconfigure-spi\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-testing\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry\", \"artifact\": \"opentelemetry-sdk-trace\", \"version\": \"1.35.0\" }", - "{ \"group\": \"io.opentelemetry.semconv\", \"artifact\": \"opentelemetry-semconv\", \"version\": \"1.23.1-alpha\" }", - "{ \"group\": \"io.ous\", \"artifact\": \"jtoml\", \"version\": \"2.0.0\" }", - "{ \"group\": \"it.ozimov\", \"artifact\": \"embedded-redis\", \"version\": \"0.7.3\" }", - "{ \"group\": \"net.bytebuddy\", \"artifact\": \"byte-buddy\", \"version\": \"1.14.12\" }", - "{ \"group\": \"org.htmlunit\", \"artifact\": \"htmlunit-core-js\", \"version\": \"3.11.0\" }", - "{ \"group\": \"org.apache.commons\", \"artifact\": \"commons-exec\", \"version\": \"1.3\" }", - "{ \"group\": \"org.apache.logging.log4j\", \"artifact\": \"log4j-core\", \"version\": \"2.22.1\" }", - "{ \"group\": \"org.assertj\", \"artifact\": \"assertj-core\", \"version\": \"3.25.3\" }", - "{ \"group\": \"org.bouncycastle\", \"artifact\": \"bcpkix-jdk18on\", \"version\": \"1.77\" }", - "{ \"group\": \"org.eclipse.mylyn.github\", \"artifact\": \"org.eclipse.egit.github.core\", \"version\": \"2.1.5\" }", - "{ \"group\": \"org.hsqldb\", \"artifact\": \"hsqldb\", \"version\": \"2.7.2\" }", - "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter-api\", \"version\": \"5.10.2\" }", - "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter-engine\", \"version\": \"5.10.2\" }", - "{ \"group\": \"org.junit.jupiter\", \"artifact\": \"junit-jupiter-params\", \"version\": \"5.10.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-launcher\", \"version\": \"1.10.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-reporting\", \"version\": \"1.10.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-commons\", \"version\": \"1.10.2\" }", - "{ \"group\": \"org.junit.platform\", \"artifact\": \"junit-platform-engine\", \"version\": \"1.10.2\" }", - "{ \"group\": \"org.mockito\", \"artifact\": \"mockito-core\", \"version\": \"5.10.0\" }", - "{ \"group\": \"org.mockito\", \"artifact\": \"mockito-inline\", \"version\": \"5.2.0\" }", - "{ \"group\": \"org.redisson\", \"artifact\": \"redisson\", \"version\": \"3.26.1\" }", - "{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-api\", \"version\": \"2.0.12\" }", - "{ \"group\": \"org.slf4j\", \"artifact\": \"slf4j-jdk14\", \"version\": \"2.0.12\" }", - "{ \"group\": \"org.zeromq\", \"artifact\": \"jeromq\", \"version\": \"0.6.0\" }", - "{ \"group\": \"com.google.code.findbugs\", \"artifact\": \"jsr305\", \"version\": \"3.0.2\" }", - "{ \"group\": \"com.google.code.gson\", \"artifact\": \"gson\", \"version\": \"2.8.9\" }", - "{ \"group\": \"com.google.errorprone\", \"artifact\": \"error_prone_annotations\", \"version\": \"2.3.2\" }", - "{ \"group\": \"com.google.j2objc\", \"artifact\": \"j2objc-annotations\", \"version\": \"1.3\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"com.google.guava\", \"artifact\": \"guava-testlib\", \"version\": \"31.1-jre\" }", - "{ \"group\": \"com.google.truth\", \"artifact\": \"truth\", \"version\": \"1.1.2\" }", - "{ \"group\": \"junit\", \"artifact\": \"junit\", \"version\": \"4.13.2\" }", - "{ \"group\": \"org.mockito\", \"artifact\": \"mockito-core\", \"version\": \"4.3.1\" }" - ], - "fetch_sources": true, - "fetch_javadoc": false, - "generate_compat_repositories": false, - "maven_install_json": "@@//java:maven_install.json", - "override_targets": {}, - "strict_visibility": true, - "strict_visibility_value": [ - "@@//visibility:private" - ], - "additional_netrc_lines": [], - "fail_if_repin_required": true, - "use_starlark_android_rules": false, - "aar_import_bzl_label": "@build_bazel_rules_android//android:rules.bzl", - "duplicate_version_warning": "warn", - "excluded_artifacts": [ - "{ \"group\": \"org.hamcrest\", \"artifact\": \"hamcrest-all\" }", - "{ \"group\": \"org.hamcrest\", \"artifact\": \"hamcrest-core\" }", - "{ \"group\": \"io.netty\", \"artifact\": \"netty-all\" }" - ], - "repin_instructions": "" - } - }, - "com_google_cloud_google_cloud_core_2_22_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "5bc01f00878cb5bf2dcd596cc577979357460f311807aee65aaa6837bdf0eef9", - "urls": [ - "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-core/2.22.0/google-cloud-core-2.22.0.jar" - ], - "downloaded_file_path": "v1/com/google/cloud/google-cloud-core/2.22.0/google-cloud-core-2.22.0.jar" - } - }, - "org_junit_platform_junit_platform_launcher_1_10_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "aed4f42fb90ada9b347c231f13656fc09121ba20dab6dc646a6bd9d4da31e4aa", - "urls": [ - "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar" - ], - "downloaded_file_path": "v1/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar" - } - }, - "org_junit_platform_junit_platform_reporting": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "org_junit_platform_junit_platform_reporting" - } - }, - "io_grpc_grpc_api_1_62_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2e896944cf513e0e5cfd32bcd72c89601a27c6ca56916f84b20f3a13bacf1b1f", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.jar" - } - }, - "io_grpc_grpc_googleapis_1_56_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "39b880dc2da28695984bdb77c1fb052e2d3e446d1fbd902e00ea27bebf5f7860", - "urls": [ - "https://repo1.maven.org/maven2/io/grpc/grpc-googleapis/1.56.1/grpc-googleapis-1.56.1.jar" - ], - "downloaded_file_path": "v1/io/grpc/grpc-googleapis/1.56.1/grpc-googleapis-1.56.1.jar" - } - }, - "io_netty_netty_codec_socks_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "6a1340535f24ab997e1e5fec8bf2649108550a0816ee8e3728c14c2e55921bd8", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar" - } - }, - "com_github_stephenc_jcip_jcip_annotations_jar_sources_1_0_1": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d60bb3bf4e03a5e405f9b16f4c2625de86089d6ce4f999bcc2548dcac090ae19", - "urls": [ - "https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar" - ], - "downloaded_file_path": "v1/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar" - } - }, - "org_yaml_snakeyaml_2_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1467931448a0817696ae2805b7b8b20bfb082652bf9c4efaed528930dc49389b", - "urls": [ - "https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar" - ], - "downloaded_file_path": "v1/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar" - } - }, - "io_netty_netty_transport_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "fef2ec66fe01aa89734db40f292676719da3985786512fc31a9efe1ca4d2e0ff", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar" - } - }, - "org_apache_bcel_bcel_6_8_0": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3acbae591284b06b67180f6a150379cd74d017c43c8ea85b89b57f7871e03a29", - "urls": [ - "https://repo1.maven.org/maven2/org/apache/bcel/bcel/6.8.0/bcel-6.8.0.jar" - ], - "downloaded_file_path": "v1/org/apache/bcel/bcel/6.8.0/bcel-6.8.0.jar" - } - }, - "io_netty_netty_tcnative_boringssl_static": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_tcnative_boringssl_static" - } - }, - "commons_io_commons_io_jar_sources_2_5": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "3b69b518d9a844732e35509b79e499fca63a960ee4301b1c96dc32e87f3f60a1", - "urls": [ - "https://repo1.maven.org/maven2/commons-io/commons-io/2.5/commons-io-2.5-sources.jar" - ], - "downloaded_file_path": "v1/commons-io/commons-io/2.5/commons-io-2.5-sources.jar" - } - }, - "io_netty_netty_buffer_jar_sources_4_1_108_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "d0d090b39bba11f5ceb61f00147a92fbe6785b89a9991f6e2f6eee7e1c2de386", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final-sources.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final-sources.jar" - } - }, - "io_netty_netty_resolver_dns_4_1_107_Final": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "65a87e79b1966140947e6b020a455e823e967e47eec9ec90512c13cb17e98762", - "urls": [ - "https://repo1.maven.org/maven2/io/netty/netty-resolver-dns/4.1.107.Final/netty-resolver-dns-4.1.107.Final.jar" - ], - "downloaded_file_path": "v1/io/netty/netty-resolver-dns/4.1.107.Final/netty-resolver-dns-4.1.107.Final.jar" - } - }, - "junit_junit": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "junit_junit" - } - }, - "com_google_guava_guava_testlib_jar_sources_31_1_jre": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "7149659f8966197dcd91a42183349f862d3973f8e65efe6d03e678464fa13bfd", - "urls": [ - "https://repo1.maven.org/maven2/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar" - ], - "downloaded_file_path": "v1/com/google/guava/guava-testlib/31.1-jre/guava-testlib-31.1-jre-sources.jar" - } - }, - "com_github_spotbugs_spotbugs_annotations_jar_sources_4_8_3": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b5d0110b70b9c44915f2c3375d1b700acb6d409152baf70030787d17a684469b", - "urls": [ - "https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs-annotations/4.8.3/spotbugs-annotations-4.8.3-sources.jar" - ], - "downloaded_file_path": "v1/com/github/spotbugs/spotbugs-annotations/4.8.3/spotbugs-annotations-4.8.3-sources.jar" - } - }, - "net_bytebuddy_byte_buddy_jar_sources_1_14_12": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "44eb695beef187be9a3b42f0a930d50dd1e91bcc1363e3565ccc17b15a20440c", - "urls": [ - "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12-sources.jar" - ], - "downloaded_file_path": "v1/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12-sources.jar" - } - }, - "io_netty_netty_codec_http": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_netty_netty_codec_http" - } - }, - "io_opentelemetry_semconv_opentelemetry_semconv_jar_sources_1_23_1_alpha": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "912fb0ac0dc759f44ac701100f39b0f5e354888972b6069d0e179d7bbc3f7e32", - "urls": [ - "https://repo1.maven.org/maven2/io/opentelemetry/semconv/opentelemetry-semconv/1.23.1-alpha/opentelemetry-semconv-1.23.1-alpha-sources.jar" - ], - "downloaded_file_path": "v1/io/opentelemetry/semconv/opentelemetry-semconv/1.23.1-alpha/opentelemetry-semconv-1.23.1-alpha-sources.jar" - } - }, - "io_grpc_grpc_services": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "io_grpc_grpc_services" - } - }, - "net_bytebuddy_byte_buddy_1_14_12": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "970636134d61c183b19f8f58fa631e30d2f2abca344b37848a393cac7863dd70", - "urls": [ - "https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.jar" - ], - "downloaded_file_path": "v1/net/bytebuddy/byte-buddy/1.14.12/byte-buddy-1.14.12.jar" - } - }, - "org_bouncycastle_bcprov_jdk18on_1_77": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "dabb98c24d72c9b9f585633d1df9c5cd58d9ad373d0cd681367e6a603a495d58", - "urls": [ - "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar" - ], - "downloaded_file_path": "v1/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar" - } - }, - "org_ow2_asm_asm_commons_jar_sources_9_6": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "e757070145ab04c7c6874042933b7d8600456b5fdbcf2d022a6cd0a86e5a44a1", - "urls": [ - "https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6-sources.jar" - ], - "downloaded_file_path": "v1/org/ow2/asm/asm-commons/9.6/asm-commons-9.6-sources.jar" - } - }, - "org_yaml_snakeyaml_jar_sources_2_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "8f7cf911cf63db55fd980a926d155bd846317737351a2f48ef1c1088c414538a", - "urls": [ - "https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2-sources.jar" - ], - "downloaded_file_path": "v1/org/yaml/snakeyaml/2.2/snakeyaml-2.2-sources.jar" - } - }, - "commons_codec_commons_codec_1_15": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "b3e9f6d63a790109bf0d056611fbed1cf69055826defeb9894a71369d246ed63", - "urls": [ - "https://repo1.maven.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar" - ], - "downloaded_file_path": "v1/commons-codec/commons-codec/1.15/commons-codec-1.15.jar" - } - }, - "com_google_api_grpc_proto_google_common_protos": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_api_grpc_proto_google_common_protos" - } - }, - "com_google_code_findbugs_jsr305_jar_sources_3_0_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "1c9e85e272d0708c6a591dc74828c71603053b48cc75ae83cce56912a2aa063b", - "urls": [ - "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar" - ], - "downloaded_file_path": "v1/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar" - } - }, - "com_google_guava_guava": { - "bzlFile": "@@rules_jvm_external~//private:compat_repository.bzl", - "ruleClassName": "compat_repository", - "attributes": { - "generating_repository": "contrib_rules_jvm_deps", - "target_name": "com_google_guava_guava" - } - }, - "org_xmlresolver_xmlresolver_5_2_2": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "efc92bd7ed32b3e57095e0b3e872051ccfbbdcc980831ef33e89e38161a85222", - "urls": [ - "https://repo1.maven.org/maven2/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar" - ], - "downloaded_file_path": "v1/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar" - } - }, - "software_amazon_awssdk_annotations_2_20_128": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "4eeddb1848a90c73b8ce85d7b556f0be36f0f97c780f1715b9cb59a93620eae2", - "urls": [ - "https://repo1.maven.org/maven2/software/amazon/awssdk/annotations/2.20.128/annotations-2.20.128.jar" - ], - "downloaded_file_path": "v1/software/amazon/awssdk/annotations/2.20.128/annotations-2.20.128.jar" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "rules_jvm_external~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "@@rules_kotlin~//src/main/starlark/core/repositories:bzlmod_setup.bzl%rules_kotlin_extensions": { - "general": { - "bzlTransitiveDigest": "aN5nha4wx41+LIEE1T8eDrrCZ96tVn4Pkuac4FAGLnE=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "rules_android": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "sha256": "cd06d15dd8bb59926e4d65f9003bfc20f9da4b2519985c27e190cddc8b7a7806", - "strip_prefix": "rules_android-0.1.1", - "urls": [ - "https://github.com/bazelbuild/rules_android/archive/v0.1.1.zip" - ] - } - }, - "com_github_pinterest_ktlint": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "sha256": "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc", - "urls": [ - "https://github.com/pinterest/ktlint/releases/download/0.49.1/ktlint" - ], - "executable": true - } - }, - "buildkite_config": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "urls": [ - "https://storage.googleapis.com/rbe-toolchain/bazel-configs/rbe-ubuntu1604/latest/rbe_default.tar" - ] - } - }, - "com_github_jetbrains_kotlin": { - "bzlFile": "@@rules_kotlin~//src/main/starlark/core/repositories:compiler.bzl", - "ruleClassName": "kotlin_compiler_repository", - "attributes": { - "urls": [ - "https://github.com/JetBrains/kotlin/releases/download/v1.9.10/kotlin-compiler-1.9.10.zip" - ], - "sha256": "7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342", - "compiler_version": "1.9.10" - } - }, - "com_github_google_ksp": { - "bzlFile": "@@rules_kotlin~//src/main/starlark/core/repositories:ksp.bzl", - "ruleClassName": "ksp_compiler_plugin_repository", - "attributes": { - "urls": [ - "https://github.com/google/ksp/releases/download/1.9.10-1.0.13/artifacts.zip" - ], - "sha256": "5b0b1179e8af40877d9d5929ec0260afb104956eabf2f23bb5568cfd6c20b37b", - "strip_version": "1.9.10-1.0.13" - } - }, - "kt_java_stub_template": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_file", - "attributes": { - "urls": [ - "https://raw.githubusercontent.com/bazelbuild/bazel/6.2.1/src/main/java/com/google/devtools/build/lib/bazel/rules/java/java_stub_template.txt" - ], - "sha256": "78e29525872594ffc783c825f428b3e61d4f3e632f46eaa64f004b2814c4a612" - } - } - }, - "recordedRepoMappingEntries": [ - [ - "rules_kotlin~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "@@rules_nodejs~//nodejs:extensions.bzl%node": { - "general": { - "bzlTransitiveDigest": "KOk+Te5m8n3d0B9F5+lgyrzLbtEzqeqWset0MugBbOY=", - "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": "16.20.0" - } - }, - "nodejs_windows_amd64": { - "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", - "ruleClassName": "node_repositories", - "attributes": { - "platform": "windows_amd64", - "node_version": "16.20.0" - } - }, - "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": "16.20.0" - } - }, - "nodejs_linux_ppc64le": { - "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", - "ruleClassName": "node_repositories", - "attributes": { - "platform": "linux_ppc64le", - "node_version": "16.20.0" - } - }, - "nodejs_darwin_amd64": { - "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", - "ruleClassName": "node_repositories", - "attributes": { - "platform": "darwin_amd64", - "node_version": "16.20.0" - } - }, - "nodejs_linux_arm64": { - "bzlFile": "@@rules_nodejs~//nodejs:repositories.bzl", - "ruleClassName": "node_repositories", - "attributes": { - "platform": "linux_arm64", - "node_version": "16.20.0" - } - }, - "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": "16.20.0" - } - } - }, - "recordedRepoMappingEntries": [] - } - }, - "@@rules_oci~//oci:extensions.bzl%oci": { - "general": { - "bzlTransitiveDigest": "Tb4rJ9FdcHGiVcU0GuKJh7f+PHeoGoYxQc6/taNJGcQ=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "oci_crane_registry_toolchains": { - "bzlFile": "@@rules_oci~//oci/private:toolchains_repo.bzl", - "ruleClassName": "toolchains_repo", - "attributes": { - "toolchain_type": "@rules_oci//oci:registry_toolchain_type", - "toolchain": "@oci_crane_{platform}//:registry_toolchain" - } - }, - "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": {} - }, - "oci_crane_darwin_amd64": { - "bzlFile": "@@rules_oci~//oci:repositories.bzl", - "ruleClassName": "crane_repositories", - "attributes": { - "platform": "darwin_amd64", - "crane_version": "v0.14.0" - } - }, - "jq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "platform": "darwin_amd64", - "version": "1.7" - } - }, - "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" - } - }, - "chrome_standalone_single": { - "bzlFile": "@@rules_oci~//oci/private:pull.bzl", - "ruleClassName": "oci_pull", - "attributes": { - "scheme": "https", - "registry": "index.docker.io", - "repository": "selenium/standalone-chrome", - "identifier": "sha256:1b809a961a0a77787a7cccac74ddc5570b7e89747f925b8469ddb9a6624d4ece", - "target_name": "chrome_standalone_single" - } - }, - "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" - } - }, - "oci_crane_linux_arm64": { - "bzlFile": "@@rules_oci~//oci:repositories.bzl", - "ruleClassName": "crane_repositories", - "attributes": { - "platform": "linux_arm64", - "crane_version": "v0.14.0" - } - }, - "jq_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "platform": "linux_arm64", - "version": "1.7" - } - }, - "coreutils_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "platform": "darwin_arm64", - "version": "0.0.23" - } - }, - "coreutils_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "platform": "linux_amd64", - "version": "0.0.23" - } - }, - "yq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "platform": "linux_amd64", - "version": "4.25.2" - } - }, - "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" - } - }, - "oci_crane_linux_armv6": { - "bzlFile": "@@rules_oci~//oci:repositories.bzl", - "ruleClassName": "crane_repositories", - "attributes": { - "platform": "linux_armv6", - "crane_version": "v0.14.0" - } - }, - "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" - } - }, - "chrome_standalone": { - "bzlFile": "@@rules_oci~//oci/private:pull.bzl", - "ruleClassName": "oci_alias", - "attributes": { - "target_name": "chrome_standalone", - "scheme": "https", - "registry": "index.docker.io", - "repository": "selenium/standalone-chrome", - "identifier": "sha256:1b809a961a0a77787a7cccac74ddc5570b7e89747f925b8469ddb9a6624d4ece", - "platforms": {}, - "platform": "@@rules_oci~//oci:chrome_standalone_single" - } - }, - "oci_crane_linux_amd64": { - "bzlFile": "@@rules_oci~//oci:repositories.bzl", - "ruleClassName": "crane_repositories", - "attributes": { - "platform": "linux_amd64", - "crane_version": "v0.14.0" - } - }, - "coreutils_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "platform": "darwin_amd64", - "version": "0.0.23" - } - }, - "coreutils_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "platform": "linux_arm64", - "version": "0.0.23" - } - }, - "coreutils_toolchains": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_toolchains_repo", - "attributes": { - "user_repository_name": "coreutils" - } - }, - "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": {} - }, - "oci_crane_darwin_arm64": { - "bzlFile": "@@rules_oci~//oci:repositories.bzl", - "ruleClassName": "crane_repositories", - "attributes": { - "platform": "darwin_arm64", - "crane_version": "v0.14.0" - } - }, - "jq_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "platform": "darwin_arm64", - "version": "1.7" - } - }, - "java_image_base": { - "bzlFile": "@@rules_oci~//oci/private:pull.bzl", - "ruleClassName": "oci_alias", - "attributes": { - "target_name": "java_image_base", - "scheme": "https", - "registry": "gcr.io", - "repository": "distroless/java17", - "identifier": "sha256:161a1d97d592b3f1919801578c3a47c8e932071168a96267698f4b669c24c76d", - "platforms": {}, - "platform": "@@rules_oci~//oci:java_image_base_single" - } - }, - "yq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "platform": "darwin_amd64", - "version": "4.25.2" - } - }, - "oci_crane_linux_i386": { - "bzlFile": "@@rules_oci~//oci:repositories.bzl", - "ruleClassName": "crane_repositories", - "attributes": { - "platform": "linux_i386", - "crane_version": "v0.14.0" - } - }, - "jq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "platform": "linux_amd64", - "version": "1.7" - } - }, - "yq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "platform": "windows_amd64", - "version": "4.25.2" - } - }, - "oci_crane_windows_armv6": { - "bzlFile": "@@rules_oci~//oci:repositories.bzl", - "ruleClassName": "crane_repositories", - "attributes": { - "platform": "windows_armv6", - "crane_version": "v0.14.0" - } - }, - "oci_crane_toolchains": { - "bzlFile": "@@rules_oci~//oci/private:toolchains_repo.bzl", - "ruleClassName": "toolchains_repo", - "attributes": { - "toolchain_type": "@rules_oci//oci:crane_toolchain_type", - "toolchain": "@oci_crane_{platform}//:crane_toolchain" - } - }, - "jq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "platform": "windows_amd64", - "version": "1.7" - } - }, - "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" - } - }, - "yq_linux_ppc64le": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "platform": "linux_ppc64le", - "version": "4.25.2" - } - }, - "java_image_base_single": { - "bzlFile": "@@rules_oci~//oci/private:pull.bzl", - "ruleClassName": "oci_pull", - "attributes": { - "scheme": "https", - "registry": "gcr.io", - "repository": "distroless/java17", - "identifier": "sha256:161a1d97d592b3f1919801578c3a47c8e932071168a96267698f4b669c24c76d", - "target_name": "java_image_base_single" - } - }, - "jq_toolchains": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_toolchains_repo", - "attributes": { - "user_repository_name": "jq" - } - }, - "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" - } - }, - "firefox_standalone_single": { - "bzlFile": "@@rules_oci~//oci/private:pull.bzl", - "ruleClassName": "oci_pull", - "attributes": { - "scheme": "https", - "registry": "index.docker.io", - "repository": "selenium/standalone-firefox", - "identifier": "sha256:b6d8279268b3183d0d33e667e82fec1824298902f77718764076de763673124f", - "target_name": "firefox_standalone_single" - } - }, - "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" - } - }, - "oci_crane_windows_amd64": { - "bzlFile": "@@rules_oci~//oci:repositories.bzl", - "ruleClassName": "crane_repositories", - "attributes": { - "platform": "windows_amd64", - "crane_version": "v0.14.0" - } - }, - "oci_crane_linux_s390x": { - "bzlFile": "@@rules_oci~//oci:repositories.bzl", - "ruleClassName": "crane_repositories", - "attributes": { - "platform": "linux_s390x", - "crane_version": "v0.14.0" - } - }, - "oci_auth_config": { - "bzlFile": "@@rules_oci~//oci/private:auth_config_locator.bzl", - "ruleClassName": "oci_auth_config_locator", - "attributes": {} - }, - "firefox_standalone": { - "bzlFile": "@@rules_oci~//oci/private:pull.bzl", - "ruleClassName": "oci_alias", - "attributes": { - "target_name": "firefox_standalone", - "scheme": "https", - "registry": "index.docker.io", - "repository": "selenium/standalone-firefox", - "identifier": "sha256:b6d8279268b3183d0d33e667e82fec1824298902f77718764076de763673124f", - "platforms": {}, - "platform": "@@rules_oci~//oci:firefox_standalone_single" - } - }, - "coreutils_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "platform": "windows_amd64", - "version": "0.0.23" - } - }, - "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~", - "bazel_tools", - "bazel_tools" - ], - [ - "rules_oci~", - "aspect_bazel_lib", - "aspect_bazel_lib~" - ], - [ - "rules_oci~", - "bazel_skylib", - "bazel_skylib~" - ] - ] - } - }, - "@@rules_python~//python/extensions:pip.bzl%pip": { - "os:osx,arch:aarch64": { - "bzlTransitiveDigest": "m7G7taDvV5GfyEMvxelE99W8endGHsYDW1Bc07Y5HAY=", - "recordedFileInputs": { - "@@//py/requirements_lock.txt": "2db6efb4c5ff8638df9aa60923b2ed63c080785595f32339a1004427f30a441e" - }, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "py_dev_requirements_39_cffi": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "cffi==1.16.0 --hash=sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc --hash=sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a --hash=sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 --hash=sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab --hash=sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520 --hash=sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36 --hash=sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743 --hash=sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8 --hash=sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed --hash=sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684 --hash=sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56 --hash=sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324 --hash=sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d --hash=sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235 --hash=sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e --hash=sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088 --hash=sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000 --hash=sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7 --hash=sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e --hash=sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673 --hash=sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c --hash=sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe --hash=sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2 --hash=sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098 --hash=sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8 --hash=sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a --hash=sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0 --hash=sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b --hash=sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896 --hash=sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e --hash=sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9 --hash=sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2 --hash=sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b --hash=sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6 --hash=sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 --hash=sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f --hash=sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0 --hash=sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4 --hash=sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc --hash=sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936 --hash=sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba --hash=sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872 --hash=sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb --hash=sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614 --hash=sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1 --hash=sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d --hash=sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969 --hash=sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b --hash=sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4 --hash=sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627 --hash=sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956 --hash=sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_iniconfig": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "iniconfig==2.0.0 --hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 --hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_sortedcontainers": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "sortedcontainers==2.4.0 --hash=sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88 --hash=sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_toml": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "toml==0.10.2 --hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b --hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_cryptography": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "cryptography==42.0.4 --hash=sha256:01911714117642a3f1792c7f376db572aadadbafcd8d75bb527166009c9f1d1b --hash=sha256:0e89f7b84f421c56e7ff69f11c441ebda73b8a8e6488d322ef71746224c20fce --hash=sha256:12d341bd42cdb7d4937b0cabbdf2a94f949413ac4504904d0cdbdce4a22cbf88 --hash=sha256:15a1fb843c48b4a604663fa30af60818cd28f895572386e5f9b8a665874c26e7 --hash=sha256:1cdcdbd117681c88d717437ada72bdd5be9de117f96e3f4d50dab3f59fd9ab20 --hash=sha256:1df6fcbf60560d2113b5ed90f072dc0b108d64750d4cbd46a21ec882c7aefce9 --hash=sha256:3c6048f217533d89f2f8f4f0fe3044bf0b2090453b7b73d0b77db47b80af8dff --hash=sha256:3e970a2119507d0b104f0a8e281521ad28fc26f2820687b3436b8c9a5fcf20d1 --hash=sha256:44a64043f743485925d3bcac548d05df0f9bb445c5fcca6681889c7c3ab12764 --hash=sha256:4e36685cb634af55e0677d435d425043967ac2f3790ec652b2b88ad03b85c27b --hash=sha256:5f8907fcf57392cd917892ae83708761c6ff3c37a8e835d7246ff0ad251d9298 --hash=sha256:69b22ab6506a3fe483d67d1ed878e1602bdd5912a134e6202c1ec672233241c1 --hash=sha256:6bfadd884e7280df24d26f2186e4e07556a05d37393b0f220a840b083dc6a824 --hash=sha256:6d0fbe73728c44ca3a241eff9aefe6496ab2656d6e7a4ea2459865f2e8613257 --hash=sha256:6ffb03d419edcab93b4b19c22ee80c007fb2d708429cecebf1dd3258956a563a --hash=sha256:810bcf151caefc03e51a3d61e53335cd5c7316c0a105cc695f0959f2c638b129 --hash=sha256:831a4b37accef30cccd34fcb916a5d7b5be3cbbe27268a02832c3e450aea39cb --hash=sha256:887623fe0d70f48ab3f5e4dbf234986b1329a64c066d719432d0698522749929 --hash=sha256:a0298bdc6e98ca21382afe914c642620370ce0470a01e1bef6dd9b5354c36854 --hash=sha256:a1327f280c824ff7885bdeef8578f74690e9079267c1c8bd7dc5cc5aa065ae52 --hash=sha256:c1f25b252d2c87088abc8bbc4f1ecbf7c919e05508a7e8628e6875c40bc70923 --hash=sha256:c3a5cbc620e1e17009f30dd34cb0d85c987afd21c41a74352d1719be33380885 --hash=sha256:ce8613beaffc7c14f091497346ef117c1798c202b01153a8cc7b8e2ebaaf41c0 --hash=sha256:d2a27aca5597c8a71abbe10209184e1a8e91c1fd470b5070a2ea60cafec35bcd --hash=sha256:dad9c385ba8ee025bb0d856714f71d7840020fe176ae0229de618f14dae7a6e2 --hash=sha256:db4b65b02f59035037fde0998974d84244a64c3265bdef32a827ab9b63d61b18 --hash=sha256:e09469a2cec88fb7b078e16d4adec594414397e8879a4341c6ace96013463d5b --hash=sha256:e53dc41cda40b248ebc40b83b31516487f7db95ab8ceac1f042626bc43a2f992 --hash=sha256:f1e85a178384bf19e36779d91ff35c7617c885da487d689b05c1366f9933ad74 --hash=sha256:f47be41843200f7faec0683ad751e5ef11b9a56a220d57f300376cd8aba81660 --hash=sha256:fb0cef872d8193e487fc6bdb08559c3aa41b659a7d9be48b2e10747f47863925 --hash=sha256:ffc73996c4fca3d2b6c1c8c12bfd3ad00def8621da24f547626bf06441400449", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_cryptography": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "cryptography==42.0.4 --hash=sha256:01911714117642a3f1792c7f376db572aadadbafcd8d75bb527166009c9f1d1b --hash=sha256:0e89f7b84f421c56e7ff69f11c441ebda73b8a8e6488d322ef71746224c20fce --hash=sha256:12d341bd42cdb7d4937b0cabbdf2a94f949413ac4504904d0cdbdce4a22cbf88 --hash=sha256:15a1fb843c48b4a604663fa30af60818cd28f895572386e5f9b8a665874c26e7 --hash=sha256:1cdcdbd117681c88d717437ada72bdd5be9de117f96e3f4d50dab3f59fd9ab20 --hash=sha256:1df6fcbf60560d2113b5ed90f072dc0b108d64750d4cbd46a21ec882c7aefce9 --hash=sha256:3c6048f217533d89f2f8f4f0fe3044bf0b2090453b7b73d0b77db47b80af8dff --hash=sha256:3e970a2119507d0b104f0a8e281521ad28fc26f2820687b3436b8c9a5fcf20d1 --hash=sha256:44a64043f743485925d3bcac548d05df0f9bb445c5fcca6681889c7c3ab12764 --hash=sha256:4e36685cb634af55e0677d435d425043967ac2f3790ec652b2b88ad03b85c27b --hash=sha256:5f8907fcf57392cd917892ae83708761c6ff3c37a8e835d7246ff0ad251d9298 --hash=sha256:69b22ab6506a3fe483d67d1ed878e1602bdd5912a134e6202c1ec672233241c1 --hash=sha256:6bfadd884e7280df24d26f2186e4e07556a05d37393b0f220a840b083dc6a824 --hash=sha256:6d0fbe73728c44ca3a241eff9aefe6496ab2656d6e7a4ea2459865f2e8613257 --hash=sha256:6ffb03d419edcab93b4b19c22ee80c007fb2d708429cecebf1dd3258956a563a --hash=sha256:810bcf151caefc03e51a3d61e53335cd5c7316c0a105cc695f0959f2c638b129 --hash=sha256:831a4b37accef30cccd34fcb916a5d7b5be3cbbe27268a02832c3e450aea39cb --hash=sha256:887623fe0d70f48ab3f5e4dbf234986b1329a64c066d719432d0698522749929 --hash=sha256:a0298bdc6e98ca21382afe914c642620370ce0470a01e1bef6dd9b5354c36854 --hash=sha256:a1327f280c824ff7885bdeef8578f74690e9079267c1c8bd7dc5cc5aa065ae52 --hash=sha256:c1f25b252d2c87088abc8bbc4f1ecbf7c919e05508a7e8628e6875c40bc70923 --hash=sha256:c3a5cbc620e1e17009f30dd34cb0d85c987afd21c41a74352d1719be33380885 --hash=sha256:ce8613beaffc7c14f091497346ef117c1798c202b01153a8cc7b8e2ebaaf41c0 --hash=sha256:d2a27aca5597c8a71abbe10209184e1a8e91c1fd470b5070a2ea60cafec35bcd --hash=sha256:dad9c385ba8ee025bb0d856714f71d7840020fe176ae0229de618f14dae7a6e2 --hash=sha256:db4b65b02f59035037fde0998974d84244a64c3265bdef32a827ab9b63d61b18 --hash=sha256:e09469a2cec88fb7b078e16d4adec594414397e8879a4341c6ace96013463d5b --hash=sha256:e53dc41cda40b248ebc40b83b31516487f7db95ab8ceac1f042626bc43a2f992 --hash=sha256:f1e85a178384bf19e36779d91ff35c7617c885da487d689b05c1366f9933ad74 --hash=sha256:f47be41843200f7faec0683ad751e5ef11b9a56a220d57f300376cd8aba81660 --hash=sha256:fb0cef872d8193e487fc6bdb08559c3aa41b659a7d9be48b2e10747f47863925 --hash=sha256:ffc73996c4fca3d2b6c1c8c12bfd3ad00def8621da24f547626bf06441400449", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_more_itertools": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "more-itertools==10.1.0 --hash=sha256:626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a --hash=sha256:64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_zipp": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "zipp==3.17.0 --hash=sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31 --hash=sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_h11": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "h11==0.14.0 --hash=sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d --hash=sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_docutils": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "docutils==0.20.1 --hash=sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6 --hash=sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_jaraco_classes": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "jaraco-classes==3.3.0 --hash=sha256:10afa92b6743f25c0cf5f37c6bb6e18e2c5bb84a16527ccfc0040ea377e7aaeb --hash=sha256:c063dd08e89217cee02c8d5e5ec560f2c8ce6cdc2fcdc2e68f7b2e5547ed3621", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_twine": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "twine==4.0.2 --hash=sha256:929bc3c280033347a00f847236564d1c52a3e61b1ac2516c97c48f3ceab756d8 --hash=sha256:9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_typing_extensions": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "typing-extensions==4.9.0 --hash=sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783 --hash=sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_trio_websocket": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "trio-websocket==0.9.2 --hash=sha256:5b558f6e83cc20a37c3b61202476c5295d1addf57bd65543364e0337e37ed2bc --hash=sha256:a3d34de8fac26023eee701ed1e7bf4da9a8326b61a62934ec9e53b64970fd8fe", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pluggy": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pluggy==1.3.0 --hash=sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 --hash=sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_certifi": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "certifi==2023.7.22 --hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 --hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_wsproto": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "wsproto==1.2.0 --hash=sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065 --hash=sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pygments": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pygments==2.17.2 --hash=sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c --hash=sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_zipp": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "zipp==3.17.0 --hash=sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31 --hash=sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_importlib_metadata": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "importlib-metadata==6.8.0 --hash=sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb --hash=sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_cryptography": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "cryptography==42.0.4 --hash=sha256:01911714117642a3f1792c7f376db572aadadbafcd8d75bb527166009c9f1d1b --hash=sha256:0e89f7b84f421c56e7ff69f11c441ebda73b8a8e6488d322ef71746224c20fce --hash=sha256:12d341bd42cdb7d4937b0cabbdf2a94f949413ac4504904d0cdbdce4a22cbf88 --hash=sha256:15a1fb843c48b4a604663fa30af60818cd28f895572386e5f9b8a665874c26e7 --hash=sha256:1cdcdbd117681c88d717437ada72bdd5be9de117f96e3f4d50dab3f59fd9ab20 --hash=sha256:1df6fcbf60560d2113b5ed90f072dc0b108d64750d4cbd46a21ec882c7aefce9 --hash=sha256:3c6048f217533d89f2f8f4f0fe3044bf0b2090453b7b73d0b77db47b80af8dff --hash=sha256:3e970a2119507d0b104f0a8e281521ad28fc26f2820687b3436b8c9a5fcf20d1 --hash=sha256:44a64043f743485925d3bcac548d05df0f9bb445c5fcca6681889c7c3ab12764 --hash=sha256:4e36685cb634af55e0677d435d425043967ac2f3790ec652b2b88ad03b85c27b --hash=sha256:5f8907fcf57392cd917892ae83708761c6ff3c37a8e835d7246ff0ad251d9298 --hash=sha256:69b22ab6506a3fe483d67d1ed878e1602bdd5912a134e6202c1ec672233241c1 --hash=sha256:6bfadd884e7280df24d26f2186e4e07556a05d37393b0f220a840b083dc6a824 --hash=sha256:6d0fbe73728c44ca3a241eff9aefe6496ab2656d6e7a4ea2459865f2e8613257 --hash=sha256:6ffb03d419edcab93b4b19c22ee80c007fb2d708429cecebf1dd3258956a563a --hash=sha256:810bcf151caefc03e51a3d61e53335cd5c7316c0a105cc695f0959f2c638b129 --hash=sha256:831a4b37accef30cccd34fcb916a5d7b5be3cbbe27268a02832c3e450aea39cb --hash=sha256:887623fe0d70f48ab3f5e4dbf234986b1329a64c066d719432d0698522749929 --hash=sha256:a0298bdc6e98ca21382afe914c642620370ce0470a01e1bef6dd9b5354c36854 --hash=sha256:a1327f280c824ff7885bdeef8578f74690e9079267c1c8bd7dc5cc5aa065ae52 --hash=sha256:c1f25b252d2c87088abc8bbc4f1ecbf7c919e05508a7e8628e6875c40bc70923 --hash=sha256:c3a5cbc620e1e17009f30dd34cb0d85c987afd21c41a74352d1719be33380885 --hash=sha256:ce8613beaffc7c14f091497346ef117c1798c202b01153a8cc7b8e2ebaaf41c0 --hash=sha256:d2a27aca5597c8a71abbe10209184e1a8e91c1fd470b5070a2ea60cafec35bcd --hash=sha256:dad9c385ba8ee025bb0d856714f71d7840020fe176ae0229de618f14dae7a6e2 --hash=sha256:db4b65b02f59035037fde0998974d84244a64c3265bdef32a827ab9b63d61b18 --hash=sha256:e09469a2cec88fb7b078e16d4adec594414397e8879a4341c6ace96013463d5b --hash=sha256:e53dc41cda40b248ebc40b83b31516487f7db95ab8ceac1f042626bc43a2f992 --hash=sha256:f1e85a178384bf19e36779d91ff35c7617c885da487d689b05c1366f9933ad74 --hash=sha256:f47be41843200f7faec0683ad751e5ef11b9a56a220d57f300376cd8aba81660 --hash=sha256:fb0cef872d8193e487fc6bdb08559c3aa41b659a7d9be48b2e10747f47863925 --hash=sha256:ffc73996c4fca3d2b6c1c8c12bfd3ad00def8621da24f547626bf06441400449", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_async_generator": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "async-generator==1.10 --hash=sha256:01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b --hash=sha256:6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pysocks": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pysocks==1.7.1 --hash=sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299 --hash=sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5 --hash=sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_tomli": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "tomli==2.0.1 --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_debugpy": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "debugpy==1.8.0 --hash=sha256:125b9a637e013f9faac0a3d6a82bd17c8b5d2c875fb6b7e2772c5aba6d082332 --hash=sha256:12af2c55b419521e33d5fb21bd022df0b5eb267c3e178f1d374a63a2a6bdccd0 --hash=sha256:3c6fb41c98ec51dd010d7ed650accfd07a87fe5e93eca9d5f584d0578f28f35f --hash=sha256:46ab6780159eeabb43c1495d9c84cf85d62975e48b6ec21ee10c95767c0590aa --hash=sha256:57161629133113c97b387382045649a2b985a348f0c9366e22217c87b68b73c6 --hash=sha256:5d9de202f5d42e62f932507ee8b21e30d49aae7e46d5b1dd5c908db1d7068637 --hash=sha256:60009b132c91951354f54363f8ebdf7457aeb150e84abba5ae251b8e9f29a8a6 --hash=sha256:61eab4a4c8b6125d41a34bad4e5fe3d2cc145caecd63c3fe953be4cc53e65bf8 --hash=sha256:7fb95ca78f7ac43393cd0e0f2b6deda438ec7c5e47fa5d38553340897d2fbdfb --hash=sha256:8cd0197141eb9e8a4566794550cfdcdb8b3db0818bdf8c49a8e8f8053e56e38b --hash=sha256:9c9b0ac1ce2a42888199df1a1906e45e6f3c9555497643a85e0bf2406e3ffbc4 --hash=sha256:a64093656c4c64dc6a438e11d59369875d200bd5abb8f9b26c1f5f723622e153 --hash=sha256:a8b7a2fd27cd9f3553ac112f356ad4ca93338feadd8910277aff71ab24d8775f --hash=sha256:b05a6b503ed520ad58c8dc682749113d2fd9f41ffd45daec16e558ca884008cd --hash=sha256:bdc5ef99d14b9c0fcb35351b4fbfc06ac0ee576aeab6b2511702e5a648a2e595 --hash=sha256:e3412f9faa9ade82aa64a50b602544efcba848c91384e9f93497a458767e6926 --hash=sha256:ef54404365fae8d45cf450d0544ee40cefbcb9cb85ea7afe89a963c27028261e --hash=sha256:ef9ab7df0b9a42ed9c878afd3eaaff471fce3fa73df96022e1f5c9f8f8c87ada", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_attrs": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "attrs==23.1.0 --hash=sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04 --hash=sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_trio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "trio==0.22.0 --hash=sha256:ce68f1c5400a47b137c5a4de72c7c901bd4e7a24fbdebfe9b41de8c6c04eaacf --hash=sha256:f1dd0780a89bfc880c7c7994519cb53f62aacb2c25ff487001c0052bd721cdf0", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_jaraco_classes": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "jaraco-classes==3.3.0 --hash=sha256:10afa92b6743f25c0cf5f37c6bb6e18e2c5bb84a16527ccfc0040ea377e7aaeb --hash=sha256:c063dd08e89217cee02c8d5e5ec560f2c8ce6cdc2fcdc2e68f7b2e5547ed3621", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pytest_trio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-trio==0.8.0 --hash=sha256:8363db6336a79e6c53375a2123a41ddbeccc4aa93f93788651641789a56fb52e --hash=sha256:e6a7e7351ae3e8ec3f4564d30ee77d1ec66e1df611226e5618dbb32f9545c841", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pytest_trio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-trio==0.8.0 --hash=sha256:8363db6336a79e6c53375a2123a41ddbeccc4aa93f93788651641789a56fb52e --hash=sha256:e6a7e7351ae3e8ec3f4564d30ee77d1ec66e1df611226e5618dbb32f9545c841", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_trio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "trio==0.22.0 --hash=sha256:ce68f1c5400a47b137c5a4de72c7c901bd4e7a24fbdebfe9b41de8c6c04eaacf --hash=sha256:f1dd0780a89bfc880c7c7994519cb53f62aacb2c25ff487001c0052bd721cdf0", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_packaging": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "packaging==23.2 --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pytest": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest==7.4.2 --hash=sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002 --hash=sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pycparser": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pycparser==2.21 --hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 --hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_requests": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "requests==2.31.0 --hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f --hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_inflection": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "inflection==0.5.1 --hash=sha256:1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417 --hash=sha256:f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_importlib_metadata": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "importlib-metadata==6.8.0 --hash=sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb --hash=sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pyparsing": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pyparsing==3.1.1 --hash=sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb --hash=sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_jaraco_classes": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "jaraco-classes==3.3.0 --hash=sha256:10afa92b6743f25c0cf5f37c6bb6e18e2c5bb84a16527ccfc0040ea377e7aaeb --hash=sha256:c063dd08e89217cee02c8d5e5ec560f2c8ce6cdc2fcdc2e68f7b2e5547ed3621", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_inflection": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "inflection==0.5.1 --hash=sha256:1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417 --hash=sha256:f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_idna": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "idna==3.4 --hash=sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 --hash=sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pygments": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pygments==2.17.2 --hash=sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c --hash=sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_rfc3986": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "rfc3986==2.0.0 --hash=sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd --hash=sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_urllib3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "urllib3[socks]==2.0.7 --hash=sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 --hash=sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_twine": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "twine==4.0.2 --hash=sha256:929bc3c280033347a00f847236564d1c52a3e61b1ac2516c97c48f3ceab756d8 --hash=sha256:9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pytest_trio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-trio==0.8.0 --hash=sha256:8363db6336a79e6c53375a2123a41ddbeccc4aa93f93788651641789a56fb52e --hash=sha256:e6a7e7351ae3e8ec3f4564d30ee77d1ec66e1df611226e5618dbb32f9545c841", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_toml": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "toml==0.10.2 --hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b --hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pytest_trio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-trio==0.8.0 --hash=sha256:8363db6336a79e6c53375a2123a41ddbeccc4aa93f93788651641789a56fb52e --hash=sha256:e6a7e7351ae3e8ec3f4564d30ee77d1ec66e1df611226e5618dbb32f9545c841", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_attrs": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "attrs==23.1.0 --hash=sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04 --hash=sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_outcome": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "outcome==1.3.0 --hash=sha256:588ef4dc10b64e8df160d8d1310c44e1927129a66d6d2ef86845cef512c5f24c --hash=sha256:7b688fd82db72f4b0bc9e883a00359d4d4179cd97d27f09c9644d0c842ba7786", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pytest_mock": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-mock==3.12.0 --hash=sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f --hash=sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_rich": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "rich==13.7.0 --hash=sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa --hash=sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_importlib_resources": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "importlib-resources==6.1.1 --hash=sha256:3893a00122eafde6894c59914446a512f728a0c1a45f9bb9b63721b6bacf0b4a --hash=sha256:e8bf90d8213b486f428c9c39714b920041cb02c184686a3dee24905aaa8105d6", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_async_generator": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "async-generator==1.10 --hash=sha256:01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b --hash=sha256:6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pyopenssl": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pyopenssl==22.0.0 --hash=sha256:660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf --hash=sha256:ea252b38c87425b64116f808355e8da644ef9b07e429398bfece610f893ee2e0", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pkginfo": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pkginfo==1.9.6 --hash=sha256:4b7a555a6d5a22169fcc9cf7bfd78d296b0361adad412a346c1226849af5e546 --hash=sha256:8fd5896e8718a4372f0ea9cc9d96f6417c9b986e23a4d116dda26b62cc29d046", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_py": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "py==1.11.0 --hash=sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 --hash=sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pytest": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest==7.4.2 --hash=sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002 --hash=sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements": { - "bzlFile": "@@rules_python~//python/private/bzlmod:pip_repository.bzl", - "ruleClassName": "pip_repository", - "attributes": { - "repo_name": "py_dev_requirements", - "whl_map": { - "async_generator": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "attrs": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "certifi": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "cffi": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "charset_normalizer": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "cryptography": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "dataclasses": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "debugpy": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "docutils": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "exceptiongroup": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "h11": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "idna": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "importlib_metadata": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "importlib_resources": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "inflection": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "iniconfig": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "jaraco_classes": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "keyring": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "markdown_it_py": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "mdurl": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "more_itertools": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "multidict": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "nh3": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "outcome": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "packaging": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pkginfo": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pluggy": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "py": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pycparser": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pygments": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pyopenssl": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pyparsing": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pysocks": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pytest": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pytest_instafail": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pytest_mock": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "pytest_trio": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "readme_renderer": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "requests": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "requests_toolbelt": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "rfc3986": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "rich": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "sniffio": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "sortedcontainers": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "toml": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "tomli": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "trio": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "trio_websocket": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "twine": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "typing_extensions": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "urllib3": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "wsproto": [ - "3.8", - "3.9", - "3.10", - "3.11" - ], - "zipp": [ - "3.8", - "3.9", - "3.10", - "3.11" - ] - }, - "default_version": "3.8" - } - }, - "py_dev_requirements_39_rich": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "rich==13.7.0 --hash=sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa --hash=sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_readme_renderer": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "readme-renderer==42.0 --hash=sha256:13d039515c1f24de668e2c93f2e877b9dbe6c6c32328b90a40a49d8b2b85f36d --hash=sha256:2d55489f83be4992fe4454939d1a051c33edbab778e82761d060c9fc6b308cd1", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_charset_normalizer": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "charset-normalizer==3.3.2 --hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 --hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 --hash=sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786 --hash=sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8 --hash=sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09 --hash=sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185 --hash=sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574 --hash=sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e --hash=sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519 --hash=sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898 --hash=sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269 --hash=sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3 --hash=sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f --hash=sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6 --hash=sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8 --hash=sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a --hash=sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73 --hash=sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc --hash=sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714 --hash=sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2 --hash=sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc --hash=sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce --hash=sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d --hash=sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e --hash=sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6 --hash=sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269 --hash=sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 --hash=sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d --hash=sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a --hash=sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4 --hash=sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 --hash=sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d --hash=sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0 --hash=sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed --hash=sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068 --hash=sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac --hash=sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25 --hash=sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 --hash=sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab --hash=sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26 --hash=sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2 --hash=sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db --hash=sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f --hash=sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5 --hash=sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99 --hash=sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c --hash=sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d --hash=sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811 --hash=sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa --hash=sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a --hash=sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03 --hash=sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b --hash=sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04 --hash=sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c --hash=sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001 --hash=sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458 --hash=sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389 --hash=sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99 --hash=sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985 --hash=sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537 --hash=sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238 --hash=sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f --hash=sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d --hash=sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796 --hash=sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a --hash=sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143 --hash=sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8 --hash=sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c --hash=sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5 --hash=sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5 --hash=sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711 --hash=sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4 --hash=sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6 --hash=sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c --hash=sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7 --hash=sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4 --hash=sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b --hash=sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae --hash=sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12 --hash=sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c --hash=sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae --hash=sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8 --hash=sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887 --hash=sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b --hash=sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4 --hash=sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f --hash=sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5 --hash=sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33 --hash=sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519 --hash=sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_typing_extensions": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "typing-extensions==4.9.0 --hash=sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783 --hash=sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_docutils": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "docutils==0.20.1 --hash=sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6 --hash=sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_importlib_resources": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "importlib-resources==6.1.1 --hash=sha256:3893a00122eafde6894c59914446a512f728a0c1a45f9bb9b63721b6bacf0b4a --hash=sha256:e8bf90d8213b486f428c9c39714b920041cb02c184686a3dee24905aaa8105d6", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_requests_toolbelt": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "requests-toolbelt==1.0.0 --hash=sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6 --hash=sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_nh3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "nh3==0.2.15 --hash=sha256:0d02d0ff79dfd8208ed25a39c12cbda092388fff7f1662466e27d97ad011b770 --hash=sha256:3277481293b868b2715907310c7be0f1b9d10491d5adf9fce11756a97e97eddf --hash=sha256:3b803a5875e7234907f7d64777dfde2b93db992376f3d6d7af7f3bc347deb305 --hash=sha256:427fecbb1031db085eaac9931362adf4a796428ef0163070c484b5a768e71601 --hash=sha256:5f0d77272ce6d34db6c87b4f894f037d55183d9518f948bba236fe81e2bb4e28 --hash=sha256:60684857cfa8fdbb74daa867e5cad3f0c9789415aba660614fe16cd66cbb9ec7 --hash=sha256:6f42f99f0cf6312e470b6c09e04da31f9abaadcd3eb591d7d1a88ea931dca7f3 --hash=sha256:86e447a63ca0b16318deb62498db4f76fc60699ce0a1231262880b38b6cff911 --hash=sha256:8d595df02413aa38586c24811237e95937ef18304e108b7e92c890a06793e3bf --hash=sha256:9c0d415f6b7f2338f93035bba5c0d8c1b464e538bfbb1d598acd47d7969284f0 --hash=sha256:a5167a6403d19c515217b6bcaaa9be420974a6ac30e0da9e84d4fc67a5d474c5 --hash=sha256:ac19c0d68cd42ecd7ead91a3a032fdfff23d29302dbb1311e641a130dfefba97 --hash=sha256:b1e97221cedaf15a54f5243f2c5894bb12ca951ae4ddfd02a9d4ea9df9e1a29d --hash=sha256:bc2d086fb540d0fa52ce35afaded4ea526b8fc4d3339f783db55c95de40ef02e --hash=sha256:d1e30ff2d8d58fb2a14961f7aac1bbb1c51f9bdd7da727be35c63826060b0bf3 --hash=sha256:f3b53ba93bb7725acab1e030bc2ecd012a817040fd7851b332f86e2f9bb98dc6", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_readme_renderer": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "readme-renderer==42.0 --hash=sha256:13d039515c1f24de668e2c93f2e877b9dbe6c6c32328b90a40a49d8b2b85f36d --hash=sha256:2d55489f83be4992fe4454939d1a051c33edbab778e82761d060c9fc6b308cd1", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pysocks": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pysocks==1.7.1 --hash=sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299 --hash=sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5 --hash=sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pkginfo": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pkginfo==1.9.6 --hash=sha256:4b7a555a6d5a22169fcc9cf7bfd78d296b0361adad412a346c1226849af5e546 --hash=sha256:8fd5896e8718a4372f0ea9cc9d96f6417c9b986e23a4d116dda26b62cc29d046", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pytest": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest==7.4.2 --hash=sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002 --hash=sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_certifi": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "certifi==2023.7.22 --hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 --hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_nh3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "nh3==0.2.15 --hash=sha256:0d02d0ff79dfd8208ed25a39c12cbda092388fff7f1662466e27d97ad011b770 --hash=sha256:3277481293b868b2715907310c7be0f1b9d10491d5adf9fce11756a97e97eddf --hash=sha256:3b803a5875e7234907f7d64777dfde2b93db992376f3d6d7af7f3bc347deb305 --hash=sha256:427fecbb1031db085eaac9931362adf4a796428ef0163070c484b5a768e71601 --hash=sha256:5f0d77272ce6d34db6c87b4f894f037d55183d9518f948bba236fe81e2bb4e28 --hash=sha256:60684857cfa8fdbb74daa867e5cad3f0c9789415aba660614fe16cd66cbb9ec7 --hash=sha256:6f42f99f0cf6312e470b6c09e04da31f9abaadcd3eb591d7d1a88ea931dca7f3 --hash=sha256:86e447a63ca0b16318deb62498db4f76fc60699ce0a1231262880b38b6cff911 --hash=sha256:8d595df02413aa38586c24811237e95937ef18304e108b7e92c890a06793e3bf --hash=sha256:9c0d415f6b7f2338f93035bba5c0d8c1b464e538bfbb1d598acd47d7969284f0 --hash=sha256:a5167a6403d19c515217b6bcaaa9be420974a6ac30e0da9e84d4fc67a5d474c5 --hash=sha256:ac19c0d68cd42ecd7ead91a3a032fdfff23d29302dbb1311e641a130dfefba97 --hash=sha256:b1e97221cedaf15a54f5243f2c5894bb12ca951ae4ddfd02a9d4ea9df9e1a29d --hash=sha256:bc2d086fb540d0fa52ce35afaded4ea526b8fc4d3339f783db55c95de40ef02e --hash=sha256:d1e30ff2d8d58fb2a14961f7aac1bbb1c51f9bdd7da727be35c63826060b0bf3 --hash=sha256:f3b53ba93bb7725acab1e030bc2ecd012a817040fd7851b332f86e2f9bb98dc6", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pyopenssl": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pyopenssl==22.0.0 --hash=sha256:660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf --hash=sha256:ea252b38c87425b64116f808355e8da644ef9b07e429398bfece610f893ee2e0", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_typing_extensions": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "typing-extensions==4.9.0 --hash=sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783 --hash=sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pytest_instafail": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-instafail==0.5.0 --hash=sha256:33a606f7e0c8e646dc3bfee0d5e3a4b7b78ef7c36168cfa1f3d93af7ca706c9e --hash=sha256:6855414487e9e4bb76a118ce952c3c27d3866af15487506c4ded92eb72387819", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_dataclasses": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "dataclasses==0.6 --hash=sha256:454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f --hash=sha256:6988bd2b895eef432d562370bb707d540f32f7360ab13da45340101bc2307d84", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_markdown_it_py": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "markdown-it-py==3.0.0 --hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 --hash=sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_markdown_it_py": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "markdown-it-py==3.0.0 --hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 --hash=sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_packaging": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "packaging==23.2 --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_requests_toolbelt": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "requests-toolbelt==1.0.0 --hash=sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6 --hash=sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_urllib3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "urllib3[socks]==2.0.7 --hash=sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 --hash=sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_trio_websocket": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "trio-websocket==0.9.2 --hash=sha256:5b558f6e83cc20a37c3b61202476c5295d1addf57bd65543364e0337e37ed2bc --hash=sha256:a3d34de8fac26023eee701ed1e7bf4da9a8326b61a62934ec9e53b64970fd8fe", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_sniffio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "sniffio==1.3.0 --hash=sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101 --hash=sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pycparser": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pycparser==2.21 --hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 --hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pytest_mock": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-mock==3.12.0 --hash=sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f --hash=sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_exceptiongroup": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "exceptiongroup==1.1.1 --hash=sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e --hash=sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_debugpy": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "debugpy==1.8.0 --hash=sha256:125b9a637e013f9faac0a3d6a82bd17c8b5d2c875fb6b7e2772c5aba6d082332 --hash=sha256:12af2c55b419521e33d5fb21bd022df0b5eb267c3e178f1d374a63a2a6bdccd0 --hash=sha256:3c6fb41c98ec51dd010d7ed650accfd07a87fe5e93eca9d5f584d0578f28f35f --hash=sha256:46ab6780159eeabb43c1495d9c84cf85d62975e48b6ec21ee10c95767c0590aa --hash=sha256:57161629133113c97b387382045649a2b985a348f0c9366e22217c87b68b73c6 --hash=sha256:5d9de202f5d42e62f932507ee8b21e30d49aae7e46d5b1dd5c908db1d7068637 --hash=sha256:60009b132c91951354f54363f8ebdf7457aeb150e84abba5ae251b8e9f29a8a6 --hash=sha256:61eab4a4c8b6125d41a34bad4e5fe3d2cc145caecd63c3fe953be4cc53e65bf8 --hash=sha256:7fb95ca78f7ac43393cd0e0f2b6deda438ec7c5e47fa5d38553340897d2fbdfb --hash=sha256:8cd0197141eb9e8a4566794550cfdcdb8b3db0818bdf8c49a8e8f8053e56e38b --hash=sha256:9c9b0ac1ce2a42888199df1a1906e45e6f3c9555497643a85e0bf2406e3ffbc4 --hash=sha256:a64093656c4c64dc6a438e11d59369875d200bd5abb8f9b26c1f5f723622e153 --hash=sha256:a8b7a2fd27cd9f3553ac112f356ad4ca93338feadd8910277aff71ab24d8775f --hash=sha256:b05a6b503ed520ad58c8dc682749113d2fd9f41ffd45daec16e558ca884008cd --hash=sha256:bdc5ef99d14b9c0fcb35351b4fbfc06ac0ee576aeab6b2511702e5a648a2e595 --hash=sha256:e3412f9faa9ade82aa64a50b602544efcba848c91384e9f93497a458767e6926 --hash=sha256:ef54404365fae8d45cf450d0544ee40cefbcb9cb85ea7afe89a963c27028261e --hash=sha256:ef9ab7df0b9a42ed9c878afd3eaaff471fce3fa73df96022e1f5c9f8f8c87ada", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pygments": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pygments==2.17.2 --hash=sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c --hash=sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_iniconfig": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "iniconfig==2.0.0 --hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 --hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_dataclasses": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "dataclasses==0.6 --hash=sha256:454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f --hash=sha256:6988bd2b895eef432d562370bb707d540f32f7360ab13da45340101bc2307d84", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_py": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "py==1.11.0 --hash=sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 --hash=sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38__groups": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "group_library", - "attributes": { - "repo_prefix": "py_dev_requirements_38_", - "groups": {} - } - }, - "py_dev_requirements_38_async_generator": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "async-generator==1.10 --hash=sha256:01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b --hash=sha256:6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pyparsing": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pyparsing==3.1.1 --hash=sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb --hash=sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_outcome": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "outcome==1.3.0 --hash=sha256:588ef4dc10b64e8df160d8d1310c44e1927129a66d6d2ef86845cef512c5f24c --hash=sha256:7b688fd82db72f4b0bc9e883a00359d4d4179cd97d27f09c9644d0c842ba7786", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_sortedcontainers": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "sortedcontainers==2.4.0 --hash=sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88 --hash=sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_trio_websocket": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "trio-websocket==0.9.2 --hash=sha256:5b558f6e83cc20a37c3b61202476c5295d1addf57bd65543364e0337e37ed2bc --hash=sha256:a3d34de8fac26023eee701ed1e7bf4da9a8326b61a62934ec9e53b64970fd8fe", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_zipp": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "zipp==3.17.0 --hash=sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31 --hash=sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_multidict": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "multidict==6.0.2 --hash=sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60 --hash=sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c --hash=sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672 --hash=sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51 --hash=sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032 --hash=sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2 --hash=sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b --hash=sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80 --hash=sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88 --hash=sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a --hash=sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d --hash=sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389 --hash=sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c --hash=sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9 --hash=sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c --hash=sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516 --hash=sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b --hash=sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43 --hash=sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee --hash=sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227 --hash=sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d --hash=sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae --hash=sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7 --hash=sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4 --hash=sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9 --hash=sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f --hash=sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013 --hash=sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9 --hash=sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e --hash=sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693 --hash=sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a --hash=sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15 --hash=sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb --hash=sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96 --hash=sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87 --hash=sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376 --hash=sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658 --hash=sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0 --hash=sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071 --hash=sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360 --hash=sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc --hash=sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3 --hash=sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba --hash=sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8 --hash=sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9 --hash=sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2 --hash=sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3 --hash=sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68 --hash=sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8 --hash=sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d --hash=sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49 --hash=sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608 --hash=sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57 --hash=sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86 --hash=sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20 --hash=sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293 --hash=sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849 --hash=sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937 --hash=sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_sniffio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "sniffio==1.3.0 --hash=sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101 --hash=sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_markdown_it_py": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "markdown-it-py==3.0.0 --hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 --hash=sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_inflection": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "inflection==0.5.1 --hash=sha256:1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417 --hash=sha256:f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_rfc3986": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "rfc3986==2.0.0 --hash=sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd --hash=sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_importlib_resources": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "importlib-resources==6.1.1 --hash=sha256:3893a00122eafde6894c59914446a512f728a0c1a45f9bb9b63721b6bacf0b4a --hash=sha256:e8bf90d8213b486f428c9c39714b920041cb02c184686a3dee24905aaa8105d6", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pluggy": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pluggy==1.3.0 --hash=sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 --hash=sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pysocks": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pysocks==1.7.1 --hash=sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299 --hash=sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5 --hash=sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_zipp": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "zipp==3.17.0 --hash=sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31 --hash=sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pluggy": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pluggy==1.3.0 --hash=sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 --hash=sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_importlib_metadata": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "importlib-metadata==6.8.0 --hash=sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb --hash=sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_exceptiongroup": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "exceptiongroup==1.1.1 --hash=sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e --hash=sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_wsproto": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "wsproto==1.2.0 --hash=sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065 --hash=sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pytest_instafail": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-instafail==0.5.0 --hash=sha256:33a606f7e0c8e646dc3bfee0d5e3a4b7b78ef7c36168cfa1f3d93af7ca706c9e --hash=sha256:6855414487e9e4bb76a118ce952c3c27d3866af15487506c4ded92eb72387819", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_markdown_it_py": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "markdown-it-py==3.0.0 --hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 --hash=sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_nh3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "nh3==0.2.15 --hash=sha256:0d02d0ff79dfd8208ed25a39c12cbda092388fff7f1662466e27d97ad011b770 --hash=sha256:3277481293b868b2715907310c7be0f1b9d10491d5adf9fce11756a97e97eddf --hash=sha256:3b803a5875e7234907f7d64777dfde2b93db992376f3d6d7af7f3bc347deb305 --hash=sha256:427fecbb1031db085eaac9931362adf4a796428ef0163070c484b5a768e71601 --hash=sha256:5f0d77272ce6d34db6c87b4f894f037d55183d9518f948bba236fe81e2bb4e28 --hash=sha256:60684857cfa8fdbb74daa867e5cad3f0c9789415aba660614fe16cd66cbb9ec7 --hash=sha256:6f42f99f0cf6312e470b6c09e04da31f9abaadcd3eb591d7d1a88ea931dca7f3 --hash=sha256:86e447a63ca0b16318deb62498db4f76fc60699ce0a1231262880b38b6cff911 --hash=sha256:8d595df02413aa38586c24811237e95937ef18304e108b7e92c890a06793e3bf --hash=sha256:9c0d415f6b7f2338f93035bba5c0d8c1b464e538bfbb1d598acd47d7969284f0 --hash=sha256:a5167a6403d19c515217b6bcaaa9be420974a6ac30e0da9e84d4fc67a5d474c5 --hash=sha256:ac19c0d68cd42ecd7ead91a3a032fdfff23d29302dbb1311e641a130dfefba97 --hash=sha256:b1e97221cedaf15a54f5243f2c5894bb12ca951ae4ddfd02a9d4ea9df9e1a29d --hash=sha256:bc2d086fb540d0fa52ce35afaded4ea526b8fc4d3339f783db55c95de40ef02e --hash=sha256:d1e30ff2d8d58fb2a14961f7aac1bbb1c51f9bdd7da727be35c63826060b0bf3 --hash=sha256:f3b53ba93bb7725acab1e030bc2ecd012a817040fd7851b332f86e2f9bb98dc6", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_rfc3986": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "rfc3986==2.0.0 --hash=sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd --hash=sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_debugpy": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "debugpy==1.8.0 --hash=sha256:125b9a637e013f9faac0a3d6a82bd17c8b5d2c875fb6b7e2772c5aba6d082332 --hash=sha256:12af2c55b419521e33d5fb21bd022df0b5eb267c3e178f1d374a63a2a6bdccd0 --hash=sha256:3c6fb41c98ec51dd010d7ed650accfd07a87fe5e93eca9d5f584d0578f28f35f --hash=sha256:46ab6780159eeabb43c1495d9c84cf85d62975e48b6ec21ee10c95767c0590aa --hash=sha256:57161629133113c97b387382045649a2b985a348f0c9366e22217c87b68b73c6 --hash=sha256:5d9de202f5d42e62f932507ee8b21e30d49aae7e46d5b1dd5c908db1d7068637 --hash=sha256:60009b132c91951354f54363f8ebdf7457aeb150e84abba5ae251b8e9f29a8a6 --hash=sha256:61eab4a4c8b6125d41a34bad4e5fe3d2cc145caecd63c3fe953be4cc53e65bf8 --hash=sha256:7fb95ca78f7ac43393cd0e0f2b6deda438ec7c5e47fa5d38553340897d2fbdfb --hash=sha256:8cd0197141eb9e8a4566794550cfdcdb8b3db0818bdf8c49a8e8f8053e56e38b --hash=sha256:9c9b0ac1ce2a42888199df1a1906e45e6f3c9555497643a85e0bf2406e3ffbc4 --hash=sha256:a64093656c4c64dc6a438e11d59369875d200bd5abb8f9b26c1f5f723622e153 --hash=sha256:a8b7a2fd27cd9f3553ac112f356ad4ca93338feadd8910277aff71ab24d8775f --hash=sha256:b05a6b503ed520ad58c8dc682749113d2fd9f41ffd45daec16e558ca884008cd --hash=sha256:bdc5ef99d14b9c0fcb35351b4fbfc06ac0ee576aeab6b2511702e5a648a2e595 --hash=sha256:e3412f9faa9ade82aa64a50b602544efcba848c91384e9f93497a458767e6926 --hash=sha256:ef54404365fae8d45cf450d0544ee40cefbcb9cb85ea7afe89a963c27028261e --hash=sha256:ef9ab7df0b9a42ed9c878afd3eaaff471fce3fa73df96022e1f5c9f8f8c87ada", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_trio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "trio==0.22.0 --hash=sha256:ce68f1c5400a47b137c5a4de72c7c901bd4e7a24fbdebfe9b41de8c6c04eaacf --hash=sha256:f1dd0780a89bfc880c7c7994519cb53f62aacb2c25ff487001c0052bd721cdf0", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_debugpy": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "debugpy==1.8.0 --hash=sha256:125b9a637e013f9faac0a3d6a82bd17c8b5d2c875fb6b7e2772c5aba6d082332 --hash=sha256:12af2c55b419521e33d5fb21bd022df0b5eb267c3e178f1d374a63a2a6bdccd0 --hash=sha256:3c6fb41c98ec51dd010d7ed650accfd07a87fe5e93eca9d5f584d0578f28f35f --hash=sha256:46ab6780159eeabb43c1495d9c84cf85d62975e48b6ec21ee10c95767c0590aa --hash=sha256:57161629133113c97b387382045649a2b985a348f0c9366e22217c87b68b73c6 --hash=sha256:5d9de202f5d42e62f932507ee8b21e30d49aae7e46d5b1dd5c908db1d7068637 --hash=sha256:60009b132c91951354f54363f8ebdf7457aeb150e84abba5ae251b8e9f29a8a6 --hash=sha256:61eab4a4c8b6125d41a34bad4e5fe3d2cc145caecd63c3fe953be4cc53e65bf8 --hash=sha256:7fb95ca78f7ac43393cd0e0f2b6deda438ec7c5e47fa5d38553340897d2fbdfb --hash=sha256:8cd0197141eb9e8a4566794550cfdcdb8b3db0818bdf8c49a8e8f8053e56e38b --hash=sha256:9c9b0ac1ce2a42888199df1a1906e45e6f3c9555497643a85e0bf2406e3ffbc4 --hash=sha256:a64093656c4c64dc6a438e11d59369875d200bd5abb8f9b26c1f5f723622e153 --hash=sha256:a8b7a2fd27cd9f3553ac112f356ad4ca93338feadd8910277aff71ab24d8775f --hash=sha256:b05a6b503ed520ad58c8dc682749113d2fd9f41ffd45daec16e558ca884008cd --hash=sha256:bdc5ef99d14b9c0fcb35351b4fbfc06ac0ee576aeab6b2511702e5a648a2e595 --hash=sha256:e3412f9faa9ade82aa64a50b602544efcba848c91384e9f93497a458767e6926 --hash=sha256:ef54404365fae8d45cf450d0544ee40cefbcb9cb85ea7afe89a963c27028261e --hash=sha256:ef9ab7df0b9a42ed9c878afd3eaaff471fce3fa73df96022e1f5c9f8f8c87ada", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_toml": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "toml==0.10.2 --hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b --hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_keyring": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "keyring==24.3.0 --hash=sha256:4446d35d636e6a10b8bce7caa66913dd9eca5fd222ca03a3d42c38608ac30836 --hash=sha256:e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_importlib_resources": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "importlib-resources==6.1.1 --hash=sha256:3893a00122eafde6894c59914446a512f728a0c1a45f9bb9b63721b6bacf0b4a --hash=sha256:e8bf90d8213b486f428c9c39714b920041cb02c184686a3dee24905aaa8105d6", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_toml": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "toml==0.10.2 --hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b --hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_tomli": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "tomli==2.0.1 --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_wsproto": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "wsproto==1.2.0 --hash=sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065 --hash=sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_requests_toolbelt": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "requests-toolbelt==1.0.0 --hash=sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6 --hash=sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_async_generator": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "async-generator==1.10 --hash=sha256:01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b --hash=sha256:6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_cffi": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "cffi==1.16.0 --hash=sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc --hash=sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a --hash=sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 --hash=sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab --hash=sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520 --hash=sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36 --hash=sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743 --hash=sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8 --hash=sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed --hash=sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684 --hash=sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56 --hash=sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324 --hash=sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d --hash=sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235 --hash=sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e --hash=sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088 --hash=sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000 --hash=sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7 --hash=sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e --hash=sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673 --hash=sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c --hash=sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe --hash=sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2 --hash=sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098 --hash=sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8 --hash=sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a --hash=sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0 --hash=sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b --hash=sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896 --hash=sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e --hash=sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9 --hash=sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2 --hash=sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b --hash=sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6 --hash=sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 --hash=sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f --hash=sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0 --hash=sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4 --hash=sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc --hash=sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936 --hash=sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba --hash=sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872 --hash=sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb --hash=sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614 --hash=sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1 --hash=sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d --hash=sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969 --hash=sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b --hash=sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4 --hash=sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627 --hash=sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956 --hash=sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_nh3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "nh3==0.2.15 --hash=sha256:0d02d0ff79dfd8208ed25a39c12cbda092388fff7f1662466e27d97ad011b770 --hash=sha256:3277481293b868b2715907310c7be0f1b9d10491d5adf9fce11756a97e97eddf --hash=sha256:3b803a5875e7234907f7d64777dfde2b93db992376f3d6d7af7f3bc347deb305 --hash=sha256:427fecbb1031db085eaac9931362adf4a796428ef0163070c484b5a768e71601 --hash=sha256:5f0d77272ce6d34db6c87b4f894f037d55183d9518f948bba236fe81e2bb4e28 --hash=sha256:60684857cfa8fdbb74daa867e5cad3f0c9789415aba660614fe16cd66cbb9ec7 --hash=sha256:6f42f99f0cf6312e470b6c09e04da31f9abaadcd3eb591d7d1a88ea931dca7f3 --hash=sha256:86e447a63ca0b16318deb62498db4f76fc60699ce0a1231262880b38b6cff911 --hash=sha256:8d595df02413aa38586c24811237e95937ef18304e108b7e92c890a06793e3bf --hash=sha256:9c0d415f6b7f2338f93035bba5c0d8c1b464e538bfbb1d598acd47d7969284f0 --hash=sha256:a5167a6403d19c515217b6bcaaa9be420974a6ac30e0da9e84d4fc67a5d474c5 --hash=sha256:ac19c0d68cd42ecd7ead91a3a032fdfff23d29302dbb1311e641a130dfefba97 --hash=sha256:b1e97221cedaf15a54f5243f2c5894bb12ca951ae4ddfd02a9d4ea9df9e1a29d --hash=sha256:bc2d086fb540d0fa52ce35afaded4ea526b8fc4d3339f783db55c95de40ef02e --hash=sha256:d1e30ff2d8d58fb2a14961f7aac1bbb1c51f9bdd7da727be35c63826060b0bf3 --hash=sha256:f3b53ba93bb7725acab1e030bc2ecd012a817040fd7851b332f86e2f9bb98dc6", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_idna": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "idna==3.4 --hash=sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 --hash=sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_keyring": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "keyring==24.3.0 --hash=sha256:4446d35d636e6a10b8bce7caa66913dd9eca5fd222ca03a3d42c38608ac30836 --hash=sha256:e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_docutils": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "docutils==0.20.1 --hash=sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6 --hash=sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_rfc3986": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "rfc3986==2.0.0 --hash=sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd --hash=sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_attrs": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "attrs==23.1.0 --hash=sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04 --hash=sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pygments": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pygments==2.17.2 --hash=sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c --hash=sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pluggy": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pluggy==1.3.0 --hash=sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 --hash=sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_sortedcontainers": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "sortedcontainers==2.4.0 --hash=sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88 --hash=sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311__groups": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "group_library", - "attributes": { - "repo_prefix": "py_dev_requirements_311_", - "groups": {} - } - }, - "py_dev_requirements_311_pkginfo": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pkginfo==1.9.6 --hash=sha256:4b7a555a6d5a22169fcc9cf7bfd78d296b0361adad412a346c1226849af5e546 --hash=sha256:8fd5896e8718a4372f0ea9cc9d96f6417c9b986e23a4d116dda26b62cc29d046", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_twine": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "twine==4.0.2 --hash=sha256:929bc3c280033347a00f847236564d1c52a3e61b1ac2516c97c48f3ceab756d8 --hash=sha256:9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_cffi": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "cffi==1.16.0 --hash=sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc --hash=sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a --hash=sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 --hash=sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab --hash=sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520 --hash=sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36 --hash=sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743 --hash=sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8 --hash=sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed --hash=sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684 --hash=sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56 --hash=sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324 --hash=sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d --hash=sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235 --hash=sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e --hash=sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088 --hash=sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000 --hash=sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7 --hash=sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e --hash=sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673 --hash=sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c --hash=sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe --hash=sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2 --hash=sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098 --hash=sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8 --hash=sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a --hash=sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0 --hash=sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b --hash=sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896 --hash=sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e --hash=sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9 --hash=sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2 --hash=sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b --hash=sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6 --hash=sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 --hash=sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f --hash=sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0 --hash=sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4 --hash=sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc --hash=sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936 --hash=sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba --hash=sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872 --hash=sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb --hash=sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614 --hash=sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1 --hash=sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d --hash=sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969 --hash=sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b --hash=sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4 --hash=sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627 --hash=sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956 --hash=sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_multidict": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "multidict==6.0.2 --hash=sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60 --hash=sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c --hash=sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672 --hash=sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51 --hash=sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032 --hash=sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2 --hash=sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b --hash=sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80 --hash=sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88 --hash=sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a --hash=sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d --hash=sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389 --hash=sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c --hash=sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9 --hash=sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c --hash=sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516 --hash=sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b --hash=sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43 --hash=sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee --hash=sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227 --hash=sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d --hash=sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae --hash=sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7 --hash=sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4 --hash=sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9 --hash=sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f --hash=sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013 --hash=sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9 --hash=sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e --hash=sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693 --hash=sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a --hash=sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15 --hash=sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb --hash=sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96 --hash=sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87 --hash=sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376 --hash=sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658 --hash=sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0 --hash=sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071 --hash=sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360 --hash=sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc --hash=sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3 --hash=sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba --hash=sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8 --hash=sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9 --hash=sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2 --hash=sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3 --hash=sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68 --hash=sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8 --hash=sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d --hash=sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49 --hash=sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608 --hash=sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57 --hash=sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86 --hash=sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20 --hash=sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293 --hash=sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849 --hash=sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937 --hash=sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_attrs": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "attrs==23.1.0 --hash=sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04 --hash=sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_h11": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "h11==0.14.0 --hash=sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d --hash=sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_outcome": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "outcome==1.3.0 --hash=sha256:588ef4dc10b64e8df160d8d1310c44e1927129a66d6d2ef86845cef512c5f24c --hash=sha256:7b688fd82db72f4b0bc9e883a00359d4d4179cd97d27f09c9644d0c842ba7786", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pyparsing": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pyparsing==3.1.1 --hash=sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb --hash=sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_requests": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "requests==2.31.0 --hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f --hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_charset_normalizer": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "charset-normalizer==3.3.2 --hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 --hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 --hash=sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786 --hash=sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8 --hash=sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09 --hash=sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185 --hash=sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574 --hash=sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e --hash=sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519 --hash=sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898 --hash=sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269 --hash=sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3 --hash=sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f --hash=sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6 --hash=sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8 --hash=sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a --hash=sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73 --hash=sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc --hash=sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714 --hash=sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2 --hash=sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc --hash=sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce --hash=sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d --hash=sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e --hash=sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6 --hash=sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269 --hash=sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 --hash=sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d --hash=sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a --hash=sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4 --hash=sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 --hash=sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d --hash=sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0 --hash=sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed --hash=sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068 --hash=sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac --hash=sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25 --hash=sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 --hash=sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab --hash=sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26 --hash=sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2 --hash=sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db --hash=sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f --hash=sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5 --hash=sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99 --hash=sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c --hash=sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d --hash=sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811 --hash=sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa --hash=sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a --hash=sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03 --hash=sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b --hash=sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04 --hash=sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c --hash=sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001 --hash=sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458 --hash=sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389 --hash=sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99 --hash=sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985 --hash=sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537 --hash=sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238 --hash=sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f --hash=sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d --hash=sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796 --hash=sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a --hash=sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143 --hash=sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8 --hash=sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c --hash=sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5 --hash=sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5 --hash=sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711 --hash=sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4 --hash=sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6 --hash=sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c --hash=sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7 --hash=sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4 --hash=sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b --hash=sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae --hash=sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12 --hash=sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c --hash=sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae --hash=sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8 --hash=sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887 --hash=sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b --hash=sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4 --hash=sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f --hash=sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5 --hash=sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33 --hash=sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519 --hash=sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_packaging": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "packaging==23.2 --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pycparser": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pycparser==2.21 --hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 --hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_more_itertools": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "more-itertools==10.1.0 --hash=sha256:626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a --hash=sha256:64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_twine": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "twine==4.0.2 --hash=sha256:929bc3c280033347a00f847236564d1c52a3e61b1ac2516c97c48f3ceab756d8 --hash=sha256:9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_iniconfig": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "iniconfig==2.0.0 --hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 --hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_importlib_metadata": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "importlib-metadata==6.8.0 --hash=sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb --hash=sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_exceptiongroup": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "exceptiongroup==1.1.1 --hash=sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e --hash=sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_trio_websocket": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "trio-websocket==0.9.2 --hash=sha256:5b558f6e83cc20a37c3b61202476c5295d1addf57bd65543364e0337e37ed2bc --hash=sha256:a3d34de8fac26023eee701ed1e7bf4da9a8326b61a62934ec9e53b64970fd8fe", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_sniffio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "sniffio==1.3.0 --hash=sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101 --hash=sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310__groups": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "group_library", - "attributes": { - "repo_prefix": "py_dev_requirements_310_", - "groups": {} - } - }, - "py_dev_requirements_39_pytest_instafail": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-instafail==0.5.0 --hash=sha256:33a606f7e0c8e646dc3bfee0d5e3a4b7b78ef7c36168cfa1f3d93af7ca706c9e --hash=sha256:6855414487e9e4bb76a118ce952c3c27d3866af15487506c4ded92eb72387819", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pytest": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest==7.4.2 --hash=sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002 --hash=sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_py": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "py==1.11.0 --hash=sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 --hash=sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_requests": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "requests==2.31.0 --hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f --hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pyparsing": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pyparsing==3.1.1 --hash=sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb --hash=sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_h11": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "h11==0.14.0 --hash=sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d --hash=sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_keyring": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "keyring==24.3.0 --hash=sha256:4446d35d636e6a10b8bce7caa66913dd9eca5fd222ca03a3d42c38608ac30836 --hash=sha256:e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_rich": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "rich==13.7.0 --hash=sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa --hash=sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_mdurl": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "mdurl==0.1.2 --hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 --hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pyopenssl": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pyopenssl==22.0.0 --hash=sha256:660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf --hash=sha256:ea252b38c87425b64116f808355e8da644ef9b07e429398bfece610f893ee2e0", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_pytest_mock": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-mock==3.12.0 --hash=sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f --hash=sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_tomli": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "tomli==2.0.1 --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_exceptiongroup": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "exceptiongroup==1.1.1 --hash=sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e --hash=sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pyopenssl": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pyopenssl==22.0.0 --hash=sha256:660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf --hash=sha256:ea252b38c87425b64116f808355e8da644ef9b07e429398bfece610f893ee2e0", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_dataclasses": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "dataclasses==0.6 --hash=sha256:454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f --hash=sha256:6988bd2b895eef432d562370bb707d540f32f7360ab13da45340101bc2307d84", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_idna": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "idna==3.4 --hash=sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 --hash=sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_outcome": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "outcome==1.3.0 --hash=sha256:588ef4dc10b64e8df160d8d1310c44e1927129a66d6d2ef86845cef512c5f24c --hash=sha256:7b688fd82db72f4b0bc9e883a00359d4d4179cd97d27f09c9644d0c842ba7786", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_multidict": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "multidict==6.0.2 --hash=sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60 --hash=sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c --hash=sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672 --hash=sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51 --hash=sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032 --hash=sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2 --hash=sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b --hash=sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80 --hash=sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88 --hash=sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a --hash=sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d --hash=sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389 --hash=sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c --hash=sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9 --hash=sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c --hash=sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516 --hash=sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b --hash=sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43 --hash=sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee --hash=sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227 --hash=sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d --hash=sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae --hash=sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7 --hash=sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4 --hash=sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9 --hash=sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f --hash=sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013 --hash=sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9 --hash=sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e --hash=sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693 --hash=sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a --hash=sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15 --hash=sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb --hash=sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96 --hash=sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87 --hash=sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376 --hash=sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658 --hash=sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0 --hash=sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071 --hash=sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360 --hash=sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc --hash=sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3 --hash=sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba --hash=sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8 --hash=sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9 --hash=sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2 --hash=sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3 --hash=sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68 --hash=sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8 --hash=sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d --hash=sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49 --hash=sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608 --hash=sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57 --hash=sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86 --hash=sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20 --hash=sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293 --hash=sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849 --hash=sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937 --hash=sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_sortedcontainers": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "sortedcontainers==2.4.0 --hash=sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88 --hash=sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_requests": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "requests==2.31.0 --hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f --hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_tomli": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "tomli==2.0.1 --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39__groups": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "group_library", - "attributes": { - "repo_prefix": "py_dev_requirements_39_", - "groups": {} - } - }, - "py_dev_requirements_38_packaging": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "packaging==23.2 --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_urllib3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "urllib3[socks]==2.0.7 --hash=sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 --hash=sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_sniffio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "sniffio==1.3.0 --hash=sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101 --hash=sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_certifi": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "certifi==2023.7.22 --hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 --hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_iniconfig": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "iniconfig==2.0.0 --hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 --hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pytest_mock": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-mock==3.12.0 --hash=sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f --hash=sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_readme_renderer": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "readme-renderer==42.0 --hash=sha256:13d039515c1f24de668e2c93f2e877b9dbe6c6c32328b90a40a49d8b2b85f36d --hash=sha256:2d55489f83be4992fe4454939d1a051c33edbab778e82761d060c9fc6b308cd1", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_idna": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "idna==3.4 --hash=sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 --hash=sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_trio": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "trio==0.22.0 --hash=sha256:ce68f1c5400a47b137c5a4de72c7c901bd4e7a24fbdebfe9b41de8c6c04eaacf --hash=sha256:f1dd0780a89bfc880c7c7994519cb53f62aacb2c25ff487001c0052bd721cdf0", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_cryptography": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "cryptography==42.0.4 --hash=sha256:01911714117642a3f1792c7f376db572aadadbafcd8d75bb527166009c9f1d1b --hash=sha256:0e89f7b84f421c56e7ff69f11c441ebda73b8a8e6488d322ef71746224c20fce --hash=sha256:12d341bd42cdb7d4937b0cabbdf2a94f949413ac4504904d0cdbdce4a22cbf88 --hash=sha256:15a1fb843c48b4a604663fa30af60818cd28f895572386e5f9b8a665874c26e7 --hash=sha256:1cdcdbd117681c88d717437ada72bdd5be9de117f96e3f4d50dab3f59fd9ab20 --hash=sha256:1df6fcbf60560d2113b5ed90f072dc0b108d64750d4cbd46a21ec882c7aefce9 --hash=sha256:3c6048f217533d89f2f8f4f0fe3044bf0b2090453b7b73d0b77db47b80af8dff --hash=sha256:3e970a2119507d0b104f0a8e281521ad28fc26f2820687b3436b8c9a5fcf20d1 --hash=sha256:44a64043f743485925d3bcac548d05df0f9bb445c5fcca6681889c7c3ab12764 --hash=sha256:4e36685cb634af55e0677d435d425043967ac2f3790ec652b2b88ad03b85c27b --hash=sha256:5f8907fcf57392cd917892ae83708761c6ff3c37a8e835d7246ff0ad251d9298 --hash=sha256:69b22ab6506a3fe483d67d1ed878e1602bdd5912a134e6202c1ec672233241c1 --hash=sha256:6bfadd884e7280df24d26f2186e4e07556a05d37393b0f220a840b083dc6a824 --hash=sha256:6d0fbe73728c44ca3a241eff9aefe6496ab2656d6e7a4ea2459865f2e8613257 --hash=sha256:6ffb03d419edcab93b4b19c22ee80c007fb2d708429cecebf1dd3258956a563a --hash=sha256:810bcf151caefc03e51a3d61e53335cd5c7316c0a105cc695f0959f2c638b129 --hash=sha256:831a4b37accef30cccd34fcb916a5d7b5be3cbbe27268a02832c3e450aea39cb --hash=sha256:887623fe0d70f48ab3f5e4dbf234986b1329a64c066d719432d0698522749929 --hash=sha256:a0298bdc6e98ca21382afe914c642620370ce0470a01e1bef6dd9b5354c36854 --hash=sha256:a1327f280c824ff7885bdeef8578f74690e9079267c1c8bd7dc5cc5aa065ae52 --hash=sha256:c1f25b252d2c87088abc8bbc4f1ecbf7c919e05508a7e8628e6875c40bc70923 --hash=sha256:c3a5cbc620e1e17009f30dd34cb0d85c987afd21c41a74352d1719be33380885 --hash=sha256:ce8613beaffc7c14f091497346ef117c1798c202b01153a8cc7b8e2ebaaf41c0 --hash=sha256:d2a27aca5597c8a71abbe10209184e1a8e91c1fd470b5070a2ea60cafec35bcd --hash=sha256:dad9c385ba8ee025bb0d856714f71d7840020fe176ae0229de618f14dae7a6e2 --hash=sha256:db4b65b02f59035037fde0998974d84244a64c3265bdef32a827ab9b63d61b18 --hash=sha256:e09469a2cec88fb7b078e16d4adec594414397e8879a4341c6ace96013463d5b --hash=sha256:e53dc41cda40b248ebc40b83b31516487f7db95ab8ceac1f042626bc43a2f992 --hash=sha256:f1e85a178384bf19e36779d91ff35c7617c885da487d689b05c1366f9933ad74 --hash=sha256:f47be41843200f7faec0683ad751e5ef11b9a56a220d57f300376cd8aba81660 --hash=sha256:fb0cef872d8193e487fc6bdb08559c3aa41b659a7d9be48b2e10747f47863925 --hash=sha256:ffc73996c4fca3d2b6c1c8c12bfd3ad00def8621da24f547626bf06441400449", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_mdurl": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "mdurl==0.1.2 --hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 --hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_keyring": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "keyring==24.3.0 --hash=sha256:4446d35d636e6a10b8bce7caa66913dd9eca5fd222ca03a3d42c38608ac30836 --hash=sha256:e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_typing_extensions": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "typing-extensions==4.9.0 --hash=sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783 --hash=sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_more_itertools": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "more-itertools==10.1.0 --hash=sha256:626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a --hash=sha256:64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_h11": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "h11==0.14.0 --hash=sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d --hash=sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_cffi": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "cffi==1.16.0 --hash=sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc --hash=sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a --hash=sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 --hash=sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab --hash=sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520 --hash=sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36 --hash=sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743 --hash=sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8 --hash=sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed --hash=sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684 --hash=sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56 --hash=sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324 --hash=sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d --hash=sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235 --hash=sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e --hash=sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088 --hash=sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000 --hash=sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7 --hash=sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e --hash=sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673 --hash=sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c --hash=sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe --hash=sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2 --hash=sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098 --hash=sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8 --hash=sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a --hash=sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0 --hash=sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b --hash=sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896 --hash=sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e --hash=sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9 --hash=sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2 --hash=sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b --hash=sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6 --hash=sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 --hash=sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f --hash=sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0 --hash=sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4 --hash=sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc --hash=sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936 --hash=sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba --hash=sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872 --hash=sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb --hash=sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614 --hash=sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1 --hash=sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d --hash=sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969 --hash=sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b --hash=sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4 --hash=sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627 --hash=sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956 --hash=sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_more_itertools": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "more-itertools==10.1.0 --hash=sha256:626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a --hash=sha256:64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_requests_toolbelt": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "requests-toolbelt==1.0.0 --hash=sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6 --hash=sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_readme_renderer": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "readme-renderer==42.0 --hash=sha256:13d039515c1f24de668e2c93f2e877b9dbe6c6c32328b90a40a49d8b2b85f36d --hash=sha256:2d55489f83be4992fe4454939d1a051c33edbab778e82761d060c9fc6b308cd1", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_39_pysocks": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pysocks==1.7.1 --hash=sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299 --hash=sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5 --hash=sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0", - "repo": "py_dev_requirements_39", - "repo_prefix": "py_dev_requirements_39_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_9_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pkginfo": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pkginfo==1.9.6 --hash=sha256:4b7a555a6d5a22169fcc9cf7bfd78d296b0361adad412a346c1226849af5e546 --hash=sha256:8fd5896e8718a4372f0ea9cc9d96f6417c9b986e23a4d116dda26b62cc29d046", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_certifi": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "certifi==2023.7.22 --hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 --hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_dataclasses": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "dataclasses==0.6 --hash=sha256:454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f --hash=sha256:6988bd2b895eef432d562370bb707d540f32f7360ab13da45340101bc2307d84", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_pycparser": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pycparser==2.21 --hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 --hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_mdurl": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "mdurl==0.1.2 --hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 --hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_38_docutils": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "docutils==0.20.1 --hash=sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6 --hash=sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b", - "repo": "py_dev_requirements_38", - "repo_prefix": "py_dev_requirements_38_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_8_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_charset_normalizer": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "charset-normalizer==3.3.2 --hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 --hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 --hash=sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786 --hash=sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8 --hash=sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09 --hash=sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185 --hash=sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574 --hash=sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e --hash=sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519 --hash=sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898 --hash=sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269 --hash=sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3 --hash=sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f --hash=sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6 --hash=sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8 --hash=sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a --hash=sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73 --hash=sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc --hash=sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714 --hash=sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2 --hash=sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc --hash=sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce --hash=sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d --hash=sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e --hash=sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6 --hash=sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269 --hash=sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 --hash=sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d --hash=sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a --hash=sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4 --hash=sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 --hash=sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d --hash=sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0 --hash=sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed --hash=sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068 --hash=sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac --hash=sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25 --hash=sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 --hash=sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab --hash=sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26 --hash=sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2 --hash=sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db --hash=sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f --hash=sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5 --hash=sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99 --hash=sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c --hash=sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d --hash=sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811 --hash=sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa --hash=sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a --hash=sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03 --hash=sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b --hash=sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04 --hash=sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c --hash=sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001 --hash=sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458 --hash=sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389 --hash=sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99 --hash=sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985 --hash=sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537 --hash=sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238 --hash=sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f --hash=sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d --hash=sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796 --hash=sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a --hash=sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143 --hash=sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8 --hash=sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c --hash=sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5 --hash=sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5 --hash=sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711 --hash=sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4 --hash=sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6 --hash=sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c --hash=sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7 --hash=sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4 --hash=sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b --hash=sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae --hash=sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12 --hash=sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c --hash=sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae --hash=sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8 --hash=sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887 --hash=sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b --hash=sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4 --hash=sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f --hash=sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5 --hash=sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33 --hash=sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519 --hash=sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_py": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "py==1.11.0 --hash=sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 --hash=sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_jaraco_classes": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "jaraco-classes==3.3.0 --hash=sha256:10afa92b6743f25c0cf5f37c6bb6e18e2c5bb84a16527ccfc0040ea377e7aaeb --hash=sha256:c063dd08e89217cee02c8d5e5ec560f2c8ce6cdc2fcdc2e68f7b2e5547ed3621", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_charset_normalizer": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "charset-normalizer==3.3.2 --hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 --hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 --hash=sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786 --hash=sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8 --hash=sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09 --hash=sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185 --hash=sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574 --hash=sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e --hash=sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519 --hash=sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898 --hash=sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269 --hash=sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3 --hash=sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f --hash=sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6 --hash=sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8 --hash=sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a --hash=sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73 --hash=sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc --hash=sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714 --hash=sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2 --hash=sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc --hash=sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce --hash=sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d --hash=sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e --hash=sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6 --hash=sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269 --hash=sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 --hash=sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d --hash=sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a --hash=sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4 --hash=sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 --hash=sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d --hash=sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0 --hash=sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed --hash=sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068 --hash=sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac --hash=sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25 --hash=sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 --hash=sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab --hash=sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26 --hash=sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2 --hash=sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db --hash=sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f --hash=sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5 --hash=sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99 --hash=sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c --hash=sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d --hash=sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811 --hash=sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa --hash=sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a --hash=sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03 --hash=sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b --hash=sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04 --hash=sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c --hash=sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001 --hash=sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458 --hash=sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389 --hash=sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99 --hash=sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985 --hash=sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537 --hash=sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238 --hash=sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f --hash=sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d --hash=sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796 --hash=sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a --hash=sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143 --hash=sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8 --hash=sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c --hash=sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5 --hash=sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5 --hash=sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711 --hash=sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4 --hash=sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6 --hash=sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c --hash=sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7 --hash=sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4 --hash=sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b --hash=sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae --hash=sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12 --hash=sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c --hash=sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae --hash=sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8 --hash=sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887 --hash=sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b --hash=sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4 --hash=sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f --hash=sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5 --hash=sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33 --hash=sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519 --hash=sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_urllib3": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "urllib3[socks]==2.0.7 --hash=sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 --hash=sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_inflection": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "inflection==0.5.1 --hash=sha256:1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417 --hash=sha256:f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_rich": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "rich==13.7.0 --hash=sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa --hash=sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_pytest_instafail": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "pytest-instafail==0.5.0 --hash=sha256:33a606f7e0c8e646dc3bfee0d5e3a4b7b78ef7c36168cfa1f3d93af7ca706c9e --hash=sha256:6855414487e9e4bb76a118ce952c3c27d3866af15487506c4ded92eb72387819", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_311_multidict": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "multidict==6.0.2 --hash=sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60 --hash=sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c --hash=sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672 --hash=sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51 --hash=sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032 --hash=sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2 --hash=sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b --hash=sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80 --hash=sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88 --hash=sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a --hash=sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d --hash=sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389 --hash=sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c --hash=sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9 --hash=sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c --hash=sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516 --hash=sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b --hash=sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43 --hash=sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee --hash=sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227 --hash=sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d --hash=sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae --hash=sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7 --hash=sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4 --hash=sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9 --hash=sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f --hash=sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013 --hash=sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9 --hash=sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e --hash=sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693 --hash=sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a --hash=sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15 --hash=sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb --hash=sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96 --hash=sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87 --hash=sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376 --hash=sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658 --hash=sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0 --hash=sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071 --hash=sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360 --hash=sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc --hash=sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3 --hash=sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba --hash=sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8 --hash=sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9 --hash=sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2 --hash=sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3 --hash=sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68 --hash=sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8 --hash=sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d --hash=sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49 --hash=sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608 --hash=sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57 --hash=sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86 --hash=sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20 --hash=sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293 --hash=sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849 --hash=sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937 --hash=sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d", - "repo": "py_dev_requirements_311", - "repo_prefix": "py_dev_requirements_311_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_11_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_mdurl": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "mdurl==0.1.2 --hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 --hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - }, - "py_dev_requirements_310_wsproto": { - "bzlFile": "@@rules_python~//python/pip_install:pip_repository.bzl", - "ruleClassName": "whl_library", - "attributes": { - "requirement": "wsproto==1.2.0 --hash=sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065 --hash=sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736", - "repo": "py_dev_requirements_310", - "repo_prefix": "py_dev_requirements_310_", - "whl_patches": {}, - "experimental_target_platforms": [], - "python_interpreter": "", - "python_interpreter_target": "@@rules_python~~python~python_3_10_host//:python", - "quiet": true, - "timeout": 600, - "isolated": true, - "extra_pip_args": [], - "download_only": false, - "pip_data_exclude": [], - "enable_implicit_namespace_pkgs": false, - "environment": {}, - "envsubst": [], - "group_name": "", - "group_deps": [] - } - } - }, - "recordedRepoMappingEntries": [ - [ - "bazel_features~", - "bazel_features_globals", - "bazel_features~~version_extension~bazel_features_globals" - ], - [ - "bazel_features~", - "bazel_features_version", - "bazel_features~~version_extension~bazel_features_version" - ], - [ - "rules_python~", - "bazel_features", - "bazel_features~" - ], - [ - "rules_python~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "rules_python~", - "bazel_tools", - "bazel_tools" - ], - [ - "rules_python~", - "pypi__build", - "rules_python~~internal_deps~pypi__build" - ], - [ - "rules_python~", - "pypi__click", - "rules_python~~internal_deps~pypi__click" - ], - [ - "rules_python~", - "pypi__colorama", - "rules_python~~internal_deps~pypi__colorama" - ], - [ - "rules_python~", - "pypi__importlib_metadata", - "rules_python~~internal_deps~pypi__importlib_metadata" - ], - [ - "rules_python~", - "pypi__installer", - "rules_python~~internal_deps~pypi__installer" - ], - [ - "rules_python~", - "pypi__more_itertools", - "rules_python~~internal_deps~pypi__more_itertools" - ], - [ - "rules_python~", - "pypi__packaging", - "rules_python~~internal_deps~pypi__packaging" - ], - [ - "rules_python~", - "pypi__pep517", - "rules_python~~internal_deps~pypi__pep517" - ], - [ - "rules_python~", - "pypi__pip", - "rules_python~~internal_deps~pypi__pip" - ], - [ - "rules_python~", - "pypi__pip_tools", - "rules_python~~internal_deps~pypi__pip_tools" - ], - [ - "rules_python~", - "pypi__pyproject_hooks", - "rules_python~~internal_deps~pypi__pyproject_hooks" - ], - [ - "rules_python~", - "pypi__setuptools", - "rules_python~~internal_deps~pypi__setuptools" - ], - [ - "rules_python~", - "pypi__tomli", - "rules_python~~internal_deps~pypi__tomli" - ], - [ - "rules_python~", - "pypi__wheel", - "rules_python~~internal_deps~pypi__wheel" - ], - [ - "rules_python~", - "pypi__zipp", - "rules_python~~internal_deps~pypi__zipp" - ], - [ - "rules_python~", - "pythons_hub", - "rules_python~~python~pythons_hub" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_10_aarch64-apple-darwin", - "rules_python~~python~python_3_10_aarch64-apple-darwin" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_10_host", - "rules_python~~python~python_3_10_host" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_11_aarch64-apple-darwin", - "rules_python~~python~python_3_11_aarch64-apple-darwin" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_11_host", - "rules_python~~python~python_3_11_host" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_8_aarch64-apple-darwin", - "rules_python~~python~python_3_8_aarch64-apple-darwin" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_8_host", - "rules_python~~python~python_3_8_host" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_9_aarch64-apple-darwin", - "rules_python~~python~python_3_9_aarch64-apple-darwin" - ], - [ - "rules_python~~python~pythons_hub", - "python_3_9_host", - "rules_python~~python~python_3_9_host" - ] - ] - } - }, - "@@rules_python~//python/extensions:python.bzl%python": { - "general": { - "bzlTransitiveDigest": "aGxTzdPZbohueOWJunHBtnR6sj5TpdulhPNQPtC0mG0=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "python_3_11_s390x-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "49520e3ff494708020f306e30b0964f079170be83e956be4504f850557378a22", - "patches": [], - "platform": "s390x-unknown-linux-gnu", - "python_version": "3.11.7", - "release_filename": "20240107/cpython-3.11.7+20240107-s390x-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7+20240107-s390x-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_8_aarch64-apple-darwin": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "1825b1f7220bc93ff143f2e70b5c6a79c6469e0eeb40824e07a7277f59aabfda", - "patches": [], - "platform": "aarch64-apple-darwin", - "python_version": "3.8.18", - "release_filename": "20231002/cpython-3.8.18+20231002-aarch64-apple-darwin-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.8.18+20231002-aarch64-apple-darwin-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_10_aarch64-apple-darwin": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "fd027b1dedf1ea034cdaa272e91771bdf75ddef4c8653b05d224a0645aa2ca3c", - "patches": [], - "platform": "aarch64-apple-darwin", - "python_version": "3.10.13", - "release_filename": "20231002/cpython-3.10.13+20231002-aarch64-apple-darwin-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.10.13+20231002-aarch64-apple-darwin-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_10_x86_64-apple-darwin": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "be0b19b6af1f7d8c667e5abef5505ad06cf72e5a11bb5844970c395a7e5b1275", - "patches": [], - "platform": "x86_64-apple-darwin", - "python_version": "3.10.13", - "release_filename": "20231002/cpython-3.10.13+20231002-x86_64-apple-darwin-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.10.13+20231002-x86_64-apple-darwin-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_11_aarch64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "b102eaf865eb715aa98a8a2ef19037b6cc3ae7dfd4a632802650f29de635aa13", - "patches": [], - "platform": "aarch64-unknown-linux-gnu", - "python_version": "3.11.7", - "release_filename": "20240107/cpython-3.11.7+20240107-aarch64-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7+20240107-aarch64-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_10_ppc64le-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "f3f9c43eec1a0c3f72845d0b705da17a336d3906b7df212d2640b8f47e8ff375", - "patches": [], - "platform": "ppc64le-unknown-linux-gnu", - "python_version": "3.10.13", - "release_filename": "20231002/cpython-3.10.13+20231002-ppc64le-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.10.13+20231002-ppc64le-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_10_x86_64-pc-windows-msvc": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "b8d930ce0d04bda83037ad3653d7450f8907c88e24bb8255a29b8dab8930d6f1", - "patches": [], - "platform": "x86_64-pc-windows-msvc", - "python_version": "3.10.13", - "release_filename": "20231002/cpython-3.10.13+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.10.13+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "pythons_hub": { - "bzlFile": "@@rules_python~//python/private/bzlmod:pythons_hub.bzl", - "ruleClassName": "hub_repo", - "attributes": { - "default_python_version": "3.8", - "toolchain_prefixes": [ - "_0000_python_3_9_", - "_0001_python_3_10_", - "_0002_python_3_11_", - "_0003_python_3_8_" - ], - "toolchain_python_versions": [ - "3.9", - "3.10", - "3.11", - "3.8" - ], - "toolchain_set_python_version_constraints": [ - "True", - "True", - "True", - "False" - ], - "toolchain_user_repository_names": [ - "python_3_9", - "python_3_10", - "python_3_11", - "python_3_8" - ] - } - }, - "python_3_9_host": { - "bzlFile": "@@rules_python~//python/private:toolchains_repo.bzl", - "ruleClassName": "host_toolchain", - "attributes": { - "python_version": "3.9.18", - "user_repository_name": "python_3_9", - "platforms": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "ppc64le-unknown-linux-gnu", - "s390x-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu" - ] - } - }, - "python_3_8_x86_64-pc-windows-msvc": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "a9d203e78caed94de368d154e841610cef6f6b484738573f4ae9059d37e898a5", - "patches": [], - "platform": "x86_64-pc-windows-msvc", - "python_version": "3.8.18", - "release_filename": "20231002/cpython-3.8.18+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.8.18+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_9_ppc64le-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "101c38b22fb2f5a0945156da4259c8e9efa0c08de9d7f59afa51e7ce6e22a1cc", - "patches": [], - "platform": "ppc64le-unknown-linux-gnu", - "python_version": "3.9.18", - "release_filename": "20231002/cpython-3.9.18+20231002-ppc64le-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.9.18+20231002-ppc64le-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_11_ppc64le-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "b44e1b74afe75c7b19143413632c4386708ae229117f8f950c2094e9681d34c7", - "patches": [], - "platform": "ppc64le-unknown-linux-gnu", - "python_version": "3.11.7", - "release_filename": "20240107/cpython-3.11.7+20240107-ppc64le-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7+20240107-ppc64le-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_9_x86_64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "f3ff38b1ccae7dcebd8bbf2e533c9a984fac881de0ffd1636fbb61842bd924de", - "patches": [], - "platform": "x86_64-unknown-linux-gnu", - "python_version": "3.9.18", - "release_filename": "20231002/cpython-3.9.18+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.9.18+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_9_s390x-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "eee31e55ffbc1f460d7b17f05dd89e45a2636f374a6f8dc29ea13d0497f7f586", - "patches": [], - "platform": "s390x-unknown-linux-gnu", - "python_version": "3.9.18", - "release_filename": "20231002/cpython-3.9.18+20231002-s390x-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.9.18+20231002-s390x-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_8_x86_64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "1e8a3babd1500111359b0f5675d770984bcbcb2cc8890b117394f0ed342fb9ec", - "patches": [], - "platform": "x86_64-unknown-linux-gnu", - "python_version": "3.8.18", - "release_filename": "20231002/cpython-3.8.18+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.8.18+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_8_host": { - "bzlFile": "@@rules_python~//python/private:toolchains_repo.bzl", - "ruleClassName": "host_toolchain", - "attributes": { - "python_version": "3.8.18", - "user_repository_name": "python_3_8", - "platforms": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu" - ] - } - }, - "python_3_11_host": { - "bzlFile": "@@rules_python~//python/private:toolchains_repo.bzl", - "ruleClassName": "host_toolchain", - "attributes": { - "python_version": "3.11.7", - "user_repository_name": "python_3_11", - "platforms": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "ppc64le-unknown-linux-gnu", - "s390x-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu" - ] - } - }, - "python_3_9": { - "bzlFile": "@@rules_python~//python/private:toolchains_repo.bzl", - "ruleClassName": "toolchain_aliases", - "attributes": { - "python_version": "3.9.18", - "user_repository_name": "python_3_9", - "platforms": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "ppc64le-unknown-linux-gnu", - "s390x-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu" - ] - } - }, - "python_3_11_aarch64-apple-darwin": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "b042c966920cf8465385ca3522986b12d745151a72c060991088977ca36d3883", - "patches": [], - "platform": "aarch64-apple-darwin", - "python_version": "3.11.7", - "release_filename": "20240107/cpython-3.11.7+20240107-aarch64-apple-darwin-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7+20240107-aarch64-apple-darwin-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_8_aarch64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "236a300f386ead02ca98dbddbc026ff4ef4de6701a394106e291ff8b75445ee1", - "patches": [], - "platform": "aarch64-unknown-linux-gnu", - "python_version": "3.8.18", - "release_filename": "20231002/cpython-3.8.18+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.8.18+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_8": { - "bzlFile": "@@rules_python~//python/private:toolchains_repo.bzl", - "ruleClassName": "toolchain_aliases", - "attributes": { - "python_version": "3.8.18", - "user_repository_name": "python_3_8", - "platforms": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu" - ] - } - }, - "python_3_11_x86_64-pc-windows-msvc": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "67077e6fa918e4f4fd60ba169820b00be7c390c497bf9bc9cab2c255ea8e6f3e", - "patches": [], - "platform": "x86_64-pc-windows-msvc", - "python_version": "3.11.7", - "release_filename": "20240107/cpython-3.11.7+20240107-x86_64-pc-windows-msvc-shared-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7+20240107-x86_64-pc-windows-msvc-shared-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_9_aarch64-apple-darwin": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "fdc4054837e37b69798c2ef796222a480bc1f80e8ad3a01a95d0168d8282a007", - "patches": [], - "platform": "aarch64-apple-darwin", - "python_version": "3.9.18", - "release_filename": "20231002/cpython-3.9.18+20231002-aarch64-apple-darwin-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.9.18+20231002-aarch64-apple-darwin-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_8_x86_64-apple-darwin": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "fcf04532e644644213977242cd724fe5e84c0a5ac92ae038e07f1b01b474fca3", - "patches": [], - "platform": "x86_64-apple-darwin", - "python_version": "3.8.18", - "release_filename": "20231002/cpython-3.8.18+20231002-x86_64-apple-darwin-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.8.18+20231002-x86_64-apple-darwin-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_9_x86_64-pc-windows-msvc": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "02ea7bb64524886bd2b05d6b6be4401035e4ba4319146f274f0bcd992822cd75", - "patches": [], - "platform": "x86_64-pc-windows-msvc", - "python_version": "3.9.18", - "release_filename": "20231002/cpython-3.9.18+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.9.18+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_9_aarch64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "1e0a3e8ce8e58901a259748c0ab640d2b8294713782d14229e882c6898b2fb36", - "patches": [], - "platform": "aarch64-unknown-linux-gnu", - "python_version": "3.9.18", - "release_filename": "20231002/cpython-3.9.18+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.9.18+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_10_aarch64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "8675915ff454ed2f1597e27794bc7df44f5933c26b94aa06af510fe91b58bb97", - "patches": [], - "platform": "aarch64-unknown-linux-gnu", - "python_version": "3.10.13", - "release_filename": "20231002/cpython-3.10.13+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.10.13+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_11": { - "bzlFile": "@@rules_python~//python/private:toolchains_repo.bzl", - "ruleClassName": "toolchain_aliases", - "attributes": { - "python_version": "3.11.7", - "user_repository_name": "python_3_11", - "platforms": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "ppc64le-unknown-linux-gnu", - "s390x-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu" - ] - } - }, - "python_3_10_s390x-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "859f6cfe9aedb6e8858892fdc124037e83ab05f28d42a7acd314c6a16d6bd66c", - "patches": [], - "platform": "s390x-unknown-linux-gnu", - "python_version": "3.10.13", - "release_filename": "20231002/cpython-3.10.13+20231002-s390x-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.10.13+20231002-s390x-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_10": { - "bzlFile": "@@rules_python~//python/private:toolchains_repo.bzl", - "ruleClassName": "toolchain_aliases", - "attributes": { - "python_version": "3.10.13", - "user_repository_name": "python_3_10", - "platforms": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "ppc64le-unknown-linux-gnu", - "s390x-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu" - ] - } - }, - "python_3_11_x86_64-apple-darwin": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "a0e615eef1fafdc742da0008425a9030b7ea68a4ae4e73ac557ef27b112836d4", - "patches": [], - "platform": "x86_64-apple-darwin", - "python_version": "3.11.7", - "release_filename": "20240107/cpython-3.11.7+20240107-x86_64-apple-darwin-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7+20240107-x86_64-apple-darwin-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_versions": { - "bzlFile": "@@rules_python~//python/private:toolchains_repo.bzl", - "ruleClassName": "multi_toolchain_aliases", - "attributes": { - "python_versions": { - "3.8": "python_3_8", - "3.9": "python_3_9", - "3.10": "python_3_10", - "3.11": "python_3_11" - } - } - }, - "python_3_9_x86_64-apple-darwin": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "82231cb77d4a5c8081a1a1d5b8ae440abe6993514eb77a926c826e9a69a94fb1", - "patches": [], - "platform": "x86_64-apple-darwin", - "python_version": "3.9.18", - "release_filename": "20231002/cpython-3.9.18+20231002-x86_64-apple-darwin-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.9.18+20231002-x86_64-apple-darwin-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_10_x86_64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "5d0429c67c992da19ba3eb58b3acd0b35ec5e915b8cae9a4aa8ca565c423847a", - "patches": [], - "platform": "x86_64-unknown-linux-gnu", - "python_version": "3.10.13", - "release_filename": "20231002/cpython-3.10.13+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.10.13+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - }, - "python_3_10_host": { - "bzlFile": "@@rules_python~//python/private:toolchains_repo.bzl", - "ruleClassName": "host_toolchain", - "attributes": { - "python_version": "3.10.13", - "user_repository_name": "python_3_10", - "platforms": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "ppc64le-unknown-linux-gnu", - "s390x-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu" - ] - } - }, - "python_3_11_x86_64-unknown-linux-gnu": { - "bzlFile": "@@rules_python~//python:repositories.bzl", - "ruleClassName": "python_repository", - "attributes": { - "sha256": "4a51ce60007a6facf64e5495f4cf322e311ba9f39a8cd3f3e4c026eae488e140", - "patches": [], - "platform": "x86_64-unknown-linux-gnu", - "python_version": "3.11.7", - "release_filename": "20240107/cpython-3.11.7+20240107-x86_64-unknown-linux-gnu-install_only.tar.gz", - "urls": [ - "https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.11.7+20240107-x86_64-unknown-linux-gnu-install_only.tar.gz" - ], - "distutils_content": "", - "strip_prefix": "python", - "coverage_tool": "", - "ignore_root_user_error": false - } - } - }, - "recordedRepoMappingEntries": [ - [ - "rules_python~", - "bazel_skylib", - "bazel_skylib~" - ], - [ - "rules_python~", - "bazel_tools", - "bazel_tools" - ] - ] - } - }, - "@@rules_python~//python/private/bzlmod:internal_deps.bzl%internal_deps": { - "general": { - "bzlTransitiveDigest": "GCT33tTSmeE1L4tW7NKpfavsz3c8nKKfHS3mUw6SdGA=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "pypi__wheel": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://files.pythonhosted.org/packages/b8/8b/31273bf66016be6ad22bb7345c37ff350276cfd46e389a0c2ac5da9d9073/wheel-0.41.2-py3-none-any.whl", - "sha256": "75909db2664838d015e3d9139004ee16711748a52c8f336b52882266540215d8", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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__click": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl", - "sha256": "ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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__importlib_metadata": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://files.pythonhosted.org/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl", - "sha256": "3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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__pyproject_hooks": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://files.pythonhosted.org/packages/d5/ea/9ae603de7fbb3df820b23a70f6aff92bf8c7770043254ad8d2dc9d6bcba4/pyproject_hooks-1.0.0-py3-none-any.whl", - "sha256": "283c11acd6b928d2f6a7c73fa0d01cb2bdc5f07c57a2eeb6e83d5e56b97976f8", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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__packaging": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://files.pythonhosted.org/packages/ab/c3/57f0601a2d4fe15de7a553c00adbc901425661bf048f2a22dfc500caf121/packaging-23.1-py3-none-any.whl", - "sha256": "994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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__pip_tools": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://files.pythonhosted.org/packages/e8/df/47e6267c6b5cdae867adbdd84b437393e6202ce4322de0a5e0b92960e1d6/pip_tools-7.3.0-py3-none-any.whl", - "sha256": "8717693288720a8c6ebd07149c93ab0be1fced0b5191df9e9decd3263e20d85e", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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/4f/ab/0bcfebdfc3bfa8554b2b2c97a555569c4c1ebc74ea288741ea8326c51906/setuptools-68.1.2-py3-none-any.whl", - "sha256": "3d8083eed2d13afc9426f227b24fd1659489ec107c0e86cec2ffdde5c92e790b", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-py3-none-any.whl", - "sha256": "679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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/58/91/17b00d5fac63d3dca605f1b8269ba3c65e98059e1fd99d00283e42a454f0/build-0.10.0-py3-none-any.whl", - "sha256": "af266720050a66c893a6096a2f410989eeac74ff9a68ba194b3f6473e8e26171", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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" - } - }, - "rules_python_internal": { - "bzlFile": "@@rules_python~//python/private:internal_config_repo.bzl", - "ruleClassName": "internal_config_repo", - "attributes": {} - }, - "pypi__pip": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "url": "https://files.pythonhosted.org/packages/50/c2/e06851e8cc28dcad7c155f4753da8833ac06a5c704c109313b8d5a62968a/pip-23.2.1-py3-none-any.whl", - "sha256": "7ccf472345f20d35bdc9d1841ff5f313260c2c33fe417f48c30ac46cccabf5be", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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__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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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/5a/cb/6dce742ea14e47d6f565589e859ad225f2a5de576d7696e0623b784e226b/more_itertools-10.1.0-py3-none-any.whl", - "sha256": "64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6", - "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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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__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 \"**/*.pyc.*\", # During pyc creation, temp files named *.pyc.NNN are created\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_tools", - "bazel_tools" - ] - ] - } - }, - "@@rules_ruby~//ruby:extensions.bzl%ruby": { - "general": { - "bzlTransitiveDigest": "+UDFWCTYB65tH1ba/Qk7r00p8dF3UKBUcX5D0c4irno=", - "recordedFileInputs": {}, - "recordedDirentsInputs": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "ruby_toolchains": { - "bzlFile": "@@rules_ruby~//ruby/private/toolchain:repository_proxy.bzl", - "ruleClassName": "rb_toolchain_repository_proxy", - "attributes": { - "toolchain": "@ruby//:toolchain", - "toolchain_type": "@rules_ruby//ruby:toolchain_type" - } - }, - "bundle": { - "bzlFile": "@@rules_ruby~//ruby/private:bundle_fetch.bzl", - "ruleClassName": "rb_bundle_fetch", - "attributes": { - "srcs": [ - "@@//:rb/lib/selenium/devtools/version.rb", - "@@//:rb/lib/selenium/webdriver/version.rb", - "@@//:rb/selenium-devtools.gemspec", - "@@//:rb/selenium-webdriver.gemspec" - ], - "env": {}, - "gemfile": "@@//:rb/Gemfile", - "gemfile_lock": "@@//:rb/Gemfile.lock", - "gem_checksums": { - "abbrev-0.1.2": "ad1b4eaaaed4cb722d5684d63949e4bde1d34f2a95e20db93aecfe7cbac74242", - "activesupport-7.1.3.2": "ad8445b7ae4a6d3acc5f88c8c5f437eb0b54062032aaf44856c7b6d3855b8b2e", - "addressable-2.8.6": "798f6af3556641a7619bad1dce04cdb6eb44b0216a991b0396ea7339276f2b47", - "ast-2.4.2": "1e280232e6a33754cde542bc5ef85520b74db2aac73ec14acef453784447cc12", - "base64-0.2.0": "0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507", - "bigdecimal-3.1.7": "e799b369a0005fc6d62eed7ef19139ac9bc319cc51470c637b9dcdf593600133", - "bigdecimal-3.1.7-java": "955f5c7aa90136874b494655e42ed70d81382abb0f49f1b42f374a1660e33c63", - "concurrent-ruby-1.2.3": "82fdd3f8a0816e28d513e637bb2b90a45d7b982bdf4f3a0511722d2e495801e2", - "connection_pool-2.4.1": "0f40cf997091f1f04ff66da67eabd61a9fe0d4928b9a3645228532512fab62f4", - "crack-1.0.0": "c83aefdb428cdc7b66c7f287e488c796f055c0839e6e545fec2c7047743c4a49", - "csv-3.3.0": "0bbd1defdc31134abefed027a639b3723c2753862150f4c3ee61cab71b20d67d", - "debug-1.9.1": "86f1a6d4a299184f1a1f7ae4c2fe80f178beed55cdf608f83b49d7bdefa3ffda", - "diff-lcs-1.5.1": "273223dfb40685548436d32b4733aa67351769c7dea621da7d9dd4813e63ddfe", - "drb-2.2.1": "e9d472bf785f558b96b25358bae115646da0dbfd45107ad858b0bc0d935cb340", - "ffi-1.16.3": "6d3242ff10c87271b0675c58d68d3f10148fabc2ad6da52a18123f06078871fb", - "ffi-1.16.3-x64-mingw32": "6ec709011e3955e97033fa77907a8ab89a9150137d4c45c82c77399b909c9259", - "fileutils-1.7.2": "36a0fb324218263e52b486ad7408e9a295378fe8edc9fd343709e523c0980631", - "git-1.19.1": "b0a422d9f6517353c48a330d6114de4db9e0c82dbe7202964a1d9f1fbc827d70", - "hashdiff-1.1.0": "b5465f0e7375f1ee883f53a766ece4dbc764b7674a7c5ffd76e79b2f5f6fc9c9", - "i18n-1.14.4": "c7deedead0866ea9102975a4eab7968f53de50793a0c211a37808f75dd187551", - "io-console-0.7.2": "f0dccff252f877a4f60d04a4dc6b442b185ebffb4b320ab69212a92b48a7a221", - "io-console-0.7.2-java": "73aa382f8832b116613ceaf57b8ff5bf73dfedcaf39f0aa5420e10f63a4543ed", - "irb-1.12.0": "07634937fbb7d28d07e46da50d0aa43b4d2f7258174d08de4e32dfb57c10539d", - "json-2.7.1": "187ea312fb58420ff0c40f40af1862651d4295c8675267c6a1c353f1a0ac3265", - "json-2.7.1-java": "bfd628c0f8357058c2cf848febfa6f140f70f94ec492693a31a0a1933038a61b", - "language_server-protocol-3.17.0.3": "3d5c58c02f44a20d972957a9febe386d7e7468ab3900ce6bd2b563dd910c6b3f", - "listen-3.9.0": "db9e4424e0e5834480385197c139cb6b0ae0ef28cc13310cfd1ca78377d59c67", - "logger-1.6.0": "0ab7c120262dd8de2a18cb8d377f1f318cbe98535160a508af9e7710ff43ef3e", - "minitest-5.22.3": "ea84676290cb5e2b4f31f25751af6050aa90d3e43e4337141c3e3e839611981e", - "mutex_m-0.2.0": "b6ef0c6c842ede846f2ec0ade9e266b1a9dac0bc151682b04835e8ebd54840d5", - "parallel-1.24.0": "5bf38efb9b37865f8e93d7a762727f8c5fc5deb19949f4040c76481d5eee9397", - "parser-3.3.0.5": "7748313e505ca87045dc0465c776c802043f777581796eb79b1654c5d19d2687", - "psych-5.1.2": "337322f58fc2bf24827d2b9bd5ab595f6a72971867d151bb39980060ea40a368", - "psych-5.1.2-java": "1dd68dc609eddbc884e6892e11da942e16f7256bd30ebde9d35449d43043a6fe", - "public_suffix-5.0.4": "35cd648e0d21d06b8dce9331d19619538d1d898ba6d56a6f2258409d2526d1ae", - "racc-1.7.3": "b785ab8a30ec43bce073c51dbbe791fd27000f68d1c996c95da98bf685316905", - "racc-1.7.3-java": "b2ad737e788cfa083263ce7c9290644bb0f2c691908249eb4f6eb48ed2815dbf", - "rack-2.2.9": "fd6301a97a1c1e955e68f85c861fcb1cde6145a32c532e1ea321a72ff8cc4042", - "rainbow-3.1.1": "039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a", - "rake-13.1.0": "be6a3e1aa7f66e6c65fa57555234eb75ce4cf4ada077658449207205474199c6", - "rb-fsevent-0.11.2": "43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe", - "rb-inotify-0.10.1": "050062d4f31d307cca52c3f6a7f4b946df8de25fc4bd373e1a5142e41034a7ca", - "rbs-3.4.4": "1376d2604a00832641bb47521595e63a1c0d1cc241ded383ba48ddb4396de5a8", - "rchardet-1.8.0": "693acd5253d5ade81a51940697955f6dd4bb2f0d245bda76a8e23deec70a52c7", - "rdoc-6.6.3.1": "39f7b749229ab5ad9d21c81586151c1dd7a549fa8be4070ee09b524f9c656345", - "regexp_parser-2.9.0": "81a00ba141cec0d4b4bf58cb80cd9193e5180836d3fa6ef623f7886d3ba8bdd9", - "reline-0.5.0": "2c4d4570a3fe730225d62e07ec2ad4c5726d8f211b240cf8f8c648ed006d26b7", - "rexml-3.2.6": "e0669a2d4e9f109951cb1fde723d8acd285425d81594a2ea929304af50282816", - "rspec-3.13.0": "d490914ac1d5a5a64a0e1400c1d54ddd2a501324d703b8cfe83f458337bab993", - "rspec-core-3.13.0": "557792b4e88da883d580342b263d9652b6a10a12d5bda9ef967b01a48f15454c", - "rspec-expectations-3.13.0": "621d48c62262f955421eaa418130744760802cad47e781df70dba4d9f897102e", - "rspec-mocks-3.13.0": "735a891215758d77cdb5f4721fffc21078793959d1f0ee4a961874311d9b7f66", - "rspec-support-3.13.1": "48877d4f15b772b7538f3693c22225f2eda490ba65a0515c4e7cf6f2f17de70f", - "rubocop-1.62.1": "aeb1ec501aef5833617b3b6a1512303806218c349c28ce5b3ea72e3782ad4a35", - "rubocop-ast-1.31.2": "7c206fb094553779923eca862aceece3913ce384f1bf85730208228e884578ec", - "rubocop-capybara-2.20.0": "2a6844b942921f230ee3ab8c94fe77f41a9406096a140245270c0e11624bb938", - "rubocop-factory_bot-2.25.1": "62751bde7af789878b8a31cbd2a82e69515ce7b23a2ad1820cb0fcc3e0150134", - "rubocop-performance-1.20.2": "1bb1fa8c427fac7ba3c8dd2decb9860f23cb2d6c40350bedc88538de8875c731", - "rubocop-rspec-2.27.1": "2f27ce04700be75db65afe83d7993a36e0fafd07ec062222f4b3cc10137a7a9e", - "ruby-progressbar-1.13.0": "80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33", - "rubyzip-2.3.2": "3f57e3935dc2255c414484fbf8d673b4909d8a6a57007ed754dde39342d2373f", - "securerandom-0.3.1": "98f0450c0ea46d2f9a4b6db4f391dbd83dc08049592eada155739f40e0341bde", - "steep-1.5.3": "7c6302a4d5932d0a46176ebc79766e52b853c223a85525aa2f8911e345123b85", - "stringio-3.1.0": "c1f6263ae03a15025e51194ab19b06b15e06adcaaedb7f5f6c06ab60f5d67718", - "strscan-3.1.0": "01b8a81d214fbf7b5308c6fb51b5972bbfc4a6aa1f166fd3618ba97e0fcd5555", - "strscan-3.1.0-java": "8645aa76e017e21764c6df572d2d79fcc1672284014f5bdbd806278cdbcd11b0", - "terminal-table-3.0.2": "f951b6af5f3e00203fb290a669e0a85c5dd5b051b3b023392ccfd67ba5abae91", - "tzinfo-2.0.6": "8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b", - "unicode-display_width-2.5.0": "7e7681dcade1add70cb9fda20dd77f300b8587c81ebbd165d14fd93144ff0ab4", - "webmock-3.23.0": "100787435c1f556129a238c11cc7cbee38cb9c2864709c6a0dcdcf822545f31f", - "webrick-1.8.1": "19411ec6912911fd3df13559110127ea2badd0c035f7762873f58afc803e158f", - "websocket-1.2.10": "2cc1a4a79b6e63637b326b4273e46adcddf7871caa5dc5711f2ca4061a629fa8", - "yard-0.9.36": "5505736c1b00c926f71053a606ab75f02070c5960d0778b901fe9d8b0a470be4" - }, - "bundler_remote": "https://rubygems.org/", - "bundler_checksums": {} - } - }, - "ruby": { - "bzlFile": "@@rules_ruby~//ruby/private:download.bzl", - "ruleClassName": "rb_download", - "attributes": { - "version": "", - "version_file": "@@//:rb/.ruby-version", - "msys2_packages": [ - "libyaml" - ] - } - } - }, - "recordedRepoMappingEntries": [ - [ - "rules_ruby~", - "bazel_skylib", - "bazel_skylib~" - ] - ] - } - } - } -}