From 28f2c8b350b667e1d9dcf4aede3bf54187e1f1c9 Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Tue, 20 Feb 2024 21:55:15 +0000 Subject: [PATCH 01/10] Update bazel, rules_js, typescript, etc --- .bazelignore | 1 + .bazelrc | 4 + .bazelversion | 2 +- BUILD | 19 + MODULE.bazel | 35 + MODULE.bazel.lock | 54782 ++++++++++++++++++++ WORKSPACE | 31 +- client/BUILD | 174 +- client/app.module.css | 6 + client/app.scss | 8 - client/app.tsx | 10 +- client/controller.ts | 12 +- client/css_modules.d.ts | 4 + client/{drawer.scss => drawer.module.css} | 29 +- client/drawer.tsx | 2 +- client/{export.scss => export.module.css} | 0 client/export.tsx | 2 +- client/index.html | 2 +- client/store/canvas.ts | 9 +- client/store/index.ts | 14 +- client/store/persistent.ts | 13 +- client/view.tsx | 1 + client/webpack.config.js | 79 +- common/BUILD | 36 - package.json | 23 +- pnpm-lock.yaml | 4716 ++ ts_library.bzl | 43 +- tsconfig.json | 9 +- 28 files changed, 59802 insertions(+), 264 deletions(-) create mode 100644 .bazelignore create mode 100644 MODULE.bazel create mode 100644 MODULE.bazel.lock create mode 100644 client/app.module.css delete mode 100644 client/app.scss create mode 100644 client/css_modules.d.ts rename client/{drawer.scss => drawer.module.css} (70%) rename client/{export.scss => export.module.css} (100%) delete mode 100644 common/BUILD create mode 100644 pnpm-lock.yaml diff --git a/.bazelignore b/.bazelignore new file mode 100644 index 00000000..3c3629e6 --- /dev/null +++ b/.bazelignore @@ -0,0 +1 @@ +node_modules diff --git a/.bazelrc b/.bazelrc index de9a4155..aa3820ed 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,5 +1,9 @@ build --test_output=errors --action_env="GTEST_COLOR=1" +build --@aspect_rules_ts//ts:skipLibCheck=always +fetch --@aspect_rules_ts//ts:skipLibCheck=always +query --@aspect_rules_ts//ts:skipLibCheck=always + build --bes_results_url=https://app.buildbuddy.io/invocation/ build --bes_backend=grpcs://cloud.buildbuddy.io build --remote_cache=grpcs://cloud.buildbuddy.io diff --git a/.bazelversion b/.bazelversion index 15a27998..a8907c02 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -3.3.0 +7.0.2 diff --git a/BUILD b/BUILD index ab49f645..abe4ad82 100644 --- a/BUILD +++ b/BUILD @@ -1,3 +1,22 @@ +load("@aspect_rules_js//js:defs.bzl", "js_library") +load("@aspect_bazel_lib//lib:copy_to_bin.bzl", "copy_to_bin") +load("@npm//:defs.bzl", "npm_link_all_packages") + exports_files([ "tsconfig.json", + "package.json", ]) + +npm_link_all_packages(name = "node_modules") + +copy_to_bin( + name = "tsconfig", + srcs = ["tsconfig.json"], + visibility = ["//visibility:public"], +) + +js_library( + name = "package_json", + srcs = ["package.json"], + visibility = ["//visibility:public"], +) diff --git a/MODULE.bazel b/MODULE.bazel new file mode 100644 index 00000000..44b39350 --- /dev/null +++ b/MODULE.bazel @@ -0,0 +1,35 @@ +module(name = "asciiflow", version = "0.1") + +bazel_dep(name = "bazel_features", version = "1.4.1") + +bazel_dep(name = "rules_nodejs", version = "6.0.3") + +node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node") + +node.toolchain(node_version = "16.14.2") + +npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True) + +npm.npm_translate_lock( + name = "npm", + pnpm_lock = "//:pnpm-lock.yaml", + verify_node_modules_ignored = "//:.bazelignore", +) + +use_repo(npm, "npm") + +bazel_dep(name = "aspect_bazel_lib", version = "1.40.2") + +bazel_dep(name = "aspect_rules_js", version = "1.35.0") + +bazel_dep(name = "aspect_rules_ts", version = "2.1.1") + +rules_ts_ext = use_extension( + "@aspect_rules_ts//ts:extensions.bzl", + "ext", + dev_dependency = True, +) + +rules_ts_ext.deps() + +use_repo(rules_ts_ext, "npm_typescript") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock new file mode 100644 index 00000000..95a97362 --- /dev/null +++ b/MODULE.bazel.lock @@ -0,0 +1,54782 @@ +{ + "lockFileVersion": 3, + "moduleFileHash": "63bd74a61353916e2b0ce8cfc667195a991b9c2fa5346c1bc43c59a1fc747f59", + "flags": { + "cmdRegistries": [ + "https://bcr.bazel.build/" + ], + "cmdModuleOverrides": {}, + "allowedYankedVersions": [], + "envVarAllowedYankedVersions": "", + "ignoreDevDependency": false, + "directDependenciesMode": "WARNING", + "compatibilityMode": "ERROR" + }, + "localOverrideHashes": { + "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787" + }, + "moduleDepGraph": { + "": { + "name": "asciiflow", + "version": "0.1", + "key": "", + "repoName": "asciiflow", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_nodejs//nodejs:extensions.bzl", + "extensionName": "node", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 7, + "column": 21 + }, + "imports": {}, + "devImports": [], + "tags": [ + { + "tagName": "toolchain", + "attributeValues": { + "node_version": "16.14.2" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 9, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@aspect_rules_js//npm:extensions.bzl", + "extensionName": "npm", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 11, + "column": 20 + }, + "imports": { + "npm": "npm" + }, + "devImports": [ + "npm" + ], + "tags": [ + { + "tagName": "npm_translate_lock", + "attributeValues": { + "name": "npm", + "pnpm_lock": "//:pnpm-lock.yaml", + "verify_node_modules_ignored": "//:.bazelignore" + }, + "devDependency": true, + "location": { + "file": "@@//:MODULE.bazel", + "line": 13, + "column": 23 + } + } + ], + "hasDevUseExtension": true, + "hasNonDevUseExtension": false + }, + { + "extensionBzlFile": "@aspect_rules_ts//ts:extensions.bzl", + "extensionName": "ext", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 27, + "column": 29 + }, + "imports": { + "npm_typescript": "npm_typescript" + }, + "devImports": [ + "npm_typescript" + ], + "tags": [ + { + "tagName": "deps", + "attributeValues": {}, + "devDependency": true, + "location": { + "file": "@@//:MODULE.bazel", + "line": 33, + "column": 18 + } + } + ], + "hasDevUseExtension": true, + "hasNonDevUseExtension": false + } + ], + "deps": { + "bazel_features": "bazel_features@1.4.1", + "rules_nodejs": "rules_nodejs@6.0.3", + "aspect_bazel_lib": "aspect_bazel_lib@1.40.2", + "aspect_rules_js": "aspect_rules_js@1.35.0", + "aspect_rules_ts": "aspect_rules_ts@2.1.1", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + } + }, + "bazel_features@1.4.1": { + "name": "bazel_features", + "version": "1.4.1", + "key": "bazel_features@1.4.1", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@1.4.1", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/1.4.1/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": { + "name": "bazel_features~1.4.1", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v1.4.1/bazel_features-v1.4.1.tar.gz" + ], + "integrity": "sha256-DyPXXHYj1tuh/TBROpSGBEfeh8iCRXBSH8yWbtoxUcI=", + "strip_prefix": "bazel_features-1.4.1", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/1.4.1/patches/module_dot_bazel_version.patch": "sha256-O/VqYWbp8/cs7YxQ3xnhq2jLmfi3+I2muZtMJKyd2VI=" + }, + "remote_patch_strip": 1 + } + } + }, + "rules_nodejs@6.0.3": { + "name": "rules_nodejs", + "version": "6.0.3", + "key": "rules_nodejs@6.0.3", + "repoName": "rules_nodejs", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@nodejs_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_nodejs//nodejs:extensions.bzl", + "extensionName": "node", + "usingModule": "rules_nodejs@6.0.3", + "location": { + "file": "https://bcr.bazel.build/modules/rules_nodejs/6.0.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/6.0.3/MODULE.bazel", + "line": 16, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_nodejs~6.0.3", + "urls": [ + "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.3/rules_nodejs-v6.0.3.tar.gz" + ], + "integrity": "sha256-825KR0chAzF2cDPcMHKK498IVuiOz9xIoAd7qHTbFsM=", + "strip_prefix": "rules_nodejs-6.0.3", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_nodejs/6.0.3/patches/module_dot_bazel_version.patch": "sha256-/Qzzf6CPPzlexZh3ZFFqSthBDeYANhTOf7FB76Y3Aq4=" + }, + "remote_patch_strip": 1 + } + } + }, + "aspect_bazel_lib@1.40.2": { + "name": "aspect_bazel_lib", + "version": "1.40.2", + "key": "aspect_bazel_lib@1.40.2", + "repoName": "aspect_bazel_lib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@copy_directory_toolchains//:all", + "@copy_to_directory_toolchains//:all", + "@jq_toolchains//:all", + "@yq_toolchains//:all", + "@coreutils_toolchains//:all", + "@expand_template_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@aspect_bazel_lib//lib:extensions.bzl", + "extensionName": "toolchains", + "usingModule": "aspect_bazel_lib@1.40.2", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.40.2/MODULE.bazel", + "line": 16, + "column": 37 + }, + "imports": { + "copy_directory_toolchains": "copy_directory_toolchains", + "copy_to_directory_toolchains": "copy_to_directory_toolchains", + "coreutils_toolchains": "coreutils_toolchains", + "expand_template_toolchains": "expand_template_toolchains", + "jq_toolchains": "jq_toolchains", + "yq_toolchains": "yq_toolchains" + }, + "devImports": [], + "tags": [ + { + "tagName": "copy_directory", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.40.2/MODULE.bazel", + "line": 17, + "column": 36 + } + }, + { + "tagName": "copy_to_directory", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.40.2/MODULE.bazel", + "line": 18, + "column": 39 + } + }, + { + "tagName": "jq", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.40.2/MODULE.bazel", + "line": 19, + "column": 24 + } + }, + { + "tagName": "yq", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.40.2/MODULE.bazel", + "line": 20, + "column": 24 + } + }, + { + "tagName": "coreutils", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.40.2/MODULE.bazel", + "line": 21, + "column": 31 + } + }, + { + "tagName": "expand_template", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.40.2/MODULE.bazel", + "line": 22, + "column": 37 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "io_bazel_stardoc": "stardoc@0.5.4", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_bazel_lib~1.40.2", + "urls": [ + "https://github.com/aspect-build/bazel-lib/releases/download/v1.40.2/bazel-lib-v1.40.2.tar.gz" + ], + "integrity": "sha256-BP7tzQb3HQSXqB/dMiAUCjc/+dK/+UYg+9ULd0+W2OA=", + "strip_prefix": "bazel-lib-1.40.2", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_bazel_lib/1.40.2/patches/go_dev_dep.patch": "sha256-dEFxvx2hBB/tOWlknfRHRXNCdvYpvrxsYHWaMGF2QgA=", + "https://bcr.bazel.build/modules/aspect_bazel_lib/1.40.2/patches/module_dot_bazel_version.patch": "sha256-1HPK4HHAw+b7Z/geNGKZT3CQuI5QNUryCvwoBfSU0+0=" + }, + "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@1.40.2", + "aspect_rules_lint": "aspect_rules_lint@0.7.0", + "bazel_features": "bazel_features@1.4.1", + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_nodejs": "rules_nodejs@6.0.3", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_rules_js~1.35.0", + "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.1": { + "name": "aspect_rules_ts", + "version": "2.1.1", + "key": "aspect_rules_ts@2.1.1", + "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@1.40.2", + "aspect_rules_jasmine": "aspect_rules_jasmine@1.1.1", + "rules_proto": "rules_proto@5.3.0-21.7", + "platforms": "platforms@0.0.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": { + "name": "aspect_rules_ts~2.1.1", + "urls": [ + "https://github.com/aspect-build/rules_ts/releases/download/v2.1.1/rules_ts-v2.1.1.tar.gz" + ], + "integrity": "sha256-atKLW6wrtadOc3kl+8P2LOHtq+WkjWGpmAxJHvTO37c=", + "strip_prefix": "rules_ts-2.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_ts/2.1.1/patches/module_dot_bazel_version.patch": "sha256-QSOW57rHaCNqJY1TAJJbaJcZA0yF+Kr0R8iAfK+ZVK4=" + }, + "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": 17, + "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": 21, + "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": 24, + "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": 35, + "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": 39, + "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": 42, + "column": 42 + }, + "imports": { + "android_gmaven_r8": "android_gmaven_r8", + "android_tools": "android_tools" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "rules_cc": "rules_cc@0.0.9", + "rules_java": "rules_java@7.1.0", + "rules_license": "rules_license@0.0.7", + "rules_proto": "rules_proto@5.3.0-21.7", + "rules_python": "rules_python@0.10.2", + "platforms": "platforms@0.0.7", + "com_google_protobuf": "protobuf@21.7", + "zlib": "zlib@1.3", + "build_bazel_apple_support": "apple_support@1.5.0", + "local_config_platform": "local_config_platform@_" + } + }, + "local_config_platform@_": { + "name": "local_config_platform", + "version": "", + "key": "local_config_platform@_", + "repoName": "local_config_platform", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_" + } + }, + "bazel_skylib@1.5.0": { + "name": "bazel_skylib", + "version": "1.5.0", + "key": "bazel_skylib@1.5.0", + "repoName": "bazel_skylib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//toolchains/unittest:cmd_toolchain", + "//toolchains/unittest:bash_toolchain" + ], + "extensionUsages": [], + "deps": { + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_skylib~1.5.0", + "urls": [ + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" + ], + "integrity": "sha256-zVWgYudjuTSZIfD124w5MyiNyLpPdt2UFqrGis7jy5Q=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "platforms@0.0.7": { + "name": "platforms", + "version": "0.0.7", + "key": "platforms@0.0.7", + "repoName": "platforms", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "rules_license": "rules_license@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "platforms", + "urls": [ + "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz" + ], + "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "stardoc@0.5.4": { + "name": "stardoc", + "version": "0.5.4", + "key": "stardoc@0.5.4", + "repoName": "stardoc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_java": "rules_java@7.1.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": { + "name": "stardoc~0.5.4", + "urls": [ + "https://github.com/bazelbuild/stardoc/releases/download/0.5.4/stardoc-0.5.4.tar.gz" + ], + "integrity": "sha256-7FcTnkZvquVj8vw5YJ2klIpHm7UbbWeu3X2bG4BZxDM=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "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@1.40.2", + "aspect_rules_js": "aspect_rules_js@1.35.0", + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "rules_proto": "rules_proto@5.3.0-21.7", + "rules_buf": "rules_buf@0.1.1", + "com_google_protobuf": "protobuf@21.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_rules_lint~0.7.0", + "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 + } + } + }, + "aspect_rules_jasmine@1.1.1": { + "name": "aspect_rules_jasmine", + "version": "1.1.1", + "key": "aspect_rules_jasmine@1.1.1", + "repoName": "aspect_rules_jasmine", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "aspect_bazel_lib": "aspect_bazel_lib@1.40.2", + "aspect_rules_js": "aspect_rules_js@1.35.0", + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_nodejs": "rules_nodejs@6.0.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": { + "name": "aspect_rules_jasmine~1.1.1", + "urls": [ + "https://github.com/aspect-build/rules_jasmine/releases/download/v1.1.1/rules_jasmine-v1.1.1.tar.gz" + ], + "integrity": "sha256-TBbvIC0eU/2IDo7MngeWgCIB6pyJ+jL1LV1jP/+FjKw=", + "strip_prefix": "rules_jasmine-1.1.1", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_jasmine/1.1.1/patches/module_dot_bazel_version.patch": "sha256-8SGC1oPPwklTgBcPYr0WntS9UOt0xfg2xcC8I35GQZU=" + }, + "remote_patch_strip": 0 + } + } + }, + "rules_proto@5.3.0-21.7": { + "name": "rules_proto", + "version": "5.3.0-21.7", + "key": "rules_proto@5.3.0-21.7", + "repoName": "rules_proto", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "com_google_protobuf": "protobuf@21.7", + "rules_cc": "rules_cc@0.0.9", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_proto~5.3.0-21.7", + "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 + } + } + }, + "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.10.2", + "rules_cc": "rules_cc@0.0.9", + "rules_proto": "rules_proto@5.3.0-21.7", + "rules_java": "rules_java@7.1.0", + "rules_pkg": "rules_pkg@0.7.0", + "com_google_abseil": "abseil-cpp@20211102.0", + "zlib": "zlib@1.3", + "upb": "upb@0.0.0-20220923-a547704", + "rules_jvm_external": "rules_jvm_external@4.4.2", + "com_google_googletest": "googletest@1.11.0", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "protobuf~21.7", + "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 + } + } + }, + "rules_cc@0.0.9": { + "name": "rules_cc", + "version": "0.0.9", + "key": "rules_cc@0.0.9", + "repoName": "rules_cc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_cc_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", + "extensionName": "cc_configure_extension", + "usingModule": "rules_cc@0.0.9", + "location": { + "file": "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel", + "line": 9, + "column": 29 + }, + "imports": { + "local_config_cc_toolchains": "local_config_cc_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_cc~0.0.9", + "urls": [ + "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" + ], + "integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=", + "strip_prefix": "rules_cc-0.0.9", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_cc/0.0.9/patches/module_dot_bazel_version.patch": "sha256-mM+qzOI0SgAdaJBlWOSMwMPKpaA9b7R37Hj/tp5bb4g=" + }, + "remote_patch_strip": 0 + } + } + }, + "rules_java@7.1.0": { + "name": "rules_java", + "version": "7.1.0", + "key": "rules_java@7.1.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.1.0", + "location": { + "file": "https://bcr.bazel.build/modules/rules_java/7.1.0/MODULE.bazel", + "line": 19, + "column": 27 + }, + "imports": { + "remote_java_tools": "remote_java_tools", + "remote_java_tools_linux": "remote_java_tools_linux", + "remote_java_tools_windows": "remote_java_tools_windows", + "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", + "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64", + "local_jdk": "local_jdk", + "remotejdk11_linux_toolchain_config_repo": "remotejdk11_linux_toolchain_config_repo", + "remotejdk11_linux_aarch64_toolchain_config_repo": "remotejdk11_linux_aarch64_toolchain_config_repo", + "remotejdk11_linux_ppc64le_toolchain_config_repo": "remotejdk11_linux_ppc64le_toolchain_config_repo", + "remotejdk11_linux_s390x_toolchain_config_repo": "remotejdk11_linux_s390x_toolchain_config_repo", + "remotejdk11_macos_toolchain_config_repo": "remotejdk11_macos_toolchain_config_repo", + "remotejdk11_macos_aarch64_toolchain_config_repo": "remotejdk11_macos_aarch64_toolchain_config_repo", + "remotejdk11_win_toolchain_config_repo": "remotejdk11_win_toolchain_config_repo", + "remotejdk11_win_arm64_toolchain_config_repo": "remotejdk11_win_arm64_toolchain_config_repo", + "remotejdk17_linux_toolchain_config_repo": "remotejdk17_linux_toolchain_config_repo", + "remotejdk17_linux_aarch64_toolchain_config_repo": "remotejdk17_linux_aarch64_toolchain_config_repo", + "remotejdk17_linux_ppc64le_toolchain_config_repo": "remotejdk17_linux_ppc64le_toolchain_config_repo", + "remotejdk17_linux_s390x_toolchain_config_repo": "remotejdk17_linux_s390x_toolchain_config_repo", + "remotejdk17_macos_toolchain_config_repo": "remotejdk17_macos_toolchain_config_repo", + "remotejdk17_macos_aarch64_toolchain_config_repo": "remotejdk17_macos_aarch64_toolchain_config_repo", + "remotejdk17_win_toolchain_config_repo": "remotejdk17_win_toolchain_config_repo", + "remotejdk17_win_arm64_toolchain_config_repo": "remotejdk17_win_arm64_toolchain_config_repo", + "remotejdk21_linux_toolchain_config_repo": "remotejdk21_linux_toolchain_config_repo", + "remotejdk21_linux_aarch64_toolchain_config_repo": "remotejdk21_linux_aarch64_toolchain_config_repo", + "remotejdk21_macos_toolchain_config_repo": "remotejdk21_macos_toolchain_config_repo", + "remotejdk21_macos_aarch64_toolchain_config_repo": "remotejdk21_macos_aarch64_toolchain_config_repo", + "remotejdk21_win_toolchain_config_repo": "remotejdk21_win_toolchain_config_repo" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.7", + "rules_cc": "rules_cc@0.0.9", + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_proto": "rules_proto@5.3.0-21.7", + "rules_license": "rules_license@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.1.0", + "urls": [ + "https://github.com/bazelbuild/rules_java/releases/download/7.1.0/rules_java-7.1.0.tar.gz" + ], + "integrity": "sha256-o3pOX2OrgnFuXdau75iO2EYcegC46TYnImKJn1h81OE=", + "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": { + "name": "rules_license~0.0.7", + "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_python@0.10.2": { + "name": "rules_python", + "version": "0.10.2", + "key": "rules_python@0.10.2", + "repoName": "rules_python", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@bazel_tools//tools/python:autodetecting_toolchain" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_python//python:extensions.bzl", + "extensionName": "pip_install", + "usingModule": "rules_python@0.10.2", + "location": { + "file": "https://bcr.bazel.build/modules/rules_python/0.10.2/MODULE.bazel", + "line": 7, + "column": 28 + }, + "imports": { + "pypi__click": "pypi__click", + "pypi__colorama": "pypi__colorama", + "pypi__installer": "pypi__installer", + "pypi__pep517": "pypi__pep517", + "pypi__pip": "pypi__pip", + "pypi__pip_tools": "pypi__pip_tools", + "pypi__setuptools": "pypi__setuptools", + "pypi__tomli": "pypi__tomli", + "pypi__wheel": "pypi__wheel" + }, + "devImports": [], + "tags": [], + "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": { + "name": "rules_python~0.10.2", + "urls": [ + "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.10.2.tar.gz" + ], + "integrity": "sha256-o6bpn0l74In4HsCCiC5AJGv9Q19S9OgvN+iUSbBFc/Y=", + "strip_prefix": "rules_python-0.10.2", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_python/0.10.2/patches/module_dot_bazel.patch": "sha256-TScILAmXmmMtjJIwhLrgNZgqGPs6G3OAzXaLXLDNFrA=" + }, + "remote_patch_strip": 0 + } + } + }, + "zlib@1.3": { + "name": "zlib", + "version": "1.3", + "key": "zlib@1.3", + "repoName": "zlib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "platforms": "platforms@0.0.7", + "rules_cc": "rules_cc@0.0.9", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "zlib~1.3", + "urls": [ + "https://github.com/madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz" + ], + "integrity": "sha256-/wukwpIBPbwnUws6geH5qBPNOd4Byl4Pi/NVcC76WT4=", + "strip_prefix": "zlib-1.3", + "remote_patches": { + "https://bcr.bazel.build/modules/zlib/1.3/patches/add_build_file.patch": "sha256-Ei+FYaaOo7A3jTKunMEodTI0Uw5NXQyZEcboMC8JskY=", + "https://bcr.bazel.build/modules/zlib/1.3/patches/module_dot_bazel.patch": "sha256-fPWLM+2xaF/kuy+kZc1YTfW6hNjrkG400Ho7gckuyJk=" + }, + "remote_patch_strip": 0 + } + } + }, + "apple_support@1.5.0": { + "name": "apple_support", + "version": "1.5.0", + "key": "apple_support@1.5.0", + "repoName": "build_bazel_apple_support", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_apple_cc_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@build_bazel_apple_support//crosstool:setup.bzl", + "extensionName": "apple_cc_configure_extension", + "usingModule": "apple_support@1.5.0", + "location": { + "file": "https://bcr.bazel.build/modules/apple_support/1.5.0/MODULE.bazel", + "line": 17, + "column": 35 + }, + "imports": { + "local_config_apple_cc": "local_config_apple_cc", + "local_config_apple_cc_toolchains": "local_config_apple_cc_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "apple_support~1.5.0", + "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.7", + "com_google_protobuf": "protobuf@21.7", + "rules_proto": "rules_proto@5.3.0-21.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_buf~0.1.1", + "urls": [ + "https://github.com/bufbuild/rules_buf/archive/abbbfce7c3fccf1d4b87afa28140d9ce53f80057.zip" + ], + "integrity": "sha256-/cvkfvtor1wk3+dSdJqwsqDBrAIV49KM9unuKODCrvs=", + "strip_prefix": "rules_buf-abbbfce7c3fccf1d4b87afa28140d9ce53f80057", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_buf/0.1.1/patches/bzlmod.patch": "sha256-D5PYozjx10XcIqo0mMyoGIqO3PJHJtxLQ1vo3zesDS0=" + }, + "remote_patch_strip": 1 + } + } + }, + "rules_pkg@0.7.0": { + "name": "rules_pkg", + "version": "0.7.0", + "key": "rules_pkg@0.7.0", + "repoName": "rules_pkg", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "rules_python": "rules_python@0.10.2", + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_license": "rules_license@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_pkg~0.7.0", + "urls": [ + "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz" + ], + "integrity": "sha256-iimOgydi7aGDBZfWT+fbWBeKqEzVkm121bdE1lWJQcI=", + "strip_prefix": "", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_pkg/0.7.0/patches/module_dot_bazel.patch": "sha256-4OaEPZwYF6iC71ZTDg6MJ7LLqX7ZA0/kK4mT+4xKqiE=" + }, + "remote_patch_strip": 0 + } + } + }, + "abseil-cpp@20211102.0": { + "name": "abseil-cpp", + "version": "20211102.0", + "key": "abseil-cpp@20211102.0", + "repoName": "abseil-cpp", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "rules_cc": "rules_cc@0.0.9", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "abseil-cpp~20211102.0", + "urls": [ + "https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz" + ], + "integrity": "sha256-3PcbnLqNwMqZQMSzFqDHlr6Pq0KwcLtrfKtitI8OZsQ=", + "strip_prefix": "abseil-cpp-20211102.0", + "remote_patches": { + "https://bcr.bazel.build/modules/abseil-cpp/20211102.0/patches/module_dot_bazel.patch": "sha256-4izqopgGCey4jVZzl/w3M2GVPNohjh2B5TmbThZNvPY=" + }, + "remote_patch_strip": 0 + } + } + }, + "upb@0.0.0-20220923-a547704": { + "name": "upb", + "version": "0.0.0-20220923-a547704", + "key": "upb@0.0.0-20220923-a547704", + "repoName": "upb", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_proto": "rules_proto@5.3.0-21.7", + "com_google_protobuf": "protobuf@21.7", + "com_google_absl": "abseil-cpp@20211102.0", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "upb~0.0.0-20220923-a547704", + "urls": [ + "https://github.com/protocolbuffers/upb/archive/a5477045acaa34586420942098f5fecd3570f577.tar.gz" + ], + "integrity": "sha256-z39x6v+QskwaKLSWRan/A6mmwecTQpHOcJActj5zZLU=", + "strip_prefix": "upb-a5477045acaa34586420942098f5fecd3570f577", + "remote_patches": { + "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/patches/module_dot_bazel.patch": "sha256-wH4mNS6ZYy+8uC0HoAft/c7SDsq2Kxf+J8dUakXhaB0=" + }, + "remote_patch_strip": 0 + } + } + }, + "rules_jvm_external@4.4.2": { + "name": "rules_jvm_external", + "version": "4.4.2", + "key": "rules_jvm_external@4.4.2", + "repoName": "rules_jvm_external", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_jvm_external//:non-module-deps.bzl", + "extensionName": "non_module_deps", + "usingModule": "rules_jvm_external@4.4.2", + "location": { + "file": "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel", + "line": 9, + "column": 32 + }, + "imports": { + "io_bazel_rules_kotlin": "io_bazel_rules_kotlin" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": ":extensions.bzl", + "extensionName": "maven", + "usingModule": "rules_jvm_external@4.4.2", + "location": { + "file": "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel", + "line": 16, + "column": 22 + }, + "imports": { + "rules_jvm_external_deps": "rules_jvm_external_deps" + }, + "devImports": [], + "tags": [ + { + "tagName": "install", + "attributeValues": { + "name": "rules_jvm_external_deps", + "artifacts": [ + "com.google.cloud:google-cloud-core:1.93.10", + "com.google.cloud:google-cloud-storage:1.113.4", + "com.google.code.gson:gson:2.9.0", + "org.apache.maven:maven-artifact:3.8.6", + "software.amazon.awssdk:s3:2.17.183" + ], + "lock_file": "@rules_jvm_external//:rules_jvm_external_deps_install.json" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel", + "line": 18, + "column": 14 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "io_bazel_stardoc": "stardoc@0.5.4", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_jvm_external~4.4.2", + "urls": [ + "https://github.com/bazelbuild/rules_jvm_external/archive/refs/tags/4.4.2.zip" + ], + "integrity": "sha256-c1YC9QgT6y6pPKP15DsZWb2AshO4NqB6YqKddXZwt3s=", + "strip_prefix": "rules_jvm_external-4.4.2", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "googletest@1.11.0": { + "name": "googletest", + "version": "1.11.0", + "key": "googletest@1.11.0", + "repoName": "googletest", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "com_google_absl": "abseil-cpp@20211102.0", + "platforms": "platforms@0.0.7", + "rules_cc": "rules_cc@0.0.9", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "googletest~1.11.0", + "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": { + "@@apple_support~1.5.0//crosstool:setup.bzl%apple_cc_configure_extension": { + "general": { + "bzlTransitiveDigest": "pMLFCYaRPkgXPQ8vtuNkMfiHfPmRBy6QJfnid4sWfv0=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_apple_cc": { + "bzlFile": "@@apple_support~1.5.0//crosstool:setup.bzl", + "ruleClassName": "_apple_cc_autoconf", + "attributes": { + "name": "apple_support~1.5.0~apple_cc_configure_extension~local_config_apple_cc" + } + }, + "local_config_apple_cc_toolchains": { + "bzlFile": "@@apple_support~1.5.0//crosstool:setup.bzl", + "ruleClassName": "_apple_cc_autoconf_toolchains", + "attributes": { + "name": "apple_support~1.5.0~apple_cc_configure_extension~local_config_apple_cc_toolchains" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "apple_support~1.5.0", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@aspect_bazel_lib~1.40.2//lib:extensions.bzl%toolchains": { + "general": { + "bzlTransitiveDigest": "Eo2uBRLzte33Q4EP27TS8+Ij9pBufOqtRwr1VPPTpNs=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "expand_template_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~expand_template_windows_amd64", + "platform": "windows_amd64" + } + }, + "copy_to_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_to_directory_windows_amd64", + "platform": "windows_amd64" + } + }, + "jq": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_host_alias_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~jq" + } + }, + "jq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~jq_darwin_amd64", + "platform": "darwin_amd64", + "version": "1.6" + } + }, + "expand_template_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~expand_template_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_to_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_to_directory_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "expand_template_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~expand_template_linux_amd64", + "platform": "linux_amd64" + } + }, + "copy_to_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_to_directory_linux_amd64", + "platform": "linux_amd64" + } + }, + "coreutils_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~coreutils_darwin_arm64", + "platform": "darwin_arm64", + "version": "0.0.16" + } + }, + "coreutils_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~coreutils_linux_amd64", + "platform": "linux_amd64", + "version": "0.0.16" + } + }, + "copy_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_directory_toolchains", + "user_repository_name": "copy_directory" + } + }, + "copy_to_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_to_directory_linux_arm64", + "platform": "linux_arm64" + } + }, + "yq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~yq_linux_amd64", + "platform": "linux_amd64", + "version": "4.25.2" + } + }, + "copy_to_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_to_directory_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_directory_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "coreutils_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~coreutils_darwin_amd64", + "platform": "darwin_amd64", + "version": "0.0.16" + } + }, + "coreutils_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~coreutils_linux_arm64", + "platform": "linux_arm64", + "version": "0.0.16" + } + }, + "coreutils_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~coreutils_toolchains", + "user_repository_name": "coreutils" + } + }, + "copy_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_directory_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "yq_linux_s390x": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~yq_linux_s390x", + "platform": "linux_s390x", + "version": "4.25.2" + } + }, + "yq": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_host_alias_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~yq" + } + }, + "expand_template_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~expand_template_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "copy_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_directory_linux_amd64", + "platform": "linux_amd64" + } + }, + "jq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~jq_darwin_arm64", + "platform": "darwin_arm64", + "version": "1.6" + } + }, + "yq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~yq_darwin_amd64", + "platform": "darwin_amd64", + "version": "4.25.2" + } + }, + "copy_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_directory_linux_arm64", + "platform": "linux_arm64" + } + }, + "expand_template_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~expand_template_linux_arm64", + "platform": "linux_arm64" + } + }, + "jq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~jq_linux_amd64", + "platform": "linux_amd64", + "version": "1.6" + } + }, + "expand_template_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~expand_template_toolchains", + "user_repository_name": "expand_template" + } + }, + "yq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~yq_windows_amd64", + "platform": "windows_amd64", + "version": "4.25.2" + } + }, + "copy_to_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_to_directory_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "jq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~jq_windows_amd64", + "platform": "windows_amd64", + "version": "1.6" + } + }, + "expand_template_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~expand_template_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "yq_linux_ppc64le": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~yq_linux_ppc64le", + "platform": "linux_ppc64le", + "version": "4.25.2" + } + }, + "copy_to_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_to_directory_toolchains", + "user_repository_name": "copy_to_directory" + } + }, + "jq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~jq_toolchains", + "user_repository_name": "jq" + } + }, + "copy_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_directory_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~copy_directory_windows_amd64", + "platform": "windows_amd64" + } + }, + "yq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~yq_darwin_arm64", + "platform": "darwin_arm64", + "version": "4.25.2" + } + }, + "yq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~yq_toolchains", + "user_repository_name": "yq" + } + }, + "coreutils_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~coreutils_windows_amd64", + "platform": "windows_amd64", + "version": "0.0.16" + } + }, + "yq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.40.2//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.40.2~toolchains~yq_linux_arm64", + "platform": "linux_arm64", + "version": "4.25.2" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "aspect_bazel_lib~1.40.2", + "aspect_bazel_lib", + "aspect_bazel_lib~1.40.2" + ], + [ + "aspect_bazel_lib~1.40.2", + "bazel_skylib", + "bazel_skylib~1.5.0" + ], + [ + "aspect_bazel_lib~1.40.2", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@aspect_rules_js~1.35.0//npm:extensions.bzl%npm": { + "general": { + "bzlTransitiveDigest": "1AgLnqJKLQ3oVnMjCFAnZu9xkVBlccfPNkYRAnC0R10=", + "accumulatedFileDigests": { + "@@//:pnpm-lock.yaml": "7b3498416eb03f6d9039178e60e6033d93f3919e901d8bc374d534734f4e107b" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "npm__at_isaacs_cliui__8.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_isaacs_cliui__8.0.2", + "package": "@isaacs/cliui", + "version": "8.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "url": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ast-types__0.9.14": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ast-types__0.9.14", + "package": "ast-types", + "version": "0.9.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ebvx7/0lLboCdyEmAw/4GqwBeKIijPveXNiVGhCGCNxc7z26T5he7DC6ARxu8ByKuzUZZcLog+VP8GMyZrBzJw==", + "url": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chokidar__3.5.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chokidar__3.5.3", + "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": false + } + }, + "npm__fresh__0.5.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fresh__0.5.2__links", + "package": "fresh", + "version": "0.5.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fresh": [ + "0.5.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__color-convert__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__color-convert__2.0.1__links", + "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__fastparse__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fastparse__1.1.2__links", + "package": "fastparse", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fastparse": [ + "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__wrap-ansi__7.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wrap-ansi__7.0.0__links", + "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__supports-color__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__2.0.0", + "package": "supports-color", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__statuses__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__statuses__1.5.0__links", + "package": "statuses", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "statuses": [ + "1.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_wasm-opt__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wasm-opt__1.11.1", + "package": "@webassemblyjs/wasm-opt", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__isarray__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isarray__0.0.1__links", + "package": "isarray", + "version": "0.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isarray": [ + "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__at_webassemblyjs_floating-point-hex-parser__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_floating-point-hex-parser__1.11.1", + "package": "@webassemblyjs/floating-point-hex-parser", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "url": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jss-plugin-default-unit__10.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-default-unit__10.10.0__links", + "package": "jss-plugin-default-unit", + "version": "10.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "jss": "10.10.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "csstype": [ + "3.1.3" + ], + "is-in-browser": [ + "1.1.3" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-default-unit": [ + "10.10.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "tiny-warning": [ + "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__ansi-styles__3.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-styles__3.2.1__links", + "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__pify__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pify__3.0.0", + "package": "pify", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fsevents__2.3.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fsevents__2.3.3", + "package": "fsevents", + "version": "2.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "url": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__hyphenate-style-name__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hyphenate-style-name__1.0.4__links", + "package": "hyphenate-style-name", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "hyphenate-style-name": [ + "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_http-errors__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_http-errors__2.0.4", + "package": "@types/http-errors", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "url": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_sockjs__0.3.36": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_sockjs__0.3.36", + "package": "@types/sockjs", + "version": "0.3.36", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", + "url": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_diff__5.0.9__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_diff__5.0.9__links", + "package": "@types/diff", + "version": "5.0.9", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/diff" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/diff": [ + "5.0.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__keyv__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__keyv__3.1.0", + "package": "keyv", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "url": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_react-router-dom__5.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-router-dom__5.3.3__links", + "package": "@types/react-router-dom", + "version": "5.3.3", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/react-router-dom" + ] + }, + "deps": { + "@types/history": "4.7.11", + "@types/react": "16.14.56", + "@types/react-router": "5.1.20" + }, + "transitive_closure": { + "@types/history": [ + "4.7.11" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/react-router": [ + "5.1.20" + ], + "@types/react-router-dom": [ + "5.3.3" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "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__at_types_scheduler__0.16.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_scheduler__0.16.8", + "package": "@types/scheduler", + "version": "0.16.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==", + "url": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__vscode__1.1.37__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__vscode__1.1.37__links", + "package": "vscode", + "version": "1.1.37", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "vscode" + ] + }, + "deps": { + "glob": "7.2.3", + "http-proxy-agent": "4.0.1", + "https-proxy-agent": "5.0.1", + "mocha": "5.2.0", + "semver": "5.7.2", + "source-map-support": "0.5.21", + "vscode-test": "0.4.3" + }, + "transitive_closure": { + "@tootallnate/once": [ + "1.1.2" + ], + "agent-base": [ + "4.3.0", + "6.0.2" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "browser-stdout": [ + "1.3.1" + ], + "buffer-from": [ + "1.1.2" + ], + "commander": [ + "2.15.1" + ], + "concat-map": [ + "0.0.1" + ], + "debug": [ + "3.1.0", + "3.1.0_supports-color@5.4.0", + "3.2.7", + "4.3.4" + ], + "diff": [ + "3.5.0" + ], + "es6-promise": [ + "4.2.8" + ], + "es6-promisify": [ + "5.0.0" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.1.2", + "7.2.3" + ], + "growl": [ + "1.10.5" + ], + "has-flag": [ + "3.0.0" + ], + "he": [ + "1.1.1" + ], + "http-proxy-agent": [ + "2.1.0", + "4.0.1" + ], + "https-proxy-agent": [ + "2.2.4", + "5.0.1" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "3.0.4", + "3.1.2" + ], + "minimist": [ + "0.0.8" + ], + "mkdirp": [ + "0.5.1" + ], + "mocha": [ + "5.2.0" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "semver": [ + "5.7.2" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "supports-color": [ + "5.4.0" + ], + "vscode": [ + "1.1.37" + ], + "vscode-test": [ + "0.4.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__postcss-value-parser__4.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-value-parser__4.2.0__links", + "package": "postcss-value-parser", + "version": "4.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "postcss-value-parser": [ + "4.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__tapable__2.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tapable__2.2.1", + "package": "tapable", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "url": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob__8.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob__8.1.0__links", + "package": "glob", + "version": "8.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.4", + "minimatch": "5.0.1", + "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.0.1" + ], + "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__spdy__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__spdy__4.0.2__links", + "package": "spdy", + "version": "4.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4", + "handle-thing": "2.0.1", + "http-deceiver": "1.2.7", + "select-hose": "2.0.0", + "spdy-transport": "3.0.0" + }, + "transitive_closure": { + "core-util-is": [ + "1.0.3" + ], + "debug": [ + "4.3.4" + ], + "detect-node": [ + "2.1.0" + ], + "handle-thing": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "http-deceiver": [ + "1.2.7" + ], + "inherits": [ + "2.0.4" + ], + "isarray": [ + "1.0.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "ms": [ + "2.1.2" + ], + "obuf": [ + "1.1.2" + ], + "process-nextick-args": [ + "2.0.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "safe-buffer": [ + "5.1.2" + ], + "select-hose": [ + "2.0.0" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "string_decoder": [ + "1.1.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "wbuf": [ + "1.7.3" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__balanced-match__1.0.2__links", + "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__at_tootallnate_once__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_tootallnate_once__1.1.2__links", + "package": "@tootallnate/once", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@tootallnate/once": [ + "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__browserslist__4.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__browserslist__4.23.0__links", + "package": "browserslist", + "version": "4.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "caniuse-lite": "1.0.30001587", + "electron-to-chromium": "1.4.671", + "node-releases": "2.0.14", + "update-browserslist-db": "1.0.13_browserslist@4.23.0" + }, + "transitive_closure": { + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "escalade": [ + "3.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__chai__4.4.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chai__4.4.1", + "package": "chai", + "version": "4.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "chai" + ] + }, + "integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==", + "url": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__commander__10.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__commander__10.0.1__links", + "package": "commander", + "version": "10.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "10.0.1" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__js-tokens__4.0.0", + "package": "js-tokens", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "url": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__commander__8.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__commander__8.3.0__links", + "package": "commander", + "version": "8.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "8.3.0" + ] + }, + "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.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__readable-stream__2.3.8", + "package": "readable-stream", + "version": "2.3.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__typescript__5.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__typescript__5.3.3__links", + "package": "typescript", + "version": "5.3.3", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "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_types_pako__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_pako__1.0.7__links", + "package": "@types/pako", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/pako" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/pako": [ + "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__on-finished__2.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__on-finished__2.4.1__links", + "package": "on-finished", + "version": "2.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ee-first": "1.1.1" + }, + "transitive_closure": { + "ee-first": [ + "1.1.1" + ], + "on-finished": [ + "2.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__postcss__8.4.35__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss__8.4.35__links", + "package": "postcss", + "version": "8.4.35", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "nanoid": "3.3.7", + "picocolors": "1.0.0", + "source-map-js": "1.0.2" + }, + "transitive_closure": { + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.35" + ], + "source-map-js": [ + "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__path-exists__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-exists__4.0.0__links", + "package": "path-exists", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-exists": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__y18n__5.0.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__y18n__5.0.8", + "package": "y18n", + "version": "5.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "url": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__popper.js__1.16.1-lts__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__popper.js__1.16.1-lts__links", + "package": "popper.js", + "version": "1.16.1-lts", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "popper.js": [ + "1.16.1-lts" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-limit__3.1.0__links", + "package": "p-limit", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "yocto-queue": "0.1.0" + }, + "transitive_closure": { + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__requires-port__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__requires-port__1.0.0", + "package": "requires-port", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "url": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-extract-imports__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-extract-imports__1.1.0__links", + "package": "postcss-modules-extract-imports", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "2.1.1" + ], + "ansi-styles": [ + "2.2.1" + ], + "chalk": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-ansi": [ + "2.0.0" + ], + "has-flag": [ + "1.0.0" + ], + "postcss": [ + "6.0.1" + ], + "postcss-modules-extract-imports": [ + "1.1.0" + ], + "source-map": [ + "0.5.7" + ], + "strip-ansi": [ + "3.0.1" + ], + "supports-color": [ + "2.0.0", + "3.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.35": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.35", + "package": "postcss-modules-extract-imports", + "version": "3.0.0_postcss@8.4.35", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__string-width__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__string-width__5.1.2__links", + "package": "string-width", + "version": "5.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "eastasianwidth": "0.2.0", + "emoji-regex": "9.2.2", + "strip-ansi": "7.1.0" + }, + "transitive_closure": { + "ansi-regex": [ + "6.0.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "9.2.2" + ], + "string-width": [ + "5.1.2" + ], + "strip-ansi": [ + "7.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__nanoid__3.3.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__nanoid__3.3.7", + "package": "nanoid", + "version": "3.3.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "url": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__value-equal__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__value-equal__1.0.1", + "package": "value-equal", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==", + "url": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs-parser__20.2.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs-parser__20.2.4", + "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": false + } + }, + "npm__mobx-react-lite__4.0.5__hxlqgktoeg6ke2nc2t7d4vtdw4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mobx-react-lite__4.0.5__hxlqgktoeg6ke2nc2t7d4vtdw4", + "package": "mobx-react-lite", + "version": "4.0.5_hxlqgktoeg6ke2nc2t7d4vtdw4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-StfB2wxE8imKj1f6T8WWPf4lVMx3cYH9Iy60bbKXEs21+HQ4tvvfIBZfSmMXgQAefi8xYEwQIz4GN9s0d2h7dg==", + "url": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-4.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__import-local__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__import-local__3.1.0__links", + "package": "import-local", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "pkg-dir": "4.2.0", + "resolve-cwd": "3.0.0" + }, + "transitive_closure": { + "find-up": [ + "4.1.0" + ], + "import-local": [ + "3.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "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__which-module__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__which-module__2.0.1", + "package": "which-module", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", + "url": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__get-func-name__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-func-name__2.0.2", + "package": "get-func-name", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", + "url": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ee-first__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ee-first__1.1.1__links", + "package": "ee-first", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ee-first": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__ws__8.16.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ws__8.16.0", + "package": "ws", + "version": "8.16.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "url": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__uuid__8.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__uuid__8.3.2__links", + "package": "uuid", + "version": "8.3.2", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "uuid" + ] + }, + "deps": {}, + "transitive_closure": { + "uuid": [ + "8.3.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__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_set-array__1.1.2__links", + "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__requires-port__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__requires-port__1.0.0__links", + "package": "requires-port", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "requires-port": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__he__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__he__1.2.0", + "package": "he", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "url": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs__16.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs__16.2.0", + "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": false + } + }, + "npm__color-convert__1.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__color-convert__1.9.3__links", + "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_types_react-addons-linked-state-mixin__0.14.27__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-addons-linked-state-mixin__0.14.27__links", + "package": "@types/react-addons-linked-state-mixin", + "version": "0.14.27", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/create-react-class": "15.6.7", + "@types/react": "16.14.56" + }, + "transitive_closure": { + "@types/create-react-class": [ + "15.6.7" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/react-addons-linked-state-mixin": [ + "0.14.27" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "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__at_webassemblyjs_ast__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_ast__1.11.1", + "package": "@webassemblyjs/ast", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "url": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-flag__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-flag__1.0.0", + "package": "has-flag", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==", + "url": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ws__8.16.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ws__8.16.0__links", + "package": "ws", + "version": "8.16.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "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__at_material-ui_icons__4.11.3__m2ddnah33gvdgahe3e23i4vjue__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_icons__4.11.3__m2ddnah33gvdgahe3e23i4vjue__links", + "package": "@material-ui/icons", + "version": "4.11.3_m2ddnah33gvdgahe3e23i4vjue", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@material-ui/icons" + ] + }, + "deps": { + "@babel/runtime": "7.23.9", + "@material-ui/core": "4.12.4_v562uftptxx4nsa5btkapyyqhu", + "@types/react": "16.14.56", + "react": "16.14.0", + "react-dom": "16.14.0_react@16.14.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "@emotion/hash": [ + "0.8.0" + ], + "@material-ui/core": [ + "4.12.4_v562uftptxx4nsa5btkapyyqhu" + ], + "@material-ui/icons": [ + "4.11.3_m2ddnah33gvdgahe3e23i4vjue" + ], + "@material-ui/styles": [ + "4.11.5_v562uftptxx4nsa5btkapyyqhu" + ], + "@material-ui/system": [ + "4.12.2_v562uftptxx4nsa5btkapyyqhu" + ], + "@material-ui/types": [ + "5.1.0_@types+react@16.14.56" + ], + "@material-ui/utils": [ + "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/react-transition-group": [ + "4.4.10" + ], + "@types/scheduler": [ + "0.16.8" + ], + "clsx": [ + "1.2.1" + ], + "css-vendor": [ + "2.0.8" + ], + "csstype": [ + "2.6.21", + "3.1.3" + ], + "dom-helpers": [ + "5.2.1" + ], + "hoist-non-react-statics": [ + "3.3.2" + ], + "hyphenate-style-name": [ + "1.0.4" + ], + "is-in-browser": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-camel-case": [ + "10.10.0" + ], + "jss-plugin-default-unit": [ + "10.10.0" + ], + "jss-plugin-global": [ + "10.10.0" + ], + "jss-plugin-nested": [ + "10.10.0" + ], + "jss-plugin-props-sort": [ + "10.10.0" + ], + "jss-plugin-rule-value-function": [ + "10.10.0" + ], + "jss-plugin-vendor-prefixer": [ + "10.10.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "popper.js": [ + "1.16.1-lts" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-dom": [ + "16.14.0_react@16.14.0" + ], + "react-is": [ + "16.13.1", + "17.0.2" + ], + "react-transition-group": [ + "4.4.5_wcqkhtmu7mswc6yz4uyexck3ty" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "scheduler": [ + "0.19.1" + ], + "tiny-warning": [ + "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__pako__1.0.11__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pako__1.0.11__links", + "package": "pako", + "version": "1.0.11", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "pako" + ] + }, + "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__clone-response__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__clone-response__1.0.3__links", + "package": "clone-response", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mimic-response": "1.0.1" + }, + "transitive_closure": { + "clone-response": [ + "1.0.3" + ], + "mimic-response": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__safe-buffer__5.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__safe-buffer__5.2.1__links", + "package": "safe-buffer", + "version": "5.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "safe-buffer": [ + "5.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__jackspeak__2.3.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jackspeak__2.3.6", + "package": "jackspeak", + "version": "2.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "url": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__object-assign__4.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__object-assign__4.1.1", + "package": "object-assign", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "url": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__find-up__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__find-up__5.0.0", + "package": "find-up", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "url": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__merge-stream__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__merge-stream__2.0.0__links", + "package": "merge-stream", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "merge-stream": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__qs__6.11.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__qs__6.11.0__links", + "package": "qs", + "version": "6.11.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "side-channel": "1.0.5" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "qs": [ + "6.11.0" + ], + "set-function-length": [ + "1.2.1" + ], + "side-channel": [ + "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__fastest-levenshtein__1.0.16": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fastest-levenshtein__1.0.16", + "package": "fastest-levenshtein", + "version": "1.0.16", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "url": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_ieee754__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_ieee754__1.11.1", + "package": "@webassemblyjs/ieee754", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "url": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs__15.4.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs__15.4.1", + "package": "yargs", + "version": "15.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "url": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ast-types__0.9.14__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ast-types__0.9.14__links", + "package": "ast-types", + "version": "0.9.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ast-types": [ + "0.9.14" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__destroy__1.2.0__links", + "package": "destroy", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "destroy": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__p-locate__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-locate__5.0.0", + "package": "p-locate", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "url": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jsonify__0.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jsonify__0.0.1", + "package": "jsonify", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==", + "url": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ipaddr.js__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ipaddr.js__2.1.0", + "package": "ipaddr.js", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==", + "url": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__source-map__0.6.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__source-map__0.6.1", + "package": "source-map", + "version": "0.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__semver__5.7.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__semver__5.7.2__links", + "package": "semver", + "version": "5.7.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "semver": [ + "5.7.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_utf8__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_utf8__1.11.1__links", + "package": "@webassemblyjs/utf8", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/utf8": [ + "1.11.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__loupe__2.3.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__loupe__2.3.7", + "package": "loupe", + "version": "2.3.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", + "url": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__on-headers__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__on-headers__1.0.2", + "package": "on-headers", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "url": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__array-flatten__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__array-flatten__1.1.1", + "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": false + } + }, + "npm__readable-stream__2.3.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__readable-stream__2.3.8__links", + "package": "readable-stream", + "version": "2.3.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "core-util-is": "1.0.3", + "inherits": "2.0.4", + "isarray": "1.0.0", + "process-nextick-args": "2.0.1", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + }, + "transitive_closure": { + "core-util-is": [ + "1.0.3" + ], + "inherits": [ + "2.0.4" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "readable-stream": [ + "2.3.8" + ], + "safe-buffer": [ + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__postcss-modules-scope__3.1.1__postcss_8.4.35__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-scope__3.1.1__postcss_8.4.35__links", + "package": "postcss-modules-scope", + "version": "3.1.1_postcss@8.4.35", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.35", + "postcss-selector-parser": "6.0.15" + }, + "transitive_closure": { + "cssesc": [ + "3.0.0" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.35" + ], + "postcss-modules-scope": [ + "3.1.1_postcss@8.4.35" + ], + "postcss-selector-parser": [ + "6.0.15" + ], + "source-map-js": [ + "1.0.2" + ], + "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__escape-string-regexp__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__escape-string-regexp__4.0.0__links", + "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__glob__8.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob__8.1.0", + "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": false + } + }, + "npm__at_jridgewell_sourcemap-codec__1.4.15": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_sourcemap-codec__1.4.15", + "package": "@jridgewell/sourcemap-codec", + "version": "1.4.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "url": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ajv__8.12.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv__8.12.0", + "package": "ajv", + "version": "8.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "url": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-unicode-supported__0.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-unicode-supported__0.1.0", + "package": "is-unicode-supported", + "version": "0.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "url": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chalk__2.4.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chalk__2.4.2__links", + "package": "chalk", + "version": "2.4.2", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "chalk" + ] + }, + "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__at_webpack-cli_serve__2.0.5__t4ysz4cs4b25yv3pntzy3gupv4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webpack-cli_serve__2.0.5__t4ysz4cs4b25yv3pntzy3gupv4", + "package": "@webpack-cli/serve", + "version": "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==", + "url": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-2.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__escape-string-regexp__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__escape-string-regexp__1.0.5__links", + "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__global-agent__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__global-agent__3.0.0__links", + "package": "global-agent", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "boolean": "3.2.0", + "es6-error": "4.1.1", + "matcher": "3.0.0", + "roarr": "2.15.4", + "semver": "7.6.0", + "serialize-error": "7.0.1" + }, + "transitive_closure": { + "boolean": [ + "3.2.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "detect-node": [ + "2.1.0" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es6-error": [ + "4.1.1" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "global-agent": [ + "3.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "lru-cache": [ + "6.0.0" + ], + "matcher": [ + "3.0.0" + ], + "object-keys": [ + "1.1.1" + ], + "roarr": [ + "2.15.4" + ], + "semver": [ + "7.6.0" + ], + "semver-compare": [ + "1.0.0" + ], + "serialize-error": [ + "7.0.1" + ], + "sprintf-js": [ + "1.1.3" + ], + "type-fest": [ + "0.13.1" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_history__4.7.11__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_history__4.7.11__links", + "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__define-data-property__1.1.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__define-data-property__1.1.4", + "package": "define-data-property", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "url": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__entities__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__entities__2.2.0__links", + "package": "entities", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "entities": [ + "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__hpack.js__2.1.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hpack.js__2.1.6__links", + "package": "hpack.js", + "version": "2.1.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "inherits": "2.0.4", + "obuf": "1.1.2", + "readable-stream": "2.3.8", + "wbuf": "1.7.3" + }, + "transitive_closure": { + "core-util-is": [ + "1.0.3" + ], + "hpack.js": [ + "2.1.6" + ], + "inherits": [ + "2.0.4" + ], + "isarray": [ + "1.0.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "obuf": [ + "1.1.2" + ], + "process-nextick-args": [ + "2.0.1" + ], + "readable-stream": [ + "2.3.8" + ], + "safe-buffer": [ + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "wbuf": [ + "1.7.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__resolve-cwd__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__resolve-cwd__3.0.0__links", + "package": "resolve-cwd", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "resolve-from": "5.0.0" + }, + "transitive_closure": { + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "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__jest-worker__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jest-worker__27.5.1", + "package": "jest-worker", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-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": false + } + }, + "npm__url-parse-lax__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__url-parse-lax__3.0.0__links", + "package": "url-parse-lax", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "prepend-http": "2.0.0" + }, + "transitive_closure": { + "prepend-http": [ + "2.0.0" + ], + "url-parse-lax": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_node__12.20.55": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_node__12.20.55", + "package": "@types/node", + "version": "12.20.55", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==", + "url": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz", + "commit": "", + "patch_args": [], + "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__brace-expansion__1.1.11": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__brace-expansion__1.1.11", + "package": "brace-expansion", + "version": "1.1.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eventemitter3__4.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__eventemitter3__4.0.7__links", + "package": "eventemitter3", + "version": "4.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "eventemitter3": [ + "4.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__y18n__4.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__y18n__4.0.3", + "package": "y18n", + "version": "4.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "url": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__accepts__1.3.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__accepts__1.3.8__links", + "package": "accepts", + "version": "1.3.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mime-types": "2.1.35", + "negotiator": "0.6.3" + }, + "transitive_closure": { + "accepts": [ + "1.3.8" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "negotiator": [ + "0.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__inflight__1.0.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__inflight__1.0.6", + "package": "inflight", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "url": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__8.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__8.1.1", + "package": "supports-color", + "version": "8.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__wrappy__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wrappy__1.0.2__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__iconv-lite__0.4.24__links", + "package": "iconv-lite", + "version": "0.4.24", + "dev": false, + "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__progress__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__progress__2.0.3__links", + "package": "progress", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "progress": [ + "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__side-channel__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__side-channel__1.0.5", + "package": "side-channel", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QcgiIWV4WV7qWExbN5llt6frQB/lBven9pqliLXfGPB+K9ZYXxDozp0wLkHS24kWCm+6YXH/f0HhnObZnZOBnQ==", + "url": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__es6-promisify__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es6-promisify__5.0.0__links", + "package": "es6-promisify", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es6-promise": "4.2.8" + }, + "transitive_closure": { + "es6-promise": [ + "4.2.8" + ], + "es6-promisify": [ + "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_jridgewell_gen-mapping__0.3.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_gen-mapping__0.3.3", + "package": "@jridgewell/gen-mapping", + "version": "0.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "url": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__bytes__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__bytes__3.0.0", + "package": "bytes", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "url": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jss-plugin-props-sort__10.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-props-sort__10.10.0__links", + "package": "jss-plugin-props-sort", + "version": "10.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "jss": "10.10.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "csstype": [ + "3.1.3" + ], + "is-in-browser": [ + "1.1.3" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-props-sort": [ + "10.10.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "tiny-warning": [ + "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__path-is-absolute__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-is-absolute__1.0.1", + "package": "path-is-absolute", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "url": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__tunnel__0.0.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tunnel__0.0.6", + "package": "tunnel", + "version": "0.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", + "url": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__keyv__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__keyv__3.1.0__links", + "package": "keyv", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "json-buffer": "3.0.0" + }, + "transitive_closure": { + "json-buffer": [ + "3.0.0" + ], + "keyv": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__acorn__8.11.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__acorn__8.11.3", + "package": "acorn", + "version": "8.11.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "url": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__default-gateway__6.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__default-gateway__6.0.3", + "package": "default-gateway", + "version": "6.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "url": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yocto-queue__0.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yocto-queue__0.1.0", + "package": "yocto-queue", + "version": "0.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "url": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__domhandler__4.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__domhandler__4.3.1__links", + "package": "domhandler", + "version": "4.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "domelementtype": "2.3.0" + }, + "transitive_closure": { + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__ast-types__0.9.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ast-types__0.9.6", + "package": "ast-types", + "version": "0.9.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qEdtR2UH78yyHX/AUNfXmJTlM48XoFZKBdwi1nzkI1mJL21cmbu0cvjxjpkXJ5NENMq42H+hNs8VLJcqXLerBQ==", + "url": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-html-community__0.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-html-community__0.0.8__links", + "package": "ansi-html-community", + "version": "0.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-html-community": [ + "0.0.8" + ] + }, + "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__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isarray__2.0.5__links", + "package": "isarray", + "version": "2.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isarray": [ + "2.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__json-stringify-safe__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-stringify-safe__5.0.1", + "package": "json-stringify-safe", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "url": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-colors__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-colors__4.1.1__links", + "package": "ansi-colors", + "version": "4.1.1", + "dev": false, + "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__http-proxy-agent__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-proxy-agent__2.1.0", + "package": "http-proxy-agent", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==", + "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__import-local__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__import-local__3.1.0", + "package": "import-local", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "url": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mobx-react__9.1.0__hxlqgktoeg6ke2nc2t7d4vtdw4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mobx-react__9.1.0__hxlqgktoeg6ke2nc2t7d4vtdw4__links", + "package": "mobx-react", + "version": "9.1.0_hxlqgktoeg6ke2nc2t7d4vtdw4", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "mobx-react" + ] + }, + "deps": { + "mobx": "6.12.0", + "mobx-react-lite": "4.0.5_hxlqgktoeg6ke2nc2t7d4vtdw4", + "react": "16.14.0", + "react-dom": "16.14.0_react@16.14.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "mobx": [ + "6.12.0" + ], + "mobx-react": [ + "9.1.0_hxlqgktoeg6ke2nc2t7d4vtdw4" + ], + "mobx-react-lite": [ + "4.0.5_hxlqgktoeg6ke2nc2t7d4vtdw4" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-dom": [ + "16.14.0_react@16.14.0" + ], + "react-is": [ + "16.13.1" + ], + "scheduler": [ + "0.19.1" + ], + "use-sync-external-store": [ + "1.2.0_react@16.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__camel-case__4.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__camel-case__4.1.2", + "package": "camel-case", + "version": "4.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "url": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__braces__3.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__braces__3.0.2", + "package": "braces", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "url": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_node__12.20.55__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_node__12.20.55__links", + "package": "@types/node", + "version": "12.20.55", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/node": [ + "12.20.55" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__source-map__0.5.7__links", + "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__at_types_eslint-scope__3.7.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_eslint-scope__3.7.7", + "package": "@types/eslint-scope", + "version": "3.7.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "url": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__run-applescript__7.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__run-applescript__7.0.0__links", + "package": "run-applescript", + "version": "7.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "run-applescript": [ + "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__pump__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pump__3.0.0", + "package": "pump", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "url": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__safe-buffer__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__safe-buffer__5.1.2__links", + "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__path-to-regexp__0.1.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-to-regexp__0.1.7__links", + "package": "path-to-regexp", + "version": "0.1.7", + "dev": false, + "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__at_webpack-cli_info__2.0.2__knjacnq72ipf5lm6n3lhyxjice__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webpack-cli_info__2.0.2__knjacnq72ipf5lm6n3lhyxjice__links", + "package": "@webpack-cli/info", + "version": "2.0.2_knjacnq72ipf5lm6n3lhyxjice", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "webpack": "5.75.0_webpack-cli@5.1.4", + "webpack-cli": "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__faye-websocket__0.11.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__faye-websocket__0.11.4", + "package": "faye-websocket", + "version": "0.11.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "url": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pretty-error__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pretty-error__4.0.0__links", + "package": "pretty-error", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lodash": "4.17.21", + "renderkid": "3.0.0" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "boolbase": [ + "1.0.0" + ], + "css-select": [ + "4.3.0" + ], + "css-what": [ + "6.1.0" + ], + "dom-converter": [ + "0.2.0" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "htmlparser2": [ + "6.1.0" + ], + "lodash": [ + "4.17.21" + ], + "nth-check": [ + "2.1.1" + ], + "pretty-error": [ + "4.0.0" + ], + "renderkid": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "utila": [ + "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__eslint-scope__5.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__eslint-scope__5.1.1", + "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": false + } + }, + "npm__lru-cache__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lru-cache__6.0.0", + "package": "lru-cache", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__require-main-filename__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__require-main-filename__2.0.0__links", + "package": "require-main-filename", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "require-main-filename": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__depd__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__depd__2.0.0__links", + "package": "depd", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "depd": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__cookie-signature__1.0.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cookie-signature__1.0.6", + "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": false + } + }, + "npm__es-module-lexer__0.9.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es-module-lexer__0.9.3", + "package": "es-module-lexer", + "version": "0.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "url": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__on-headers__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__on-headers__1.0.2__links", + "package": "on-headers", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "on-headers": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__yargs-parser__18.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs-parser__18.1.3", + "package": "yargs-parser", + "version": "18.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__setprototypeof__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__setprototypeof__1.2.0__links", + "package": "setprototypeof", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "setprototypeof": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__boolbase__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__boolbase__1.0.0__links", + "package": "boolbase", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "boolbase": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__node-releases__2.0.14__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__node-releases__2.0.14__links", + "package": "node-releases", + "version": "2.0.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-releases": [ + "2.0.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__prepend-http__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__prepend-http__2.0.0__links", + "package": "prepend-http", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "prepend-http": [ + "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__domhandler__4.3.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__domhandler__4.3.1", + "package": "domhandler", + "version": "4.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "url": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_range-parser__1.2.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_range-parser__1.2.7", + "package": "@types/range-parser", + "version": "1.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "url": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__forwarded__0.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__forwarded__0.2.0", + "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": false + } + }, + "npm__wrap-ansi__6.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wrap-ansi__6.2.0", + "package": "wrap-ansi", + "version": "6.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ms__2.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ms__2.1.3", + "package": "ms", + "version": "2.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ms__2.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ms__2.1.2", + "package": "ms", + "version": "2.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "url": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-to-regexp__1.8.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-to-regexp__1.8.0", + "package": "path-to-regexp", + "version": "1.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", + "url": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__onetime__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__onetime__5.1.2__links", + "package": "onetime", + "version": "5.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mimic-fn": "2.1.0" + }, + "transitive_closure": { + "mimic-fn": [ + "2.1.0" + ], + "onetime": [ + "5.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__clean-css__5.3.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__clean-css__5.3.3", + "package": "clean-css", + "version": "5.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", + "url": "https://registry.npmjs.org/clean-css/-/clean-css-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": false + } + }, + "npm__env-paths__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__env-paths__2.2.1__links", + "package": "env-paths", + "version": "2.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "env-paths": [ + "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__react-dom__16.14.0__react_16.14.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-dom__16.14.0__react_16.14.0__links", + "package": "react-dom", + "version": "16.14.0_react@16.14.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "react-dom" + ] + }, + "deps": { + "loose-envify": "1.4.0", + "object-assign": "4.1.1", + "prop-types": "15.8.1", + "react": "16.14.0", + "scheduler": "0.19.1" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-dom": [ + "16.14.0_react@16.14.0" + ], + "react-is": [ + "16.13.1" + ], + "scheduler": [ + "0.19.1" + ] + }, + "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.30001587": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__caniuse-lite__1.0.30001587", + "package": "caniuse-lite", + "version": "1.0.30001587", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HMFNotUmLXn71BQxg8cijvqxnIAofforZOwGsxyXJ0qugTdspUF4sPSJ2vhgprHCB996tIDzEq1ubumPDV8ULA==", + "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001587.tgz", + "commit": "", + "patch_args": [], + "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__minimatch__3.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimatch__3.0.4", + "package": "minimatch", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__wrap-ansi__7.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wrap-ansi__7.0.0", + "package": "wrap-ansi", + "version": "7.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dom-helpers__5.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dom-helpers__5.2.1", + "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": false + } + }, + "npm__at_types_uuid__8.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_uuid__8.3.4__links", + "package": "@types/uuid", + "version": "8.3.4", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/uuid" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/uuid": [ + "8.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-in-browser__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-in-browser__1.1.3__links", + "package": "is-in-browser", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-in-browser": [ + "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__log-symbols__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__log-symbols__4.1.0", + "package": "log-symbols", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "url": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__safer-buffer__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__safer-buffer__2.1.2__links", + "package": "safer-buffer", + "version": "2.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_wasm-edit__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wasm-edit__1.11.1", + "package": "@webassemblyjs/wasm-edit", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__acorn-import-assertions__1.9.0__acorn_8.11.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__acorn-import-assertions__1.9.0__acorn_8.11.3__links", + "package": "acorn-import-assertions", + "version": "1.9.0_acorn@8.11.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.11.3" + }, + "transitive_closure": { + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__lru-cache__10.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lru-cache__10.2.0", + "package": "lru-cache", + "version": "10.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__define-data-property__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__define-data-property__1.1.4__links", + "package": "define-data-property", + "version": "1.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-define-property": "1.0.0", + "es-errors": "1.3.0", + "gopd": "1.0.1" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "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__has-symbols__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-symbols__1.0.3__links", + "package": "has-symbols", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__minimatch__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimatch__3.0.4__links", + "package": "minimatch", + "version": "3.0.4", + "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.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__merge-descriptors__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__merge-descriptors__1.0.1__links", + "package": "merge-descriptors", + "version": "1.0.1", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__object-keys__1.1.1__links", + "package": "object-keys", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "object-keys": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__mkdirp__0.5.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mkdirp__0.5.6", + "package": "mkdirp", + "version": "0.5.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__deep-eql__4.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__deep-eql__4.1.3", + "package": "deep-eql", + "version": "4.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==", + "url": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__http-deceiver__1.2.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-deceiver__1.2.7__links", + "package": "http-deceiver", + "version": "1.2.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "http-deceiver": [ + "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__tiny-invariant__1.3.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tiny-invariant__1.3.1", + "package": "tiny-invariant", + "version": "1.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==", + "url": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_css-modules-loader-core__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_css-modules-loader-core__1.1.4__links", + "package": "@types/css-modules-loader-core", + "version": "1.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "7.0.39" + }, + "transitive_closure": { + "@types/css-modules-loader-core": [ + "1.1.4" + ], + "picocolors": [ + "0.2.1" + ], + "postcss": [ + "7.0.39" + ], + "source-map": [ + "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__merge-descriptors__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__merge-descriptors__1.0.1", + "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": false + } + }, + "npm__ansi-styles__6.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-styles__6.2.1__links", + "package": "ansi-styles", + "version": "6.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-styles": [ + "6.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__mkdirp__0.5.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mkdirp__0.5.1", + "package": "mkdirp", + "version": "0.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==", + "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-plain-object__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-plain-object__2.0.4__links", + "package": "is-plain-object", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "isobject": "3.0.1" + }, + "transitive_closure": { + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__supports-color__3.2.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__3.2.3", + "package": "supports-color", + "version": "3.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__safe-buffer__5.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__safe-buffer__5.1.2", + "package": "safe-buffer", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__js-base64__3.7.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__js-base64__3.7.6__links", + "package": "js-base64", + "version": "3.7.6", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "js-base64" + ] + }, + "deps": {}, + "transitive_closure": { + "js-base64": [ + "3.7.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__supports-color__5.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__5.4.0__links", + "package": "supports-color", + "version": "5.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-flag": "3.0.0" + }, + "transitive_closure": { + "has-flag": [ + "3.0.0" + ], + "supports-color": [ + "5.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_webassemblyjs_helper-buffer__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-buffer__1.11.1", + "package": "@webassemblyjs/helper-buffer", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chalk__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chalk__1.1.3", + "package": "chalk", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", + "url": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__terser-webpack-plugin__5.3.10__webpack_5.75.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__terser-webpack-plugin__5.3.10__webpack_5.75.0__links", + "package": "terser-webpack-plugin", + "version": "5.3.10_webpack@5.75.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/trace-mapping": "0.3.22", + "jest-worker": "27.5.1", + "schema-utils": "3.3.0", + "serialize-javascript": "6.0.2", + "terser": "5.27.1", + "webpack": "5.75.0_webpack-cli@5.1.4" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__agent-base__6.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__agent-base__6.0.2", + "package": "agent-base", + "version": "6.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "url": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-loader__6.7.3__webpack_5.75.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-loader__6.7.3__webpack_5.75.0", + "package": "css-loader", + "version": "6.7.3_webpack@5.75.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "css-loader" + ] + }, + "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", + "url": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__3.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__3.2.3__links", + "package": "supports-color", + "version": "3.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-flag": "1.0.0" + }, + "transitive_closure": { + "has-flag": [ + "1.0.0" + ], + "supports-color": [ + "3.2.3" + ] + }, + "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__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-schema-traverse__1.0.0__links", + "package": "json-schema-traverse", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-schema-traverse": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__html-entities__2.4.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__html-entities__2.4.0", + "package": "html-entities", + "version": "2.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", + "url": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ee-first__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ee-first__1.1.1", + "package": "ee-first", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "url": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cliui__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cliui__6.0.0__links", + "package": "cliui", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "string-width": "4.2.3", + "strip-ansi": "6.0.1", + "wrap-ansi": "6.2.0" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "cliui": [ + "6.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__jss-plugin-rule-value-function__10.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-rule-value-function__10.10.0", + "package": "jss-plugin-rule-value-function", + "version": "10.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==", + "url": "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_mime__3.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_mime__3.0.4", + "package": "@types/mime", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw==", + "url": "https://registry.npmjs.org/@types/mime/-/mime-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-in-browser__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-in-browser__1.1.3", + "package": "is-in-browser", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g==", + "url": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_create-react-class__15.6.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_create-react-class__15.6.7", + "package": "@types/create-react-class", + "version": "15.6.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fM/HDjJCUCzjfn9Bi6s0xz0QF0ZKhpSeOhnewa6PjsSXQ4hyeLwTZKG83V2yk3vBNSneS7OvgS+BNFEKVrt45w==", + "url": "https://registry.npmjs.org/@types/create-react-class/-/create-react-class-15.6.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__http-errors__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-errors__2.0.0", + "package": "http-errors", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "url": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-buffer__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-buffer__3.0.0", + "package": "json-buffer", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==", + "url": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__colorette__2.0.20__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__colorette__2.0.20__links", + "package": "colorette", + "version": "2.0.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "colorette": [ + "2.0.20" + ] + }, + "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__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-plain-obj__3.0.0__links", + "package": "is-plain-obj", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-plain-obj": [ + "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__responselike__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__responselike__1.0.2__links", + "package": "responselike", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lowercase-keys": "1.0.1" + }, + "transitive_closure": { + "lowercase-keys": [ + "1.0.1" + ], + "responselike": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__inherits__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__inherits__2.0.4__links", + "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__resolve-from__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__resolve-from__5.0.0", + "package": "resolve-from", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__graceful-fs__4.2.11__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__graceful-fs__4.2.11__links", + "package": "graceful-fs", + "version": "4.2.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "graceful-fs": [ + "4.2.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__http-deceiver__1.2.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-deceiver__1.2.7", + "package": "http-deceiver", + "version": "1.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "url": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__onetime__5.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__onetime__5.1.2", + "package": "onetime", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "url": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_node__20.11.19__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_node__20.11.19__links", + "package": "@types/node", + "version": "20.11.19", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "undici-types": "5.26.5" + }, + "transitive_closure": { + "@types/node": [ + "20.11.19" + ], + "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__diff__5.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__diff__5.2.0", + "package": "diff", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "diff" + ] + }, + "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", + "url": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__escalade__3.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__escalade__3.1.2", + "package": "escalade", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "url": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__check-error__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__check-error__1.0.3", + "package": "check-error", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==", + "url": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_retry__0.12.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_retry__0.12.2__links", + "package": "@types/retry", + "version": "0.12.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/retry": [ + "0.12.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__buffer-crc32__0.2.13__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__buffer-crc32__0.2.13__links", + "package": "buffer-crc32", + "version": "0.2.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "buffer-crc32": [ + "0.2.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__faye-websocket__0.11.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__faye-websocket__0.11.4__links", + "package": "faye-websocket", + "version": "0.11.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "websocket-driver": "0.7.4" + }, + "transitive_closure": { + "faye-websocket": [ + "0.11.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "safe-buffer": [ + "5.2.1" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "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_webpack-cli_info__2.0.2__knjacnq72ipf5lm6n3lhyxjice": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webpack-cli_info__2.0.2__knjacnq72ipf5lm6n3lhyxjice", + "package": "@webpack-cli/info", + "version": "2.0.2_knjacnq72ipf5lm6n3lhyxjice", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==", + "url": "https://registry.npmjs.org/@webpack-cli/info/-/info-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_responselike__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_responselike__1.0.3__links", + "package": "@types/responselike", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "12.20.55" + }, + "transitive_closure": { + "@types/node": [ + "12.20.55" + ], + "@types/responselike": [ + "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__parseurl__1.3.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__parseurl__1.3.3", + "package": "parseurl", + "version": "1.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "url": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__punycode__2.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__punycode__2.3.1__links", + "package": "punycode", + "version": "2.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "punycode": [ + "2.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__json5__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json5__1.0.2__links", + "package": "json5", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minimist": "1.2.8" + }, + "transitive_closure": { + "json5": [ + "1.0.2" + ], + "minimist": [ + "1.2.8" + ] + }, + "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": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-flag__3.0.0", + "package": "has-flag", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "url": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__js-base64__3.7.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__js-base64__3.7.6", + "package": "js-base64", + "version": "3.7.6", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "js-base64" + ] + }, + "integrity": "sha512-NPrWuHFxFUknr1KqJRDgUQPexQF0uIJWjeT+2KjEePhitQxQEx5EJBG1lVn5/hc8aLycTpXrDOgPQ6Zq+EDiTA==", + "url": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-stream__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-stream__2.0.1", + "package": "is-stream", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "url": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-regex__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-regex__2.1.1", + "package": "ansi-regex", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_html-minifier-terser__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_html-minifier-terser__6.1.0__links", + "package": "@types/html-minifier-terser", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/html-minifier-terser": [ + "6.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-convert__1.9.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__color-convert__1.9.3", + "package": "color-convert", + "version": "1.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "url": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-is__17.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-is__17.0.2", + "package": "react-is", + "version": "17.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "url": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__encodeurl__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__encodeurl__1.0.2", + "package": "encodeurl", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "url": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__source-map-support__0.5.21__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__source-map-support__0.5.21__links", + "package": "source-map-support", + "version": "0.5.21", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "source-map-support" + ] + }, + "deps": { + "buffer-from": "1.1.2", + "source-map": "0.6.1" + }, + "transitive_closure": { + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__get-caller-file__2.0.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-caller-file__2.0.5", + "package": "get-caller-file", + "version": "2.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "url": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-flag__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-flag__4.0.0", + "package": "has-flag", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jss-plugin-camel-case__10.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-camel-case__10.10.0", + "package": "jss-plugin-camel-case", + "version": "10.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==", + "url": "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-key__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-key__3.1.1__links", + "package": "path-key", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-key": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_scheduler__0.16.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_scheduler__0.16.8__links", + "package": "@types/scheduler", + "version": "0.16.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/scheduler": [ + "0.16.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__json-parse-even-better-errors__2.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-parse-even-better-errors__2.3.1__links", + "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__cookie__0.5.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cookie__0.5.0", + "package": "cookie", + "version": "0.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "url": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_http-proxy__1.17.14": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_http-proxy__1.17.14", + "package": "@types/http-proxy", + "version": "1.17.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", + "url": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__commander__2.15.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__commander__2.15.1__links", + "package": "commander", + "version": "2.15.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "2.15.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__flat__5.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__flat__5.0.2__links", + "package": "flat", + "version": "5.0.2", + "dev": false, + "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__picocolors__0.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__picocolors__0.2.1__links", + "package": "picocolors", + "version": "0.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "picocolors": [ + "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__ansi-regex__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-regex__5.0.1__links", + "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__statuses__1.5.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__statuses__1.5.0", + "package": "statuses", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "url": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__isarray__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isarray__1.0.0__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__batch__0.6.1", + "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": false + } + }, + "npm__proto-list__1.2.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__proto-list__1.2.4", + "package": "proto-list", + "version": "1.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", + "url": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__events__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__events__3.3.0__links", + "package": "events", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "events": [ + "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__at_types_http-proxy__1.17.14__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_http-proxy__1.17.14__links", + "package": "@types/http-proxy", + "version": "1.17.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/http-proxy": [ + "1.17.14" + ], + "@types/node": [ + "20.11.19" + ], + "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__csstype__2.6.21__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__csstype__2.6.21__links", + "package": "csstype", + "version": "2.6.21", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "csstype": [ + "2.6.21" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__serialize-error__7.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serialize-error__7.0.1__links", + "package": "serialize-error", + "version": "7.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "type-fest": "0.13.1" + }, + "transitive_closure": { + "serialize-error": [ + "7.0.1" + ], + "type-fest": [ + "0.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_jridgewell_source-map__0.3.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_source-map__0.3.5", + "package": "@jridgewell/source-map", + "version": "0.3.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "url": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__get-intrinsic__1.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-intrinsic__1.2.4__links", + "package": "get-intrinsic", + "version": "1.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-errors": "1.3.0", + "function-bind": "1.1.2", + "has-proto": "1.0.1", + "has-symbols": "1.0.3", + "hasown": "2.0.1" + }, + "transitive_closure": { + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "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__http-proxy__1.18.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-proxy__1.18.1__links", + "package": "http-proxy", + "version": "1.18.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "eventemitter3": "4.0.7", + "follow-redirects": "1.15.5", + "requires-port": "1.0.0" + }, + "transitive_closure": { + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.5" + ], + "http-proxy": [ + "1.18.1" + ], + "requires-port": [ + "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__depd__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__depd__2.0.0", + "package": "depd", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "url": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esrecurse__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__esrecurse__4.3.0__links", + "package": "esrecurse", + "version": "4.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "estraverse": "5.3.0" + }, + "transitive_closure": { + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__which__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__which__2.0.2__links", + "package": "which", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "isexe": "2.0.0" + }, + "transitive_closure": { + "isexe": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__jsonify__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jsonify__0.0.1__links", + "package": "jsonify", + "version": "0.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsonify": [ + "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__tunnel__0.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tunnel__0.0.6__links", + "package": "tunnel", + "version": "0.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tunnel": [ + "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__chai__4.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chai__4.4.1__links", + "package": "chai", + "version": "4.4.1", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "chai" + ] + }, + "deps": { + "assertion-error": "1.1.0", + "check-error": "1.0.3", + "deep-eql": "4.1.3", + "get-func-name": "2.0.2", + "loupe": "2.3.7", + "pathval": "1.1.1", + "type-detect": "4.0.8" + }, + "transitive_closure": { + "assertion-error": [ + "1.1.0" + ], + "chai": [ + "4.4.1" + ], + "check-error": [ + "1.0.3" + ], + "deep-eql": [ + "4.1.3" + ], + "get-func-name": [ + "2.0.2" + ], + "loupe": [ + "2.3.7" + ], + "pathval": [ + "1.1.1" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__duplexer3__0.1.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__duplexer3__0.1.5__links", + "package": "duplexer3", + "version": "0.1.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "duplexer3": [ + "0.1.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__resolve-pathname__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__resolve-pathname__3.0.0", + "package": "resolve-pathname", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==", + "url": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__umd-compat-loader__2.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__umd-compat-loader__2.1.2", + "package": "umd-compat-loader", + "version": "2.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "umd-compat-loader" + ] + }, + "integrity": "sha512-RkTlsfrCxUISWqiTtYFFJank7b2Hhl4V2pc29nl0xOEGvvuVkpy1xnufhXfTituxgpW0HSrDk0JHlvPYZxEXKQ==", + "url": "https://registry.npmjs.org/umd-compat-loader/-/umd-compat-loader-2.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_estree__0.0.51": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_estree__0.0.51", + "package": "@types/estree", + "version": "0.0.51", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "url": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "commit": "", + "patch_args": [], + "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__tiny-warning__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tiny-warning__1.0.3__links", + "package": "tiny-warning", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tiny-warning": [ + "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_webassemblyjs_wasm-edit__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wasm-edit__1.11.1__links", + "package": "@webassemblyjs/wasm-edit", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + }, + "transitive_closure": { + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__http-parser-js__0.5.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-parser-js__0.5.8", + "package": "http-parser-js", + "version": "0.5.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "url": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__locate-path__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__locate-path__6.0.0", + "package": "locate-path", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "url": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__style-loader__3.3.1__webpack_5.75.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__style-loader__3.3.1__webpack_5.75.0__links", + "package": "style-loader", + "version": "3.3.1_webpack@5.75.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "style-loader" + ] + }, + "deps": { + "webpack": "5.75.0_webpack-cli@5.1.4" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "style-loader": [ + "3.3.1_webpack@5.75.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__to-readable-stream__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__to-readable-stream__1.0.0", + "package": "to-readable-stream", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", + "url": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__typed-css-modules__0.6.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__typed-css-modules__0.6.8", + "package": "typed-css-modules", + "version": "0.6.8", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "typed-css-modules" + ] + }, + "integrity": "sha512-NCDFI7bR+PZGoEwAYPnUtDAeGuy9UrgS10oDV5K74tUX6gm3LRbPT3Mwu0f92/6VG4GgWPJRWZSlYmdQU8xLOg==", + "url": "https://registry.npmjs.org/typed-css-modules/-/typed-css-modules-0.6.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__loose-envify__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__loose-envify__1.4.0__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__utils-merge__1.0.1__links", + "package": "utils-merge", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "utils-merge": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-wsl__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-wsl__3.1.0__links", + "package": "is-wsl", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-inside-container": "1.0.0" + }, + "transitive_closure": { + "is-docker": [ + "3.0.0" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-wsl": [ + "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__http-cache-semantics__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-cache-semantics__4.1.1__links", + "package": "http-cache-semantics", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "http-cache-semantics": [ + "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__detect-node__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__detect-node__2.1.0__links", + "package": "detect-node", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "detect-node": [ + "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__webpack-merge__5.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-merge__5.10.0", + "package": "webpack-merge", + "version": "5.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", + "url": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__http-errors__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-errors__2.0.0__links", + "package": "http-errors", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "transitive_closure": { + "depd": [ + "2.0.0" + ], + "http-errors": [ + "2.0.0" + ], + "inherits": [ + "2.0.4" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__json-buffer__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-buffer__3.0.0__links", + "package": "json-buffer", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-buffer": [ + "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_material-ui_styles__4.11.5__v562uftptxx4nsa5btkapyyqhu": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_styles__4.11.5__v562uftptxx4nsa5btkapyyqhu", + "package": "@material-ui/styles", + "version": "4.11.5_v562uftptxx4nsa5btkapyyqhu", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==", + "url": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dom-serializer__1.4.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dom-serializer__1.4.1", + "package": "dom-serializer", + "version": "1.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "url": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__minimatch__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimatch__3.1.2__links", + "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__ajv__8.12.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv__8.12.0__links", + "package": "ajv", + "version": "8.12.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fast-deep-equal": "3.1.3", + "json-schema-traverse": "1.0.0", + "require-from-string": "2.0.2", + "uri-js": "4.4.1" + }, + "transitive_closure": { + "ajv": [ + "8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "1.0.0" + ], + "punycode": [ + "2.3.1" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__ansi-colors__4.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-colors__4.1.1", + "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": false + } + }, + "npm__jss__10.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss__10.10.0", + "package": "jss", + "version": "10.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==", + "url": "https://registry.npmjs.org/jss/-/jss-10.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_react__16.14.56__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react__16.14.56__links", + "package": "@types/react", + "version": "16.14.56", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/react" + ] + }, + "deps": { + "@types/prop-types": "15.7.11", + "@types/scheduler": "0.16.8", + "csstype": "3.1.3" + }, + "transitive_closure": { + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "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__to-regex-range__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__to-regex-range__5.0.1__links", + "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__json-joy__11.28.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-joy__11.28.0", + "package": "json-joy", + "version": "11.28.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WTq2tYD2r+0rUFId4gtUjwejV20pArh4q2WRJKxJdwLlPFHyW94HwwB2vUr5lUJTVkehhhWEVLwOUI0MSacNIw==", + "url": "https://registry.npmjs.org/json-joy/-/json-joy-11.28.0.tgz", + "commit": "", + "patch_args": [], + "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__binary-extensions__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__binary-extensions__2.2.0__links", + "package": "binary-extensions", + "version": "2.2.0", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yallist__4.0.0", + "package": "yallist", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "url": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__content-type__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__content-type__1.0.5__links", + "package": "content-type", + "version": "1.0.5", + "dev": false, + "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__handle-thing__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__handle-thing__2.0.1", + "package": "handle-thing", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "url": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__shell-quote__1.8.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__shell-quote__1.8.1", + "package": "shell-quote", + "version": "1.8.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "url": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__object-keys__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__object-keys__1.1.1", + "package": "object-keys", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "url": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ipaddr.js__1.9.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ipaddr.js__1.9.1", + "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": false + } + }, + "npm__resolve-from__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__resolve-from__5.0.0__links", + "package": "resolve-from", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve-from": [ + "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__lower-case__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lower-case__2.0.2__links", + "package": "lower-case", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "lower-case": [ + "2.0.2" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-plain-obj__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-plain-obj__3.0.0", + "package": "is-plain-obj", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "url": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dns-packet__5.6.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dns-packet__5.6.1__links", + "package": "dns-packet", + "version": "5.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@leichtgewicht/ip-codec": "2.0.4" + }, + "transitive_closure": { + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "dns-packet": [ + "5.6.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-js__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__source-map-js__1.0.2__links", + "package": "source-map-js", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "source-map-js": [ + "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-dom__16.14.0__react_16.14.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-dom__16.14.0__react_16.14.0", + "package": "react-dom", + "version": "16.14.0_react@16.14.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "react-dom" + ] + }, + "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", + "url": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__readdirp__3.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__readdirp__3.6.0__links", + "package": "readdirp", + "version": "3.6.0", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tslib__2.6.2__links", + "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_bazel_ibazel__0.12.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_bazel_ibazel__0.12.4", + "package": "@bazel/ibazel", + "version": "0.12.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@bazel/ibazel" + ] + }, + "integrity": "sha512-FzOy+esB/fXVDbAmL6Ce2yCEy+PESZih8GypKhi0B8XzoZHAAn3QNnQcMNwo9PrIfp3G1989nM/JQ1b8jwEinQ==", + "url": "https://registry.npmjs.org/@bazel/ibazel/-/ibazel-0.12.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__serialize-javascript__6.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serialize-javascript__6.0.2__links", + "package": "serialize-javascript", + "version": "6.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "randombytes": "2.1.0" + }, + "transitive_closure": { + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "serialize-javascript": [ + "6.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__execa__5.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__execa__5.1.1", + "package": "execa", + "version": "5.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "url": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__bonjour-service__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__bonjour-service__1.2.1__links", + "package": "bonjour-service", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fast-deep-equal": "3.1.3", + "multicast-dns": "7.2.5" + }, + "transitive_closure": { + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "bonjour-service": [ + "1.2.1" + ], + "dns-packet": [ + "5.6.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "thunky": [ + "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__default-browser-id__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__default-browser-id__5.0.0__links", + "package": "default-browser-id", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "default-browser-id": [ + "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_types_range-parser__1.2.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_range-parser__1.2.7__links", + "package": "@types/range-parser", + "version": "1.2.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/range-parser": [ + "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__rimraf__5.0.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__rimraf__5.0.5", + "package": "rimraf", + "version": "5.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", + "url": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__memfs__4.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__memfs__4.7.0__links", + "package": "memfs", + "version": "4.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "json-joy": "11.28.0", + "thingies": "1.16.0" + }, + "transitive_closure": { + "arg": [ + "5.0.2" + ], + "hyperdyperid": [ + "1.2.0" + ], + "json-joy": [ + "11.28.0" + ], + "memfs": [ + "4.7.0" + ], + "thingies": [ + "1.16.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": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tslib__2.6.2", + "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": false + } + }, + "npm__is-glob__4.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-glob__4.0.3__links", + "package": "is-glob", + "version": "4.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-extglob": "2.1.1" + }, + "transitive_closure": { + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-plain-obj__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-plain-obj__2.1.0__links", + "package": "is-plain-obj", + "version": "2.1.0", + "dev": false, + "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__picocolors__0.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__picocolors__0.2.1", + "package": "picocolors", + "version": "0.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "url": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_material-ui_types__5.1.0__at_types_react_16.14.56__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_types__5.1.0__at_types_react_16.14.56__links", + "package": "@material-ui/types", + "version": "5.1.0_@types+react@16.14.56", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/react": "16.14.56" + }, + "transitive_closure": { + "@material-ui/types": [ + "5.1.0_@types+react@16.14.56" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "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__commander__2.20.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__commander__2.20.3", + "package": "commander", + "version": "2.20.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "url": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_estree__0.0.51__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_estree__0.0.51__links", + "package": "@types/estree", + "version": "0.0.51", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/estree": [ + "0.0.51" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__accepts__1.3.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__accepts__1.3.8", + "package": "accepts", + "version": "1.3.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "url": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__big.js__5.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__big.js__5.2.2__links", + "package": "big.js", + "version": "5.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "big.js": [ + "5.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__scheduler__0.19.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__scheduler__0.19.1", + "package": "scheduler", + "version": "0.19.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", + "url": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", + "commit": "", + "patch_args": [], + "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__css-vendor__2.0.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-vendor__2.0.8", + "package": "css-vendor", + "version": "2.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==", + "url": "https://registry.npmjs.org/css-vendor/-/css-vendor-2.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__renderkid__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__renderkid__3.0.0__links", + "package": "renderkid", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "css-select": "4.3.0", + "dom-converter": "0.2.0", + "htmlparser2": "6.1.0", + "lodash": "4.17.21", + "strip-ansi": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "boolbase": [ + "1.0.0" + ], + "css-select": [ + "4.3.0" + ], + "css-what": [ + "6.1.0" + ], + "dom-converter": [ + "0.2.0" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "htmlparser2": [ + "6.1.0" + ], + "lodash": [ + "4.17.21" + ], + "nth-check": [ + "2.1.1" + ], + "renderkid": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "utila": [ + "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__fast-json-stable-stringify__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fast-json-stable-stringify__2.1.0__links", + "package": "fast-json-stable-stringify", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fast-json-stable-stringify": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__interpret__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__interpret__3.1.1", + "package": "interpret", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", + "url": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__acorn__8.11.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__acorn__8.11.3__links", + "package": "acorn", + "version": "8.11.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "acorn": [ + "8.11.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__emoji-regex__9.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__emoji-regex__9.2.2__links", + "package": "emoji-regex", + "version": "9.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "emoji-regex": [ + "9.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_jridgewell_trace-mapping__0.3.22__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_trace-mapping__0.3.22__links", + "package": "@jridgewell/trace-mapping", + "version": "0.3.22", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/resolve-uri": "3.1.2", + "@jridgewell/sourcemap-codec": "1.4.15" + }, + "transitive_closure": { + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__vary__1.1.2", + "package": "vary", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "url": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__media-typer__0.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__media-typer__0.3.0", + "package": "media-typer", + "version": "0.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "url": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pend__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pend__1.2.0__links", + "package": "pend", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pend": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__sumchecker__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__sumchecker__3.0.1", + "package": "sumchecker", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==", + "url": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_helper-api-error__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-api-error__1.11.1", + "package": "@webassemblyjs/helper-api-error", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__commander__2.20.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__commander__2.20.3__links", + "package": "commander", + "version": "2.20.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "2.20.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__pkg-dir__4.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pkg-dir__4.2.0__links", + "package": "pkg-dir", + "version": "4.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "find-up": "4.1.0" + }, + "transitive_closure": { + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ], + "pkg-dir": [ + "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__roarr__2.15.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__roarr__2.15.4", + "package": "roarr", + "version": "2.15.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", + "url": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fs-extra__8.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fs-extra__8.1.0", + "package": "fs-extra", + "version": "8.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-joy__11.28.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-joy__11.28.0__links", + "package": "json-joy", + "version": "11.28.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "arg": "5.0.2", + "hyperdyperid": "1.2.0", + "thingies": "1.16.0" + }, + "transitive_closure": { + "arg": [ + "5.0.2" + ], + "hyperdyperid": [ + "1.2.0" + ], + "json-joy": [ + "11.28.0" + ], + "thingies": [ + "1.16.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_prop-types__15.7.11__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_prop-types__15.7.11__links", + "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__interpret__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__interpret__3.1.1__links", + "package": "interpret", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "interpret": [ + "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__express__4.18.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__express__4.18.2", + "package": "express", + "version": "4.18.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "url": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-extract-imports__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-extract-imports__1.1.0", + "package": "postcss-modules-extract-imports", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zF9+UIEvtpeqMGxhpeT9XaIevQSrBBCz9fi7SwfkmjVacsSj8DY5eFVgn+wY8I9vvdDDwK5xC8Myq4UkoLFIkA==", + "url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-regex__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-regex__6.0.1__links", + "package": "ansi-regex", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-regex": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__set-blocking__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__set-blocking__2.0.0", + "package": "set-blocking", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "url": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_xtuc_long__4.2.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_xtuc_long__4.2.2", + "package": "@xtuc/long", + "version": "4.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "url": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yallist__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yallist__4.0.0__links", + "package": "yallist", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__shallow-clone__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__shallow-clone__3.0.1", + "package": "shallow-clone", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "url": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__locate-path__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__locate-path__5.0.0", + "package": "locate-path", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "url": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_emotion_hash__0.8.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_emotion_hash__0.8.0__links", + "package": "@emotion/hash", + "version": "0.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@emotion/hash": [ + "0.8.0" + ] + }, + "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": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__4.3.4", + "package": "debug", + "version": "4.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "url": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__to-regex-range__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__to-regex-range__5.0.1", + "package": "to-regex-range", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "url": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__destroy__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__destroy__1.2.0", + "package": "destroy", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "url": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__kind-of__6.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__kind-of__6.0.3__links", + "package": "kind-of", + "version": "6.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "kind-of": [ + "6.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__vscode-test__0.4.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__vscode-test__0.4.3", + "package": "vscode-test", + "version": "0.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EkMGqBSefZH2MgW65nY05rdRSko15uvzq4VAPM5jVmwYuFQKE7eikKXNJDRxL+OITXHB6pI+a3XqqD32Y3KC5w==", + "url": "https://registry.npmjs.org/vscode-test/-/vscode-test-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": false + } + }, + "npm__define-properties__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__define-properties__1.2.1__links", + "package": "define-properties", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-data-property": "1.1.4", + "has-property-descriptors": "1.0.2", + "object-keys": "1.1.1" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "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__fs.realpath__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fs.realpath__1.0.0__links", + "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__serve-index__1.9.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serve-index__1.9.1__links", + "package": "serve-index", + "version": "1.9.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "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__react-transition-group__4.4.5__wcqkhtmu7mswc6yz4uyexck3ty": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-transition-group__4.4.5__wcqkhtmu7mswc6yz4uyexck3ty", + "package": "react-transition-group", + "version": "4.4.5_wcqkhtmu7mswc6yz4uyexck3ty", + "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": false + } + }, + "npm__globalthis__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__globalthis__1.0.3__links", + "package": "globalthis", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-properties": "1.2.1" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "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__at_jridgewell_source-map__0.3.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_source-map__0.3.5__links", + "package": "@jridgewell/source-map", + "version": "0.3.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/gen-mapping": "0.3.3", + "@jridgewell/trace-mapping": "0.3.22" + }, + "transitive_closure": { + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__ansi-styles__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-styles__2.2.1__links", + "package": "ansi-styles", + "version": "2.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-styles": [ + "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__is-binary-path__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-binary-path__2.1.0", + "package": "is-binary-path", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "url": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_leichtgewicht_ip-codec__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_leichtgewicht_ip-codec__2.0.4__links", + "package": "@leichtgewicht/ip-codec", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@leichtgewicht/ip-codec": [ + "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__cookie__0.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cookie__0.5.0__links", + "package": "cookie", + "version": "0.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cookie": [ + "0.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__use-sync-external-store__1.2.0__react_16.14.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__use-sync-external-store__1.2.0__react_16.14.0", + "package": "use-sync-external-store", + "version": "1.2.0_react@16.14.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", + "url": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__entities__2.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__entities__2.2.0", + "package": "entities", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "url": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__set-function-length__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__set-function-length__1.2.1__links", + "package": "set-function-length", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-data-property": "1.1.4", + "es-errors": "1.3.0", + "function-bind": "1.1.2", + "get-intrinsic": "1.2.4", + "gopd": "1.0.1", + "has-property-descriptors": "1.0.2" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "set-function-length": [ + "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_webassemblyjs_ast__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_ast__1.11.1__links", + "package": "@webassemblyjs/ast", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + }, + "transitive_closure": { + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@xtuc/long": [ + "4.2.2" + ] + }, + "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": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__camelcase__6.3.0", + "package": "camelcase", + "version": "6.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "url": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-json-comments__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-json-comments__3.1.1", + "package": "strip-json-comments", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "url": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_chai__4.3.11": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_chai__4.3.11", + "package": "@types/chai", + "version": "4.3.11", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/chai" + ] + }, + "integrity": "sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==", + "url": "https://registry.npmjs.org/@types/chai/-/chai-4.3.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__concat-map__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__concat-map__0.0.1__links", + "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__at_types_css-modules-loader-core__1.1.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_css-modules-loader-core__1.1.4", + "package": "@types/css-modules-loader-core", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gmcx1j17A1mgDMjYxQNMw1YvvZSF0YwawECsswa3eQoASxsNCb6cCiI8XilodktXK/4UiyWB+2wyaC2+SVeNNg==", + "url": "https://registry.npmjs.org/@types/css-modules-loader-core/-/css-modules-loader-core-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__selfsigned__2.4.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__selfsigned__2.4.1", + "package": "selfsigned", + "version": "2.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "url": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jridgewell_gen-mapping__0.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_gen-mapping__0.3.3__links", + "package": "@jridgewell/gen-mapping", + "version": "0.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/set-array": "1.1.2", + "@jridgewell/sourcemap-codec": "1.4.15", + "@jridgewell/trace-mapping": "0.3.22" + }, + "transitive_closure": { + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_responselike__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_responselike__1.0.3", + "package": "@types/responselike", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==", + "url": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__node-forge__1.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__node-forge__1.3.1__links", + "package": "node-forge", + "version": "1.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-forge": [ + "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__terser__5.27.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__terser__5.27.1", + "package": "terser", + "version": "5.27.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-29wAr6UU/oQpnTw5HoadwjUZnFQXGdOfj0LjZ4sVxzqwHh/QVkvr7m8y9WoR4iN3FRitVduTc6KdjcW38Npsug==", + "url": "https://registry.npmjs.org/terser/-/terser-5.27.1.tgz", + "commit": "", + "patch_args": [], + "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__globalthis__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__globalthis__1.0.3", + "package": "globalthis", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "url": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__content-type__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__content-type__1.0.5", + "package": "content-type", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "url": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-transition-group__4.4.5__wcqkhtmu7mswc6yz4uyexck3ty__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-transition-group__4.4.5__wcqkhtmu7mswc6yz4uyexck3ty__links", + "package": "react-transition-group", + "version": "4.4.5_wcqkhtmu7mswc6yz4uyexck3ty", + "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": "16.14.0", + "react-dom": "16.14.0_react@16.14.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "csstype": [ + "3.1.3" + ], + "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": [ + "16.14.0" + ], + "react-dom": [ + "16.14.0_react@16.14.0" + ], + "react-is": [ + "16.13.1" + ], + "react-transition-group": [ + "4.4.5_wcqkhtmu7mswc6yz4uyexck3ty" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "scheduler": [ + "0.19.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__bundle-name__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__bundle-name__4.1.0__links", + "package": "bundle-name", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "run-applescript": "7.0.0" + }, + "transitive_closure": { + "bundle-name": [ + "4.1.0" + ], + "run-applescript": [ + "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__esrecurse__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__esrecurse__4.3.0", + "package": "esrecurse", + "version": "4.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "url": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__diff__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__diff__5.2.0__links", + "package": "diff", + "version": "5.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "diff" + ] + }, + "deps": {}, + "transitive_closure": { + "diff": [ + "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__ms__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ms__2.0.0__links", + "package": "ms", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ms": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_material-ui__0.21.16": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_material-ui__0.21.16", + "package": "@types/material-ui", + "version": "0.21.16", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/material-ui" + ] + }, + "integrity": "sha512-US8P5IsLguspYFDtkG4097KZDyqz/GqBm0uftcZ2h2fTzyzLqJuFk8BliEQ9VS3EviRDJaB6l29gps3hkCTm7Q==", + "url": "https://registry.npmjs.org/@types/material-ui/-/material-ui-0.21.16.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__picomatch__2.3.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__picomatch__2.3.1", + "package": "picomatch", + "version": "2.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "url": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mimic-response__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mimic-response__1.0.1", + "package": "mimic-response", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "url": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__sockjs__0.3.24__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__sockjs__0.3.24__links", + "package": "sockjs", + "version": "0.3.24", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "faye-websocket": "0.11.4", + "uuid": "8.3.2", + "websocket-driver": "0.7.4" + }, + "transitive_closure": { + "faye-websocket": [ + "0.11.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "safe-buffer": [ + "5.2.1" + ], + "sockjs": [ + "0.3.24" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "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__require-main-filename__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__require-main-filename__2.0.0", + "package": "require-main-filename", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "url": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_material-ui_types__5.1.0__at_types_react_16.14.56": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_types__5.1.0__at_types_react_16.14.56", + "package": "@material-ui/types", + "version": "5.1.0_@types+react@16.14.56", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==", + "url": "https://registry.npmjs.org/@material-ui/types/-/types-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jsonfile__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jsonfile__4.0.0", + "package": "jsonfile", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "url": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__picocolors__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__picocolors__1.0.0", + "package": "picocolors", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "url": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__readable-stream__3.6.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__readable-stream__3.6.2", + "package": "readable-stream", + "version": "3.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__diff__3.5.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__diff__3.5.0", + "package": "diff", + "version": "3.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", + "url": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-scurry__1.10.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-scurry__1.10.1__links", + "package": "path-scurry", + "version": "1.10.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lru-cache": "10.2.0", + "minipass": "7.0.4" + }, + "transitive_closure": { + "lru-cache": [ + "10.2.0" + ], + "minipass": [ + "7.0.4" + ], + "path-scurry": [ + "1.10.1" + ] + }, + "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__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__statuses__2.0.1__links", + "package": "statuses", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "statuses": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__webpack-dev-server__5.0.1__knjacnq72ipf5lm6n3lhyxjice__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-dev-server__5.0.1__knjacnq72ipf5lm6n3lhyxjice__links", + "package": "webpack-dev-server", + "version": "5.0.1_knjacnq72ipf5lm6n3lhyxjice", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "webpack-dev-server" + ] + }, + "deps": { + "@types/bonjour": "3.5.13", + "@types/connect-history-api-fallback": "1.5.4", + "@types/express": "4.17.21", + "@types/serve-index": "1.9.4", + "@types/serve-static": "1.15.5", + "@types/sockjs": "0.3.36", + "@types/ws": "8.5.10", + "ansi-html-community": "0.0.8", + "bonjour-service": "1.2.1", + "chokidar": "3.6.0", + "colorette": "2.0.20", + "compression": "1.7.4", + "connect-history-api-fallback": "2.0.0", + "default-gateway": "6.0.3", + "express": "4.18.2", + "graceful-fs": "4.2.11", + "html-entities": "2.4.0", + "http-proxy-middleware": "2.0.6_@types+express@4.17.21", + "ipaddr.js": "2.1.0", + "launch-editor": "2.6.1", + "open": "10.0.3", + "p-retry": "6.2.0", + "rimraf": "5.0.5", + "schema-utils": "4.2.0", + "selfsigned": "2.4.1", + "serve-index": "1.9.1", + "sockjs": "0.3.24", + "spdy": "4.0.2", + "webpack": "5.75.0_webpack-cli@5.1.4", + "webpack-cli": "5.1.4_t3pf3xxpad7nh7xke3uv4tayni", + "webpack-dev-middleware": "7.0.0_webpack@5.75.0", + "ws": "8.16.0" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__css-loader__6.7.3__webpack_5.75.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-loader__6.7.3__webpack_5.75.0__links", + "package": "css-loader", + "version": "6.7.3_webpack@5.75.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "css-loader" + ] + }, + "deps": { + "icss-utils": "5.1.0_postcss@8.4.35", + "postcss": "8.4.35", + "postcss-modules-extract-imports": "3.0.0_postcss@8.4.35", + "postcss-modules-local-by-default": "4.0.4_postcss@8.4.35", + "postcss-modules-scope": "3.1.1_postcss@8.4.35", + "postcss-modules-values": "4.0.0_postcss@8.4.35", + "postcss-value-parser": "4.2.0", + "semver": "7.6.0", + "webpack": "5.75.0_webpack-cli@5.1.4" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "css-loader": [ + "6.7.3_webpack@5.75.0" + ], + "cssesc": [ + "3.0.0" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "icss-utils": [ + "5.1.0_postcss@8.4.35" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0", + "6.0.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "nanoid": [ + "3.3.7" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "postcss": [ + "8.4.35" + ], + "postcss-modules-extract-imports": [ + "3.0.0_postcss@8.4.35" + ], + "postcss-modules-local-by-default": [ + "4.0.4_postcss@8.4.35" + ], + "postcss-modules-scope": [ + "3.1.1_postcss@8.4.35" + ], + "postcss-modules-values": [ + "4.0.0_postcss@8.4.35" + ], + "postcss-selector-parser": [ + "6.0.15" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "semver": [ + "7.6.0" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-js": [ + "1.0.2" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "ws": [ + "8.16.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__css-selector-tokenizer__0.7.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-selector-tokenizer__0.7.3", + "package": "css-selector-tokenizer", + "version": "0.7.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==", + "url": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__brace-expansion__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__brace-expansion__2.0.1__links", + "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__hyphenate-style-name__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hyphenate-style-name__1.0.4", + "package": "hyphenate-style-name", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==", + "url": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__on-finished__2.4.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__on-finished__2.4.1", + "package": "on-finished", + "version": "2.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "url": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jss-plugin-camel-case__10.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-camel-case__10.10.0__links", + "package": "jss-plugin-camel-case", + "version": "10.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "hyphenate-style-name": "1.0.4", + "jss": "10.10.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "csstype": [ + "3.1.3" + ], + "hyphenate-style-name": [ + "1.0.4" + ], + "is-in-browser": [ + "1.1.3" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-camel-case": [ + "10.10.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "tiny-warning": [ + "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__dot-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dot-case__3.0.4", + "package": "dot-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "url": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-symbols__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-symbols__1.0.3", + "package": "has-symbols", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-schema-traverse__0.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-schema-traverse__0.4.1__links", + "package": "json-schema-traverse", + "version": "0.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-schema-traverse": [ + "0.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__shebang-command__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__shebang-command__2.0.0__links", + "package": "shebang-command", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "shebang-regex": "3.0.0" + }, + "transitive_closure": { + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__find-up__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__find-up__5.0.0__links", + "package": "find-up", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "locate-path": "6.0.0", + "path-exists": "4.0.0" + }, + "transitive_closure": { + "find-up": [ + "5.0.0" + ], + "locate-path": [ + "6.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__thingies__1.16.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__thingies__1.16.0", + "package": "thingies", + "version": "1.16.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J23AVs11hSQxuJxvfQyMIaS9z1QpDxOCvMkL3ZxZl8/jmkgmnNGWrlyNxVz6Jbh0U6DuGmHqq6f7zUROfg/ncg==", + "url": "https://registry.npmjs.org/thingies/-/thingies-1.16.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_send__0.17.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_send__0.17.4", + "package": "@types/send", + "version": "0.17.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "url": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_pkgjs_parseargs__0.11.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_pkgjs_parseargs__0.11.0__links", + "package": "@pkgjs/parseargs", + "version": "0.11.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@pkgjs/parseargs": [ + "0.11.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__bytes__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__bytes__3.0.0__links", + "package": "bytes", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "bytes": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__deep-eql__4.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__deep-eql__4.1.3__links", + "package": "deep-eql", + "version": "4.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "type-detect": "4.0.8" + }, + "transitive_closure": { + "deep-eql": [ + "4.1.3" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__neo-async__2.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__neo-async__2.6.2__links", + "package": "neo-async", + "version": "2.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "neo-async": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__config-chain__1.1.13__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__config-chain__1.1.13__links", + "package": "config-chain", + "version": "1.1.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ini": "1.3.8", + "proto-list": "1.2.4" + }, + "transitive_closure": { + "config-chain": [ + "1.1.13" + ], + "ini": [ + "1.3.8" + ], + "proto-list": [ + "1.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__open__10.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__open__10.0.3", + "package": "open", + "version": "10.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dtbI5oW7987hwC9qjJTyABldTaa19SuyJse1QboWv3b0qCcrrLNVDqBx1XgELAjh9QTVQaP/C5b1nhQebd1H2A==", + "url": "https://registry.npmjs.org/open/-/open-10.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__utils-merge__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__utils-merge__1.0.1", + "package": "utils-merge", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "url": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__human-signals__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__human-signals__2.1.0__links", + "package": "human-signals", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "human-signals": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__spdy-transport__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__spdy-transport__3.0.0__links", + "package": "spdy-transport", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4", + "detect-node": "2.1.0", + "hpack.js": "2.1.6", + "obuf": "1.1.2", + "readable-stream": "3.6.2", + "wbuf": "1.7.3" + }, + "transitive_closure": { + "core-util-is": [ + "1.0.3" + ], + "debug": [ + "4.3.4" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "inherits": [ + "2.0.4" + ], + "isarray": [ + "1.0.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "ms": [ + "2.1.2" + ], + "obuf": [ + "1.1.2" + ], + "process-nextick-args": [ + "2.0.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "safe-buffer": [ + "5.1.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "string_decoder": [ + "1.1.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "wbuf": [ + "1.7.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": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_set-array__1.1.2", + "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": false + } + }, + "npm__function-bind__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__function-bind__1.1.2__links", + "package": "function-bind", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_mime__1.3.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_mime__1.3.5", + "package": "@types/mime", + "version": "1.3.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "url": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__parseurl__1.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__parseurl__1.3.3__links", + "package": "parseurl", + "version": "1.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "parseurl": [ + "1.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__raw-body__2.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__raw-body__2.5.1__links", + "package": "raw-body", + "version": "2.5.1", + "dev": false, + "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.1" + ], + "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__color-name__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__color-name__1.1.4__links", + "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__camelcase__5.3.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__camelcase__5.3.1", + "package": "camelcase", + "version": "5.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "url": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_material-ui_system__4.12.2__v562uftptxx4nsa5btkapyyqhu": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_system__4.12.2__v562uftptxx4nsa5btkapyyqhu", + "package": "@material-ui/system", + "version": "4.12.2_v562uftptxx4nsa5btkapyyqhu", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6CSKu2MtmiJgcCGf6nBQpM8fLkuB9F55EKfbdTC80NND5wpTmKzwdhLYLH3zL4cLlK0gVaaltW7/wMuyTnN0Lw==", + "url": "https://registry.npmjs.org/@material-ui/system/-/system-4.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": false + } + }, + "npm__history__4.10.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__history__4.10.1", + "package": "history", + "version": "4.10.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", + "url": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__readdirp__3.6.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__readdirp__3.6.0", + "package": "readdirp", + "version": "3.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "url": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_discoveryjs_json-ext__0.5.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_discoveryjs_json-ext__0.5.7", + "package": "@discoveryjs/json-ext", + "version": "0.5.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "url": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cacheable-request__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cacheable-request__6.1.0__links", + "package": "cacheable-request", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "clone-response": "1.0.3", + "get-stream": "5.2.0", + "http-cache-semantics": "4.1.1", + "keyv": "3.1.0", + "lowercase-keys": "2.0.0", + "normalize-url": "4.5.1", + "responselike": "1.0.2" + }, + "transitive_closure": { + "cacheable-request": [ + "6.1.0" + ], + "clone-response": [ + "1.0.3" + ], + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "5.2.0" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "json-buffer": [ + "3.0.0" + ], + "keyv": [ + "3.1.0" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "mimic-response": [ + "1.0.1" + ], + "normalize-url": [ + "4.5.1" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "responselike": [ + "1.0.2" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__depd__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__depd__1.1.2__links", + "package": "depd", + "version": "1.1.2", + "dev": false, + "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__ansi-styles__6.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-styles__6.2.1", + "package": "ansi-styles", + "version": "6.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-dev-middleware__7.0.0__webpack_5.75.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-dev-middleware__7.0.0__webpack_5.75.0", + "package": "webpack-dev-middleware", + "version": "7.0.0_webpack@5.75.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tZ5hqsWwww/8DislmrzXE3x+4f+v10H1z57mA2dWFrILb4i3xX+dPhTkcdR0DLyQztrhF2AUmO5nN085UYjd/Q==", + "url": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_floating-point-hex-parser__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_floating-point-hex-parser__1.11.1__links", + "package": "@webassemblyjs/floating-point-hex-parser", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ] + }, + "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.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__regenerator-runtime__0.14.1", + "package": "regenerator-runtime", + "version": "0.14.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mobx__6.12.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mobx__6.12.0", + "package": "mobx", + "version": "6.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "mobx" + ] + }, + "integrity": "sha512-Mn6CN6meXEnMa0a5u6a5+RKrqRedHBhZGd15AWLk9O6uFY4KYHzImdt8JI8WODo1bjTSRnwXhJox+FCUZhCKCQ==", + "url": "https://registry.npmjs.org/mobx/-/mobx-6.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_json-schema__7.0.15": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_json-schema__7.0.15", + "package": "@types/json-schema", + "version": "7.0.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "url": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lowercase-keys__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lowercase-keys__1.0.1", + "package": "lowercase-keys", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "url": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__decamelize__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__decamelize__1.2.0", + "package": "decamelize", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "url": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__serialize-javascript__6.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serialize-javascript__6.0.2", + "package": "serialize-javascript", + "version": "6.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "url": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mimic-response__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mimic-response__1.0.1__links", + "package": "mimic-response", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mimic-response": [ + "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__serialize-javascript__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serialize-javascript__6.0.0", + "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": false + } + }, + "npm__wrap-ansi__8.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wrap-ansi__8.1.0", + "package": "wrap-ansi", + "version": "8.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_translate_lock.bzl", + "ruleClassName": "npm_translate_lock_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm", + "pnpm_lock": "@@//:pnpm-lock.yaml", + "update_pnpm_lock": false, + "use_home_npmrc": false, + "patches": {}, + "patch_args": {}, + "custom_postinstalls": {}, + "package_visibility": {}, + "prod": false, + "public_hoist_packages": {}, + "dev": false, + "no_optional": false, + "lifecycle_hooks": { + "*": [ + "preinstall", + "install", + "postinstall" + ] + }, + "lifecycle_hooks_envs": {}, + "lifecycle_hooks_execution_requirements": { + "*": [ + "no-sandbox" + ] + }, + "bins": {}, + "verify_node_modules_ignored": "@@//:.bazelignore", + "external_repository_action_cache": ".aspect/rules/external_repository_action_cache", + "link_workspace": "", + "root_package": ".", + "additional_file_contents": {}, + "repositories_bzl_filename": "repositories.bzl", + "defs_bzl_filename": "defs.bzl", + "generate_bzl_library_targets": false, + "data": [], + "preupdate": [], + "quiet": true, + "update_pnpm_lock_node_toolchain_prefix": "nodejs", + "npm_package_target_name": "{dirname}" + } + }, + "npm__strip-ansi__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-ansi__6.0.1", + "package": "strip-ansi", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_connect__3.4.38": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_connect__3.4.38", + "package": "@types/connect", + "version": "3.4.38", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "url": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mimic-fn__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mimic-fn__2.1.0", + "package": "mimic-fn", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "url": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__minimist__0.0.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimist__0.0.8", + "package": "minimist", + "version": "0.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==", + "url": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_ws__8.5.10__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_ws__8.5.10__links", + "package": "@types/ws", + "version": "8.5.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/node": [ + "20.11.19" + ], + "@types/ws": [ + "8.5.10" + ], + "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__dom-converter__0.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dom-converter__0.2.0", + "package": "dom-converter", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "url": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__loader-utils__1.4.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__loader-utils__1.4.2__links", + "package": "loader-utils", + "version": "1.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "big.js": "5.2.2", + "emojis-list": "3.0.0", + "json5": "1.0.2" + }, + "transitive_closure": { + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "json5": [ + "1.0.2" + ], + "loader-utils": [ + "1.4.2" + ], + "minimist": [ + "1.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__html-minifier-terser__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__html-minifier-terser__6.1.0__links", + "package": "html-minifier-terser", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "camel-case": "4.1.2", + "clean-css": "5.3.3", + "commander": "8.3.0", + "he": "1.2.0", + "param-case": "3.0.4", + "relateurl": "0.2.7", + "terser": "5.27.1" + }, + "transitive_closure": { + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "acorn": [ + "8.11.3" + ], + "buffer-from": [ + "1.1.2" + ], + "camel-case": [ + "4.1.2" + ], + "clean-css": [ + "5.3.3" + ], + "commander": [ + "2.20.3", + "8.3.0" + ], + "dot-case": [ + "3.0.4" + ], + "he": [ + "1.2.0" + ], + "html-minifier-terser": [ + "6.1.0" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "param-case": [ + "3.0.4" + ], + "pascal-case": [ + "3.1.2" + ], + "relateurl": [ + "0.2.7" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "terser": [ + "5.27.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__define-lazy-prop__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__define-lazy-prop__3.0.0", + "package": "define-lazy-prop", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", + "url": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-core-module__2.13.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-core-module__2.13.1", + "package": "is-core-module", + "version": "2.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "url": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mime__1.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mime__1.6.0__links", + "package": "mime", + "version": "1.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mime": [ + "1.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__glob-to-regexp__0.4.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob-to-regexp__0.4.1", + "package": "glob-to-regexp", + "version": "0.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "url": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__find-up__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__find-up__4.1.0__links", + "package": "find-up", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "locate-path": "5.0.0", + "path-exists": "4.0.0" + }, + "transitive_closure": { + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_isaacs_cliui__8.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_isaacs_cliui__8.0.2__links", + "package": "@isaacs/cliui", + "version": "8.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "string-width": "5.1.2", + "string-width-cjs": "/string-width/4.2.3", + "strip-ansi": "7.1.0", + "strip-ansi-cjs": "/strip-ansi/6.0.1", + "wrap-ansi": "8.1.0", + "wrap-ansi-cjs": "/wrap-ansi/7.0.0" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__supports-color__8.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__8.1.1__links", + "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__jss-plugin-global__10.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-global__10.10.0__links", + "package": "jss-plugin-global", + "version": "10.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "jss": "10.10.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "csstype": [ + "3.1.3" + ], + "is-in-browser": [ + "1.1.3" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-global": [ + "10.10.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "tiny-warning": [ + "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__ansi-styles__2.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-styles__2.2.1", + "package": "ansi-styles", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fast-deep-equal__3.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fast-deep-equal__3.1.3", + "package": "fast-deep-equal", + "version": "3.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "url": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-scope__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-scope__1.1.0__links", + "package": "postcss-modules-scope", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "css-selector-tokenizer": "0.7.3", + "postcss": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "2.1.1" + ], + "ansi-styles": [ + "2.2.1" + ], + "chalk": [ + "1.1.3" + ], + "css-selector-tokenizer": [ + "0.7.3" + ], + "cssesc": [ + "3.0.0" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "fastparse": [ + "1.1.2" + ], + "has-ansi": [ + "2.0.0" + ], + "has-flag": [ + "1.0.0" + ], + "postcss": [ + "6.0.1" + ], + "postcss-modules-scope": [ + "1.1.0" + ], + "source-map": [ + "0.5.7" + ], + "strip-ansi": [ + "3.0.1" + ], + "supports-color": [ + "2.0.0", + "3.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__workerpool__6.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__workerpool__6.2.1__links", + "package": "workerpool", + "version": "6.2.1", + "dev": false, + "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__domutils__2.8.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__domutils__2.8.0", + "package": "domutils", + "version": "2.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "url": "https://registry.npmjs.org/domutils/-/domutils-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": false + } + }, + "npm__postcss__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss__6.0.1__links", + "package": "postcss", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "1.1.3", + "source-map": "0.5.7", + "supports-color": "3.2.3" + }, + "transitive_closure": { + "ansi-regex": [ + "2.1.1" + ], + "ansi-styles": [ + "2.2.1" + ], + "chalk": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-ansi": [ + "2.0.0" + ], + "has-flag": [ + "1.0.0" + ], + "postcss": [ + "6.0.1" + ], + "source-map": [ + "0.5.7" + ], + "strip-ansi": [ + "3.0.1" + ], + "supports-color": [ + "2.0.0", + "3.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__csstype__2.6.21": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__csstype__2.6.21", + "package": "csstype", + "version": "2.6.21", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==", + "url": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-scope__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-scope__1.1.0", + "package": "postcss-modules-scope", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LTYwnA4C1He1BKZXIx1CYiHixdSe9LWYVKadq9lK5aCCMkoOkFyZ7aigt+srfjlRplJY3gIol6KUNefdMQJdlw==", + "url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__growl__1.10.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__growl__1.10.5__links", + "package": "growl", + "version": "1.10.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "growl": [ + "1.10.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_connect__3.4.38__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_connect__3.4.38__links", + "package": "@types/connect", + "version": "3.4.38", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/connect": [ + "3.4.38" + ], + "@types/node": [ + "20.11.19" + ], + "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__10.3.10__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob__10.3.10__links", + "package": "glob", + "version": "10.3.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "foreground-child": "3.1.1", + "jackspeak": "2.3.6", + "minimatch": "9.0.3", + "minipass": "7.0.4", + "path-scurry": "1.10.1" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "cross-spawn": [ + "7.0.3" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "foreground-child": [ + "3.1.1" + ], + "glob": [ + "10.3.10" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "lru-cache": [ + "10.2.0" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "path-key": [ + "3.1.1" + ], + "path-scurry": [ + "1.10.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__p-limit__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-limit__3.1.0", + "package": "p-limit", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "url": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chokidar__3.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chokidar__3.6.0__links", + "package": "chokidar", + "version": "3.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fsevents": "2.3.3", + "anymatch": "3.1.3", + "braces": "3.0.2", + "glob-parent": "5.1.2", + "is-binary-path": "2.1.0", + "is-glob": "4.0.3", + "normalize-path": "3.0.0", + "readdirp": "3.6.0" + }, + "transitive_closure": { + "anymatch": [ + "3.1.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "braces": [ + "3.0.2" + ], + "chokidar": [ + "3.6.0" + ], + "fill-range": [ + "7.0.1" + ], + "fsevents": [ + "2.3.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "normalize-path": [ + "3.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "readdirp": [ + "3.6.0" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__body-parser__1.20.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__body-parser__1.20.1", + "package": "body-parser", + "version": "1.20.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "url": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob__7.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob__7.1.2", + "package": "glob", + "version": "7.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", + "url": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pathval__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pathval__1.1.1", + "package": "pathval", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", + "url": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__concat-stream__1.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__concat-stream__1.6.2__links", + "package": "concat-stream", + "version": "1.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-from": "1.1.2", + "inherits": "2.0.4", + "readable-stream": "2.3.8", + "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.8" + ], + "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__at_jridgewell_resolve-uri__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_resolve-uri__3.1.2__links", + "package": "@jridgewell/resolve-uri", + "version": "3.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@jridgewell/resolve-uri": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__growl__1.10.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__growl__1.10.5", + "package": "growl", + "version": "1.10.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "url": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-extglob__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-extglob__2.1.1", + "package": "is-extglob", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "url": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-selector-parser__6.0.15": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-selector-parser__6.0.15", + "package": "postcss-selector-parser", + "version": "6.0.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", + "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__encodeurl__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__encodeurl__1.0.2__links", + "package": "encodeurl", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "encodeurl": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__update-browserslist-db__1.0.13__browserslist_4.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__update-browserslist-db__1.0.13__browserslist_4.23.0__links", + "package": "update-browserslist-db", + "version": "1.0.13_browserslist@4.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.23.0", + "escalade": "3.1.2", + "picocolors": "1.0.0" + }, + "transitive_closure": { + "browserslist": [ + "4.23.0" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "escalade": [ + "3.1.2" + ], + "node-releases": [ + "2.0.14" + ], + "picocolors": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__minimist__1.2.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimist__1.2.8", + "package": "minimist", + "version": "1.2.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "url": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-key__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-key__3.1.1", + "package": "path-key", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "url": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-is__16.13.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-is__16.13.1", + "package": "react-is", + "version": "16.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "url": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_leichtgewicht_ip-codec__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_leichtgewicht_ip-codec__2.0.4", + "package": "@leichtgewicht/ip-codec", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", + "url": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cross-spawn__7.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cross-spawn__7.0.3__links", + "package": "cross-spawn", + "version": "7.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "path-key": "3.1.1", + "shebang-command": "2.0.0", + "which": "2.0.2" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "isexe": [ + "2.0.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__prop-types__15.8.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__prop-types__15.8.1__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-is__17.0.2__links", + "package": "react-is", + "version": "17.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "react-is": [ + "17.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__proxy-addr__2.0.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__proxy-addr__2.0.7", + "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": false + } + }, + "npm__debug__4.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__4.3.4__links", + "package": "debug", + "version": "4.3.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ms": "2.1.2" + }, + "transitive_closure": { + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__estraverse__5.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__estraverse__5.3.0__links", + "package": "estraverse", + "version": "5.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "estraverse": [ + "5.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-fullwidth-code-point__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-fullwidth-code-point__3.0.0", + "package": "is-fullwidth-code-point", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "url": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs-unparser__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs-unparser__2.0.0__links", + "package": "yargs-unparser", + "version": "2.0.0", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__color-convert__2.0.1", + "package": "color-convert", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_node-forge__1.3.11": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_node-forge__1.3.11", + "package": "@types/node-forge", + "version": "1.3.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", + "url": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__compressible__2.0.18": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__compressible__2.0.18", + "package": "compressible", + "version": "2.0.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "url": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_html-minifier-terser__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_html-minifier-terser__6.1.0", + "package": "@types/html-minifier-terser", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", + "url": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cacheable-request__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cacheable-request__6.1.0", + "package": "cacheable-request", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "url": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs-unparser__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs-unparser__2.0.0", + "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": false + } + }, + "npm__mocha__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mocha__5.2.0__links", + "package": "mocha", + "version": "5.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browser-stdout": "1.3.1", + "commander": "2.15.1", + "debug": "3.1.0_supports-color@5.4.0", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "glob": "7.1.2", + "growl": "1.10.5", + "he": "1.1.1", + "minimatch": "3.0.4", + "mkdirp": "0.5.1", + "supports-color": "5.4.0" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "browser-stdout": [ + "1.3.1" + ], + "commander": [ + "2.15.1" + ], + "concat-map": [ + "0.0.1" + ], + "debug": [ + "3.1.0_supports-color@5.4.0" + ], + "diff": [ + "3.5.0" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "fs.realpath": [ + "1.0.0" + ], + "glob": [ + "7.1.2" + ], + "growl": [ + "1.10.5" + ], + "has-flag": [ + "3.0.0" + ], + "he": [ + "1.1.1" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "3.0.4", + "3.1.2" + ], + "minimist": [ + "0.0.8" + ], + "mkdirp": [ + "0.5.1" + ], + "mocha": [ + "5.2.0" + ], + "ms": [ + "2.0.0" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "supports-color": [ + "5.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__strip-ansi__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-ansi__6.0.1__links", + "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__css-what__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-what__6.1.0__links", + "package": "css-what", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "css-what": [ + "6.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__enhanced-resolve__5.15.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__enhanced-resolve__5.15.0__links", + "package": "enhanced-resolve", + "version": "5.15.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "tapable": "2.2.1" + }, + "transitive_closure": { + "enhanced-resolve": [ + "5.15.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "tapable": [ + "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__fd-slicer__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fd-slicer__1.1.0__links", + "package": "fd-slicer", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "pend": "1.2.0" + }, + "transitive_closure": { + "fd-slicer": [ + "1.1.0" + ], + "pend": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-inside-container__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-inside-container__1.0.0", + "package": "is-inside-container", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", + "url": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__semver__7.6.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__semver__7.6.0", + "package": "semver", + "version": "7.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "url": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ajv__6.12.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv__6.12.6__links", + "package": "ajv", + "version": "6.12.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fast-deep-equal": "3.1.3", + "fast-json-stable-stringify": "2.1.0", + "json-schema-traverse": "0.4.1", + "uri-js": "4.4.1" + }, + "transitive_closure": { + "ajv": [ + "6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "punycode": [ + "2.3.1" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__fs-extra__8.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fs-extra__8.1.0__links", + "package": "fs-extra", + "version": "8.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "jsonfile": "4.0.0", + "universalify": "0.1.2" + }, + "transitive_closure": { + "fs-extra": [ + "8.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "4.0.0" + ], + "universalify": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__lowercase-keys__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lowercase-keys__2.0.0", + "package": "lowercase-keys", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "url": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_mime__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_mime__3.0.4__links", + "package": "@types/mime", + "version": "3.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/mime": [ + "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__debug__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__3.1.0", + "package": "debug", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "url": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-final-newline__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-final-newline__2.0.0__links", + "package": "strip-final-newline", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-final-newline": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_ws__8.5.10": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_ws__8.5.10", + "package": "@types/ws", + "version": "8.5.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", + "url": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chalk__4.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chalk__4.1.2__links", + "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__jss__10.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss__10.10.0__links", + "package": "jss", + "version": "10.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "csstype": "3.1.3", + "is-in-browser": "1.1.3", + "tiny-warning": "1.0.3" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "csstype": [ + "3.1.3" + ], + "is-in-browser": [ + "1.1.3" + ], + "jss": [ + "10.10.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "tiny-warning": [ + "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__matcher__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__matcher__3.0.0", + "package": "matcher", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", + "url": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dom-helpers__5.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dom-helpers__5.2.1__links", + "package": "dom-helpers", + "version": "5.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "csstype": "3.1.3" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "csstype": [ + "3.1.3" + ], + "dom-helpers": [ + "5.2.1" + ], + "regenerator-runtime": [ + "0.14.1" + ] + }, + "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__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__he__1.2.0__links", + "package": "he", + "version": "1.2.0", + "dev": false, + "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__spdy__4.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__spdy__4.0.2", + "package": "spdy", + "version": "4.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "url": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__media-typer__0.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__media-typer__0.3.0__links", + "package": "media-typer", + "version": "0.3.0", + "dev": false, + "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__rechoir__0.8.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__rechoir__0.8.0", + "package": "rechoir", + "version": "0.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", + "url": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_estree__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_estree__1.0.5__links", + "package": "@types/estree", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/estree": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_emotion_hash__0.8.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_emotion_hash__0.8.0", + "package": "@emotion/hash", + "version": "0.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==", + "url": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__balanced-match__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__balanced-match__1.0.2", + "package": "balanced-match", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "url": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__schema-utils__4.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__schema-utils__4.2.0", + "package": "schema-utils", + "version": "4.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__js-tokens__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__js-tokens__4.0.0__links", + "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__param-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__param-case__3.0.4__links", + "package": "param-case", + "version": "3.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "dot-case": "3.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "dot-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "param-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-fullwidth-code-point__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-fullwidth-code-point__3.0.0__links", + "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__mobx-react-lite__4.0.5__hxlqgktoeg6ke2nc2t7d4vtdw4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mobx-react-lite__4.0.5__hxlqgktoeg6ke2nc2t7d4vtdw4__links", + "package": "mobx-react-lite", + "version": "4.0.5_hxlqgktoeg6ke2nc2t7d4vtdw4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mobx": "6.12.0", + "react": "16.14.0", + "react-dom": "16.14.0_react@16.14.0", + "use-sync-external-store": "1.2.0_react@16.14.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "mobx": [ + "6.12.0" + ], + "mobx-react-lite": [ + "4.0.5_hxlqgktoeg6ke2nc2t7d4vtdw4" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-dom": [ + "16.14.0_react@16.14.0" + ], + "react-is": [ + "16.13.1" + ], + "scheduler": [ + "0.19.1" + ], + "use-sync-external-store": [ + "1.2.0_react@16.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__electron__11.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__electron__11.5.0__links", + "package": "electron", + "version": "11.5.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "electron" + ] + }, + "deps": { + "@electron/get": "1.14.1", + "@types/node": "12.20.55", + "extract-zip": "1.7.0" + }, + "transitive_closure": { + "@electron/get": [ + "1.14.1" + ], + "@sindresorhus/is": [ + "0.14.0" + ], + "@szmarczak/http-timer": [ + "1.1.2" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "12.20.55" + ], + "@types/responselike": [ + "1.0.3" + ], + "boolean": [ + "3.2.0" + ], + "buffer-crc32": [ + "0.2.13" + ], + "buffer-from": [ + "1.1.2" + ], + "cacheable-request": [ + "6.1.0" + ], + "clone-response": [ + "1.0.3" + ], + "concat-stream": [ + "1.6.2" + ], + "config-chain": [ + "1.1.13" + ], + "core-util-is": [ + "1.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "decompress-response": [ + "3.3.0" + ], + "defer-to-connect": [ + "1.1.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "detect-node": [ + "2.1.0" + ], + "duplexer3": [ + "0.1.5" + ], + "electron": [ + "11.5.0" + ], + "encodeurl": [ + "1.0.2" + ], + "end-of-stream": [ + "1.4.4" + ], + "env-paths": [ + "2.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es6-error": [ + "4.1.1" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "extract-zip": [ + "1.7.0" + ], + "fd-slicer": [ + "1.1.0" + ], + "fs-extra": [ + "8.1.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "4.1.0", + "5.2.0" + ], + "global-agent": [ + "3.0.0" + ], + "global-tunnel-ng": [ + "2.7.1" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "got": [ + "9.6.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "inherits": [ + "2.0.4" + ], + "ini": [ + "1.3.8" + ], + "isarray": [ + "1.0.0" + ], + "json-buffer": [ + "3.0.0" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "jsonfile": [ + "4.0.0" + ], + "keyv": [ + "3.1.0" + ], + "lodash": [ + "4.17.21" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "lru-cache": [ + "6.0.0" + ], + "matcher": [ + "3.0.0" + ], + "mimic-response": [ + "1.0.1" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "normalize-url": [ + "4.5.1" + ], + "npm-conf": [ + "1.1.3" + ], + "object-keys": [ + "1.1.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "1.1.0" + ], + "pend": [ + "1.2.0" + ], + "pify": [ + "3.0.0" + ], + "prepend-http": [ + "2.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "progress": [ + "2.0.3" + ], + "proto-list": [ + "1.2.4" + ], + "pump": [ + "3.0.0" + ], + "readable-stream": [ + "2.3.8" + ], + "responselike": [ + "1.0.2" + ], + "roarr": [ + "2.15.4" + ], + "safe-buffer": [ + "5.1.2" + ], + "semver": [ + "6.3.1", + "7.6.0" + ], + "semver-compare": [ + "1.0.0" + ], + "serialize-error": [ + "7.0.1" + ], + "sprintf-js": [ + "1.1.3" + ], + "string_decoder": [ + "1.1.1" + ], + "sumchecker": [ + "3.0.1" + ], + "to-readable-stream": [ + "1.0.0" + ], + "tunnel": [ + "0.0.6" + ], + "type-fest": [ + "0.13.1" + ], + "typedarray": [ + "0.0.6" + ], + "universalify": [ + "0.1.2" + ], + "url-parse-lax": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "wrappy": [ + "1.0.2" + ], + "yallist": [ + "4.0.0" + ], + "yauzl": [ + "2.10.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__decompress-response__3.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__decompress-response__3.3.0", + "package": "decompress-response", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==", + "url": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__node-forge__1.3.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__node-forge__1.3.1", + "package": "node-forge", + "version": "1.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "url": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__compressible__2.0.18__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__compressible__2.0.18__links", + "package": "compressible", + "version": "2.0.18", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mime-db": "1.52.0" + }, + "transitive_closure": { + "compressible": [ + "2.0.18" + ], + "mime-db": [ + "1.52.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_material-ui_system__4.12.2__v562uftptxx4nsa5btkapyyqhu__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_system__4.12.2__v562uftptxx4nsa5btkapyyqhu__links", + "package": "@material-ui/system", + "version": "4.12.2_v562uftptxx4nsa5btkapyyqhu", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "@material-ui/utils": "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty", + "@types/react": "16.14.56", + "csstype": "2.6.21", + "prop-types": "15.8.1", + "react": "16.14.0", + "react-dom": "16.14.0_react@16.14.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "@material-ui/system": [ + "4.12.2_v562uftptxx4nsa5btkapyyqhu" + ], + "@material-ui/utils": [ + "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "2.6.21", + "3.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-dom": [ + "16.14.0_react@16.14.0" + ], + "react-is": [ + "16.13.1", + "17.0.2" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "scheduler": [ + "0.19.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_body-parser__1.19.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_body-parser__1.19.5", + "package": "@types/body-parser", + "version": "1.19.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "url": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__recast__0.11.23": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__recast__0.11.23", + "package": "recast", + "version": "0.11.23", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+nixG+3NugceyR8O1bLU45qs84JgI3+8EauyRZafLgC9XbdAOIVgwV1Pe2da0YzGo62KzWoZwUpVEQf6qNAXWA==", + "url": "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yauzl__2.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yauzl__2.10.0__links", + "package": "yauzl", + "version": "2.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-crc32": "0.2.13", + "fd-slicer": "1.1.0" + }, + "transitive_closure": { + "buffer-crc32": [ + "0.2.13" + ], + "fd-slicer": [ + "1.1.0" + ], + "pend": [ + "1.2.0" + ], + "yauzl": [ + "2.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__css-modules-loader-core__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-modules-loader-core__1.1.0", + "package": "css-modules-loader-core", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XWOBwgy5nwBn76aA+6ybUGL/3JBnCtBX9Ay9/OWIpzKYWlVHMazvJ+WtHumfi+xxdPF440cWK7JCYtt8xDifew==", + "url": "https://registry.npmjs.org/css-modules-loader-core/-/css-modules-loader-core-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-network-error__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-network-error__1.0.1", + "package": "is-network-error", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OwQXkwBJeESyhFw+OumbJVD58BFBJJI5OM5S1+eyrDKlgDZPX2XNT5gXS56GSD3NPbbwUuMlR1Q71SRp5SobuQ==", + "url": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__2.0.0__links", + "package": "supports-color", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "supports-color": [ + "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__get-stream__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-stream__6.0.1", + "package": "get-stream", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "url": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__serialize-javascript__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serialize-javascript__6.0.0__links", + "package": "serialize-javascript", + "version": "6.0.0", + "dev": false, + "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__diff__3.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__diff__3.5.0__links", + "package": "diff", + "version": "3.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "diff": [ + "3.5.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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-flag__3.0.0__links", + "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__semver-compare__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__semver-compare__1.0.0__links", + "package": "semver-compare", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "semver-compare": [ + "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__once__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__once__1.4.0__links", + "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__extract-zip__1.7.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__extract-zip__1.7.0", + "package": "extract-zip", + "version": "1.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==", + "url": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__default-browser__5.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__default-browser__5.2.1", + "package": "default-browser", + "version": "5.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", + "url": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.35__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.35__links", + "package": "postcss-modules-extract-imports", + "version": "3.0.0_postcss@8.4.35", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.35" + }, + "transitive_closure": { + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.35" + ], + "postcss-modules-extract-imports": [ + "3.0.0_postcss@8.4.35" + ], + "source-map-js": [ + "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__ms__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ms__2.1.2__links", + "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__at_types_bonjour__3.5.13__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_bonjour__3.5.13__links", + "package": "@types/bonjour", + "version": "3.5.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/bonjour": [ + "3.5.13" + ], + "@types/node": [ + "20.11.19" + ], + "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__supports-color__7.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__7.2.0", + "package": "supports-color", + "version": "7.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_react-router__5.1.20": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-router__5.1.20", + "package": "@types/react-router", + "version": "5.1.20", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/react-router" + ] + }, + "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==", + "url": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__get-stream__5.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-stream__5.2.0", + "package": "get-stream", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "url": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__string-width__5.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__string-width__5.1.2", + "package": "string-width", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "url": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__nth-check__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__nth-check__2.1.1__links", + "package": "nth-check", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "boolbase": "1.0.0" + }, + "transitive_closure": { + "boolbase": [ + "1.0.0" + ], + "nth-check": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__signal-exit__3.0.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__signal-exit__3.0.7", + "package": "signal-exit", + "version": "3.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "url": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__hyperdyperid__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hyperdyperid__1.2.0", + "package": "hyperdyperid", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", + "url": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_serve-index__1.9.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_serve-index__1.9.4", + "package": "@types/serve-index", + "version": "1.9.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", + "url": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__shebang-command__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__shebang-command__2.0.0", + "package": "shebang-command", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "url": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_react-dom__16.9.24": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-dom__16.9.24", + "package": "@types/react-dom", + "version": "16.9.24", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/react-dom" + ] + }, + "integrity": "sha512-Gcmq2JTDheyWn/1eteqyzzWKSqDjYU6KYsIvH7thb7CR5OYInAWOX+7WnKf6PaU/cbdOc4szJItcDEJO7UGmfA==", + "url": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.24.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__launch-editor__2.6.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__launch-editor__2.6.1__links", + "package": "launch-editor", + "version": "2.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "picocolors": "1.0.0", + "shell-quote": "1.8.1" + }, + "transitive_closure": { + "launch-editor": [ + "2.6.1" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__fastparse__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fastparse__1.1.2", + "package": "fastparse", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==", + "url": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__hpack.js__2.1.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hpack.js__2.1.6", + "package": "hpack.js", + "version": "2.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "url": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__he__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__he__1.1.1__links", + "package": "he", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "he": [ + "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_types_connect-history-api-fallback__1.5.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_connect-history-api-fallback__1.5.4__links", + "package": "@types/connect-history-api-fallback", + "version": "1.5.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/express-serve-static-core": "4.17.43", + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/mime": [ + "1.3.5" + ], + "@types/node": [ + "20.11.19" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/send": [ + "0.17.4" + ], + "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__webpack-cli__5.1.4__t3pf3xxpad7nh7xke3uv4tayni__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-cli__5.1.4__t3pf3xxpad7nh7xke3uv4tayni__links", + "package": "webpack-cli", + "version": "5.1.4_t3pf3xxpad7nh7xke3uv4tayni", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "webpack-cli" + ] + }, + "deps": { + "@discoveryjs/json-ext": "0.5.7", + "@webpack-cli/configtest": "2.1.1_knjacnq72ipf5lm6n3lhyxjice", + "@webpack-cli/info": "2.0.2_knjacnq72ipf5lm6n3lhyxjice", + "@webpack-cli/serve": "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4", + "colorette": "2.0.20", + "commander": "10.0.1", + "cross-spawn": "7.0.3", + "envinfo": "7.11.1", + "fastest-levenshtein": "1.0.16", + "import-local": "3.1.0", + "interpret": "3.1.1", + "rechoir": "0.8.0", + "webpack": "5.75.0_webpack-cli@5.1.4", + "webpack-dev-server": "5.0.1_knjacnq72ipf5lm6n3lhyxjice", + "webpack-merge": "5.10.0" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__follow-redirects__1.15.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__follow-redirects__1.15.5", + "package": "follow-redirects", + "version": "1.15.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", + "url": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-proto__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-proto__1.0.1__links", + "package": "has-proto", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-proto": [ + "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__tapable__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tapable__2.2.1__links", + "package": "tapable", + "version": "2.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tapable": [ + "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__sprintf-js__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__sprintf-js__1.1.3", + "package": "sprintf-js", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "url": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-regex__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-regex__6.0.1", + "package": "ansi-regex", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_helper-buffer__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-buffer__1.11.1__links", + "package": "@webassemblyjs/helper-buffer", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__es6-error__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es6-error__4.1.1__links", + "package": "es6-error", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "es6-error": [ + "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__call-bind__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__call-bind__1.0.7__links", + "package": "call-bind", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-define-property": "1.0.0", + "es-errors": "1.3.0", + "function-bind": "1.1.2", + "get-intrinsic": "1.2.4", + "set-function-length": "1.2.1" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "set-function-length": [ + "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__http-errors__1.6.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-errors__1.6.3", + "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": false + } + }, + "npm__require-from-string__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__require-from-string__2.0.2", + "package": "require-from-string", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "url": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__brace-expansion__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__brace-expansion__2.0.1", + "package": "brace-expansion", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-there__4.5.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-there__4.5.1", + "package": "is-there", + "version": "4.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vIZ7HTXAoRoIwYSsTnxb0sg9L6rth+JOulNcavsbskQkCIWoSM2cjFOWZs4wGziGZER+Xgs/HXiCQZgiL8ppxQ==", + "url": "https://registry.npmjs.org/is-there/-/is-there-4.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-cli__5.1.4__t3pf3xxpad7nh7xke3uv4tayni": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-cli__5.1.4__t3pf3xxpad7nh7xke3uv4tayni", + "package": "webpack-cli", + "version": "5.1.4_t3pf3xxpad7nh7xke3uv4tayni", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "webpack-cli" + ] + }, + "integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==", + "url": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react__16.14.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react__16.14.0", + "package": "react", + "version": "16.14.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "react" + ] + }, + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", + "url": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__concat-stream__1.6.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__concat-stream__1.6.2", + "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": false + } + }, + "npm__at_types_eslint__8.56.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_eslint__8.56.2", + "package": "@types/eslint", + "version": "8.56.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==", + "url": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.2.tgz", + "commit": "", + "patch_args": [], + "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__react-router__5.3.4__react_16.14.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-router__5.3.4__react_16.14.0", + "package": "react-router", + "version": "5.3.4_react@16.14.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "react-router" + ] + }, + "integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==", + "url": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__isexe__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isexe__2.0.0__links", + "package": "isexe", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isexe": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__p-retry__6.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-retry__6.2.0__links", + "package": "p-retry", + "version": "6.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/retry": "0.12.2", + "is-network-error": "1.0.1", + "retry": "0.13.1" + }, + "transitive_closure": { + "@types/retry": [ + "0.12.2" + ], + "is-network-error": [ + "1.0.1" + ], + "p-retry": [ + "6.2.0" + ], + "retry": [ + "0.13.1" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__array-flatten__1.1.1__links", + "package": "array-flatten", + "version": "1.1.1", + "dev": false, + "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__argparse__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__argparse__2.0.1__links", + "package": "argparse", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "argparse": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__relateurl__0.2.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__relateurl__0.2.7", + "package": "relateurl", + "version": "0.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "url": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__debug__4.3.4__supports-color_8.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__4.3.4__supports-color_8.1.1__links", + "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__get-caller-file__2.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-caller-file__2.0.5__links", + "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__at_szmarczak_http-timer__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_szmarczak_http-timer__1.1.2__links", + "package": "@szmarczak/http-timer", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "defer-to-connect": "1.1.3" + }, + "transitive_closure": { + "@szmarczak/http-timer": [ + "1.1.2" + ], + "defer-to-connect": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_helper-wasm-bytecode__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-wasm-bytecode__1.11.1", + "package": "@webassemblyjs/helper-wasm-bytecode", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__boolean__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__boolean__3.2.0__links", + "package": "boolean", + "version": "3.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "boolean": [ + "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__history__4.10.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__history__4.10.1__links", + "package": "history", + "version": "4.10.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "loose-envify": "1.4.0", + "resolve-pathname": "3.0.0", + "tiny-invariant": "1.3.1", + "tiny-warning": "1.0.3", + "value-equal": "1.0.1" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "history": [ + "4.10.1" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "resolve-pathname": [ + "3.0.0" + ], + "tiny-invariant": [ + "1.3.1" + ], + "tiny-warning": [ + "1.0.3" + ], + "value-equal": [ + "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__vscode-test__0.4.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__vscode-test__0.4.3__links", + "package": "vscode-test", + "version": "0.4.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "http-proxy-agent": "2.1.0", + "https-proxy-agent": "2.2.4" + }, + "transitive_closure": { + "agent-base": [ + "4.3.0" + ], + "debug": [ + "3.1.0", + "3.2.7" + ], + "es6-promise": [ + "4.2.8" + ], + "es6-promisify": [ + "5.0.0" + ], + "http-proxy-agent": [ + "2.1.0" + ], + "https-proxy-agent": [ + "2.2.4" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "vscode-test": [ + "0.4.3" + ] + }, + "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": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__4.3.4__supports-color_8.1.1", + "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": false + } + }, + "npm__node-releases__2.0.14": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__node-releases__2.0.14", + "package": "node-releases", + "version": "2.0.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "url": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-ansi__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-ansi__3.0.1__links", + "package": "strip-ansi", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-regex": "2.1.1" + }, + "transitive_closure": { + "ansi-regex": [ + "2.1.1" + ], + "strip-ansi": [ + "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__obuf__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__obuf__1.1.2", + "package": "obuf", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "url": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-values__4.0.0__postcss_8.4.35__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-values__4.0.0__postcss_8.4.35__links", + "package": "postcss-modules-values", + "version": "4.0.0_postcss@8.4.35", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "icss-utils": "5.1.0_postcss@8.4.35", + "postcss": "8.4.35" + }, + "transitive_closure": { + "icss-utils": [ + "5.1.0_postcss@8.4.35" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.35" + ], + "postcss-modules-values": [ + "4.0.0_postcss@8.4.35" + ], + "source-map-js": [ + "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__clean-css__5.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__clean-css__5.3.3__links", + "package": "clean-css", + "version": "5.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "source-map": "0.6.1" + }, + "transitive_closure": { + "clean-css": [ + "5.3.3" + ], + "source-map": [ + "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__json5__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json5__1.0.2", + "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": false + } + }, + "npm__supports-color__5.4.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__5.4.0", + "package": "supports-color", + "version": "5.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-5.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__global-tunnel-ng__2.7.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__global-tunnel-ng__2.7.1__links", + "package": "global-tunnel-ng", + "version": "2.7.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "encodeurl": "1.0.2", + "lodash": "4.17.21", + "npm-conf": "1.1.3", + "tunnel": "0.0.6" + }, + "transitive_closure": { + "config-chain": [ + "1.1.13" + ], + "encodeurl": [ + "1.0.2" + ], + "global-tunnel-ng": [ + "2.7.1" + ], + "ini": [ + "1.3.8" + ], + "lodash": [ + "4.17.21" + ], + "npm-conf": [ + "1.1.3" + ], + "pify": [ + "3.0.0" + ], + "proto-list": [ + "1.2.4" + ], + "tunnel": [ + "0.0.6" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__camel-case__4.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__camel-case__4.1.2__links", + "package": "camel-case", + "version": "4.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "pascal-case": "3.1.2", + "tslib": "2.6.2" + }, + "transitive_closure": { + "camel-case": [ + "4.1.2" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "pascal-case": [ + "3.1.2" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_wasm-gen__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wasm-gen__1.11.1__links", + "package": "@webassemblyjs/wasm-gen", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + }, + "transitive_closure": { + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__type-is__1.6.18", + "package": "type-is", + "version": "1.6.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "url": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs__16.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs__16.2.0__links", + "package": "yargs", + "version": "16.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cliui": "7.0.4", + "escalade": "3.1.2", + "get-caller-file": "2.0.5", + "require-directory": "2.1.1", + "string-width": "4.2.3", + "y18n": "5.0.8", + "yargs-parser": "20.2.4" + }, + "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.2" + ], + "get-caller-file": [ + "2.0.5" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "y18n": [ + "5.0.8" + ], + "yargs": [ + "16.2.0" + ], + "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__cssesc__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cssesc__3.0.0__links", + "package": "cssesc", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cssesc": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__require-directory__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__require-directory__2.1.1", + "package": "require-directory", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "url": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs-parser__20.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs-parser__20.2.4__links", + "package": "yargs-parser", + "version": "20.2.4", + "dev": false, + "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__at_types_pako__1.0.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_pako__1.0.7", + "package": "@types/pako", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/pako" + ] + }, + "integrity": "sha512-YBtzT2ztNF6R/9+UXj2wTGFnC9NklAnASt3sC0h2m1bbH7G6FyBIkt4AN8ThZpNfxUo1b2iMVO0UawiJymEt8A==", + "url": "https://registry.npmjs.org/@types/pako/-/pako-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__execa__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__execa__5.1.1__links", + "package": "execa", + "version": "5.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cross-spawn": "7.0.3", + "get-stream": "6.0.1", + "human-signals": "2.1.0", + "is-stream": "2.0.1", + "merge-stream": "2.0.0", + "npm-run-path": "4.0.1", + "onetime": "5.1.2", + "signal-exit": "3.0.7", + "strip-final-newline": "2.0.0" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "execa": [ + "5.1.1" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "isexe": [ + "2.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_uuid__8.3.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_uuid__8.3.4", + "package": "@types/uuid", + "version": "8.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/uuid" + ] + }, + "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "url": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__locate-path__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__locate-path__5.0.0__links", + "package": "locate-path", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-locate": "4.1.0" + }, + "transitive_closure": { + "locate-path": [ + "5.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__uuid__8.3.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__uuid__8.3.2", + "package": "uuid", + "version": "8.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "uuid" + ] + }, + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "url": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__buffer-from__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__buffer-from__1.1.2", + "package": "buffer-from", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "url": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__setprototypeof__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__setprototypeof__1.1.0", + "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": false + } + }, + "npm__is-extglob__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-extglob__2.1.1__links", + "package": "is-extglob", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-extglob": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__bytes__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__bytes__3.1.2__links", + "package": "bytes", + "version": "3.1.2", + "dev": false, + "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__json-parse-even-better-errors__2.3.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-parse-even-better-errors__2.3.1", + "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": false + } + }, + "npm__multicast-dns__7.2.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__multicast-dns__7.2.5", + "package": "multicast-dns", + "version": "7.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "url": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__braces__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__braces__3.0.2__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__inflight__1.0.6__links", + "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__npm-conf__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__npm-conf__1.1.3__links", + "package": "npm-conf", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "config-chain": "1.1.13", + "pify": "3.0.0" + }, + "transitive_closure": { + "config-chain": [ + "1.1.13" + ], + "ini": [ + "1.3.8" + ], + "npm-conf": [ + "1.1.3" + ], + "pify": [ + "3.0.0" + ], + "proto-list": [ + "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__p-limit__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-limit__2.3.0", + "package": "p-limit", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "url": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__sprintf-js__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__sprintf-js__1.1.3__links", + "package": "sprintf-js", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sprintf-js": [ + "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__https-proxy-agent__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__https-proxy-agent__5.0.1__links", + "package": "https-proxy-agent", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "agent-base": "6.0.2", + "debug": "4.3.4" + }, + "transitive_closure": { + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__arg__5.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__arg__5.0.2__links", + "package": "arg", + "version": "5.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "arg": [ + "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__thunky__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__thunky__1.1.0", + "package": "thunky", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "url": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__content-disposition__0.5.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__content-disposition__0.5.4", + "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": false + } + }, + "npm__express__4.18.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__express__4.18.2__links", + "package": "express", + "version": "4.18.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "accepts": "1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "1.0.5", + "cookie": "0.5.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.1" + ], + "bytes": [ + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "debug": [ + "2.6.9" + ], + "define-data-property": [ + "1.1.4" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "escape-html": [ + "1.0.3" + ], + "etag": [ + "1.8.1" + ], + "express": [ + "4.18.2" + ], + "finalhandler": [ + "1.2.0" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "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.13.1" + ], + "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.1" + ], + "safe-buffer": [ + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.2.0" + ], + "side-channel": [ + "1.0.5" + ], + "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__compression__1.7.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__compression__1.7.4", + "package": "compression", + "version": "1.7.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "url": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-wsl__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-wsl__3.1.0", + "package": "is-wsl", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", + "url": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-what__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-what__6.1.0", + "package": "css-what", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "url": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_express__4.17.21": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_express__4.17.21", + "package": "@types/express", + "version": "4.17.21", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "url": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__update-browserslist-db__1.0.13__browserslist_4.23.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__update-browserslist-db__1.0.13__browserslist_4.23.0", + "package": "update-browserslist-db", + "version": "1.0.13_browserslist@4.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "url": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob-to-regexp__0.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob-to-regexp__0.4.1__links", + "package": "glob-to-regexp", + "version": "0.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "glob-to-regexp": [ + "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__isobject__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isobject__3.0.1", + "package": "isobject", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "url": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-local-by-default__4.0.4__postcss_8.4.35": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-local-by-default__4.0.4__postcss_8.4.35", + "package": "postcss-modules-local-by-default", + "version": "4.0.4_postcss@8.4.35", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==", + "url": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__send__0.18.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__send__0.18.0__links", + "package": "send", + "version": "0.18.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "etag": "1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "1.2.1", + "statuses": "2.0.1" + }, + "transitive_closure": { + "debug": [ + "2.6.9" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "escape-html": [ + "1.0.3" + ], + "etag": [ + "1.8.1" + ], + "fresh": [ + "0.5.2" + ], + "http-errors": [ + "2.0.0" + ], + "inherits": [ + "2.0.4" + ], + "mime": [ + "1.6.0" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "on-finished": [ + "2.4.1" + ], + "range-parser": [ + "1.2.1" + ], + "send": [ + "0.18.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__style-loader__3.3.1__webpack_5.75.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__style-loader__3.3.1__webpack_5.75.0", + "package": "style-loader", + "version": "3.3.1_webpack@5.75.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "style-loader" + ] + }, + "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==", + "url": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__wrap-ansi__6.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wrap-ansi__6.2.0__links", + "package": "wrap-ansi", + "version": "6.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "4.3.0", + "string-width": "4.2.3", + "strip-ansi": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__relateurl__0.2.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__relateurl__0.2.7__links", + "package": "relateurl", + "version": "0.2.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "relateurl": [ + "0.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__flat__5.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__flat__5.0.2", + "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": false + } + }, + "npm__thunky__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__thunky__1.1.0__links", + "package": "thunky", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "thunky": [ + "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__he__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__he__1.1.1", + "package": "he", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z/GDPjlRMNOa2XJiB4em8wJpuuBfrFOlYKTZxtpkdr1uPdibHI8rYA3MY0KDObpVyaes0e/aunid/t88ZI2EKA==", + "url": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ini__1.3.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ini__1.3.8__links", + "package": "ini", + "version": "1.3.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ini": [ + "1.3.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__postcss__8.4.35": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss__8.4.35", + "package": "postcss", + "version": "8.4.35", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", + "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__string-width__4.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__string-width__4.2.3__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__anymatch__3.1.3", + "package": "anymatch", + "version": "3.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "url": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ini__1.3.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ini__1.3.8", + "package": "ini", + "version": "1.3.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "url": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-merge__5.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-merge__5.10.0__links", + "package": "webpack-merge", + "version": "5.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "clone-deep": "4.0.1", + "flat": "5.0.2", + "wildcard": "2.0.1" + }, + "transitive_closure": { + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "webpack-merge": [ + "5.10.0" + ], + "wildcard": [ + "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__dns-packet__5.6.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dns-packet__5.6.1", + "package": "dns-packet", + "version": "5.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "url": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_xtuc_long__4.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_xtuc_long__4.2.2__links", + "package": "@xtuc/long", + "version": "4.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@xtuc/long": [ + "4.2.2" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__content-disposition__0.5.4__links", + "package": "content-disposition", + "version": "0.5.4", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__string_decoder__1.1.1__links", + "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_types_send__0.17.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_send__0.17.4__links", + "package": "@types/send", + "version": "0.17.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/mime": "1.3.5", + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/mime": [ + "1.3.5" + ], + "@types/node": [ + "20.11.19" + ], + "@types/send": [ + "0.17.4" + ], + "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__set-blocking__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__set-blocking__2.0.0__links", + "package": "set-blocking", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "set-blocking": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__object-assign__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__object-assign__4.1.1__links", + "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__argparse__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__argparse__2.0.1", + "package": "argparse", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "url": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__punycode__2.3.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__punycode__2.3.1", + "package": "punycode", + "version": "2.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "url": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__toidentifier__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__toidentifier__1.0.1", + "package": "toidentifier", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "url": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__5.5.0__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__micromatch__4.0.5", + "package": "micromatch", + "version": "4.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "url": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__gopd__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__gopd__1.0.1", + "package": "gopd", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "url": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jridgewell_resolve-uri__3.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_resolve-uri__3.1.2", + "package": "@jridgewell/resolve-uri", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "url": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__assertion-error__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__assertion-error__1.1.0__links", + "package": "assertion-error", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "assertion-error": [ + "1.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__mobx__6.12.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mobx__6.12.0__links", + "package": "mobx", + "version": "6.12.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "mobx" + ] + }, + "deps": {}, + "transitive_closure": { + "mobx": [ + "6.12.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__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__find-up__4.1.0", + "package": "find-up", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "url": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__minimatch__9.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimatch__9.0.3__links", + "package": "minimatch", + "version": "9.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "brace-expansion": "2.0.1" + }, + "transitive_closure": { + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "minimatch": [ + "9.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__get-func-name__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-func-name__2.0.2__links", + "package": "get-func-name", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "get-func-name": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__glob__7.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob__7.1.2__links", + "package": "glob", + "version": "7.1.2", + "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.1.2" + ], + "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__popper.js__1.16.1-lts": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__popper.js__1.16.1-lts", + "package": "popper.js", + "version": "1.16.1-lts", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==", + "url": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1-lts.tgz", + "commit": "", + "patch_args": [], + "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__estraverse__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__estraverse__4.3.0", + "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": false + } + }, + "npm__eastasianwidth__0.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__eastasianwidth__0.2.0", + "package": "eastasianwidth", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "url": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__etag__1.8.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__etag__1.8.1", + "package": "etag", + "version": "1.8.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "url": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__object-inspect__1.13.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__object-inspect__1.13.1__links", + "package": "object-inspect", + "version": "1.13.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "object-inspect": [ + "1.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__p-locate__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-locate__4.1.0", + "package": "p-locate", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "url": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__core-util-is__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__core-util-is__1.0.3__links", + "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__foreground-child__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__foreground-child__3.1.1__links", + "package": "foreground-child", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cross-spawn": "7.0.3", + "signal-exit": "4.1.0" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "foreground-child": [ + "3.1.1" + ], + "isexe": [ + "2.0.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__default-browser__5.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__default-browser__5.2.1__links", + "package": "default-browser", + "version": "5.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "bundle-name": "4.1.0", + "default-browser-id": "5.0.0" + }, + "transitive_closure": { + "bundle-name": [ + "4.1.0" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "run-applescript": [ + "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__diff__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__diff__5.0.0__links", + "package": "diff", + "version": "5.0.0", + "dev": false, + "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__mimic-fn__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mimic-fn__2.1.0__links", + "package": "mimic-fn", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mimic-fn": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__signal-exit__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__signal-exit__4.1.0__links", + "package": "signal-exit", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "signal-exit": [ + "4.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__ansi-regex__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-regex__2.1.1__links", + "package": "ansi-regex", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-regex": [ + "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__pretty-error__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pretty-error__4.0.0", + "package": "pretty-error", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "url": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_react-dom__16.9.24__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-dom__16.9.24__links", + "package": "@types/react-dom", + "version": "16.9.24", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/react-dom" + ] + }, + "deps": { + "@types/react": "16.14.56" + }, + "transitive_closure": { + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/react-dom": [ + "16.9.24" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "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__at_material-ui_utils__4.11.3__wcqkhtmu7mswc6yz4uyexck3ty__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_utils__4.11.3__wcqkhtmu7mswc6yz4uyexck3ty__links", + "package": "@material-ui/utils", + "version": "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "prop-types": "15.8.1", + "react": "16.14.0", + "react-dom": "16.14.0_react@16.14.0", + "react-is": "17.0.2" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "@material-ui/utils": [ + "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-dom": [ + "16.14.0_react@16.14.0" + ], + "react-is": [ + "16.13.1", + "17.0.2" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "scheduler": [ + "0.19.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__webpack-dev-middleware__7.0.0__webpack_5.75.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-dev-middleware__7.0.0__webpack_5.75.0__links", + "package": "webpack-dev-middleware", + "version": "7.0.0_webpack@5.75.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "colorette": "2.0.20", + "memfs": "4.7.0", + "mime-types": "2.1.35", + "range-parser": "1.2.1", + "schema-utils": "4.2.0", + "webpack": "5.75.0_webpack-cli@5.1.4" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__setprototypeof__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__setprototypeof__1.1.0__links", + "package": "setprototypeof", + "version": "1.1.0", + "dev": false, + "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__html-webpack-plugin__5.5.0__webpack_5.75.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__html-webpack-plugin__5.5.0__webpack_5.75.0__links", + "package": "html-webpack-plugin", + "version": "5.5.0_webpack@5.75.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "html-webpack-plugin" + ] + }, + "deps": { + "@types/html-minifier-terser": "6.1.0", + "html-minifier-terser": "6.1.0", + "lodash": "4.17.21", + "pretty-error": "4.0.0", + "tapable": "2.2.1", + "webpack": "5.75.0_webpack-cli@5.1.4" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/html-minifier-terser": [ + "6.1.0" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "boolbase": [ + "1.0.0" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "camel-case": [ + "4.1.2" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clean-css": [ + "5.3.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3", + "8.3.0" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "css-select": [ + "4.3.0" + ], + "css-what": [ + "6.1.0" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "dom-converter": [ + "0.2.0" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "dot-case": [ + "3.0.4" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "entities": [ + "2.2.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "he": [ + "1.2.0" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "html-minifier-terser": [ + "6.1.0" + ], + "html-webpack-plugin": [ + "5.5.0_webpack@5.75.0" + ], + "htmlparser2": [ + "6.1.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lodash": [ + "4.17.21" + ], + "lower-case": [ + "2.0.2" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "no-case": [ + "3.0.4" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "nth-check": [ + "2.1.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "param-case": [ + "3.0.4" + ], + "parseurl": [ + "1.3.3" + ], + "pascal-case": [ + "3.1.2" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "pretty-error": [ + "4.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "relateurl": [ + "0.2.7" + ], + "renderkid": [ + "3.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "tslib": [ + "2.6.2" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utila": [ + "0.4.0" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__at_sindresorhus_is__0.14.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_sindresorhus_is__0.14.0__links", + "package": "@sindresorhus/is", + "version": "0.14.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sindresorhus/is": [ + "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__mobx-react__9.1.0__hxlqgktoeg6ke2nc2t7d4vtdw4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mobx-react__9.1.0__hxlqgktoeg6ke2nc2t7d4vtdw4", + "package": "mobx-react", + "version": "9.1.0_hxlqgktoeg6ke2nc2t7d4vtdw4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "mobx-react" + ] + }, + "integrity": "sha512-DeDRTYw4AlgHw8xEXtiZdKKEnp+c5/jeUgTbTQXEqnAzfkrgYRWP3p3Nv3Whc2CEcM/mDycbDWGjxKokQdlffg==", + "url": "https://registry.npmjs.org/mobx-react/-/mobx-react-9.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__neo-async__2.6.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__neo-async__2.6.2", + "package": "neo-async", + "version": "2.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "url": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__recast__0.11.23__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__recast__0.11.23__links", + "package": "recast", + "version": "0.11.23", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ast-types": "0.9.6", + "esprima": "3.1.3", + "private": "0.1.8", + "source-map": "0.5.7" + }, + "transitive_closure": { + "ast-types": [ + "0.9.6" + ], + "esprima": [ + "3.1.3" + ], + "private": [ + "0.1.8" + ], + "recast": [ + "0.11.23" + ], + "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__at_types_body-parser__1.19.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_body-parser__1.19.5__links", + "package": "@types/body-parser", + "version": "1.19.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/connect": "3.4.38", + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/body-parser": [ + "1.19.5" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/node": [ + "20.11.19" + ], + "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__semver__5.7.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__semver__5.7.2", + "package": "semver", + "version": "5.7.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "url": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__clone-deep__4.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__clone-deep__4.0.1", + "package": "clone-deep", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "url": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__require-directory__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__require-directory__2.1.1__links", + "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__strip-ansi__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-ansi__3.0.1", + "package": "strip-ansi", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__p-try__2.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-try__2.2.0", + "package": "p-try", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "url": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__batch__0.6.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__batch__0.6.1__links", + "package": "batch", + "version": "0.6.1", + "dev": false, + "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__select-hose__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__select-hose__2.0.0__links", + "package": "select-hose", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "select-hose": [ + "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__config-chain__1.1.13": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__config-chain__1.1.13", + "package": "config-chain", + "version": "1.1.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "url": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__p-cancelable__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-cancelable__1.1.0__links", + "package": "p-cancelable", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "p-cancelable": [ + "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__universalify__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__universalify__0.1.2__links", + "package": "universalify", + "version": "0.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "universalify": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_helper-wasm-section__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-wasm-section__1.11.1__links", + "package": "@webassemblyjs/helper-wasm-section", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + }, + "transitive_closure": { + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.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": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-regex__5.0.1", + "package": "ansi-regex", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-scope__3.1.1__postcss_8.4.35": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-scope__3.1.1__postcss_8.4.35", + "package": "postcss-modules-scope", + "version": "3.1.1_postcss@8.4.35", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==", + "url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-local-by-default__4.0.4__postcss_8.4.35__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-local-by-default__4.0.4__postcss_8.4.35__links", + "package": "postcss-modules-local-by-default", + "version": "4.0.4_postcss@8.4.35", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "icss-utils": "5.1.0_postcss@8.4.35", + "postcss": "8.4.35", + "postcss-selector-parser": "6.0.15", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "cssesc": [ + "3.0.0" + ], + "icss-utils": [ + "5.1.0_postcss@8.4.35" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.35" + ], + "postcss-modules-local-by-default": [ + "4.0.4_postcss@8.4.35" + ], + "postcss-selector-parser": [ + "6.0.15" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "source-map-js": [ + "1.0.2" + ], + "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__y18n__4.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__y18n__4.0.3__links", + "package": "y18n", + "version": "4.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "y18n": [ + "4.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__https-proxy-agent__2.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__https-proxy-agent__2.2.4__links", + "package": "https-proxy-agent", + "version": "2.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "agent-base": "4.3.0", + "debug": "3.2.7" + }, + "transitive_closure": { + "agent-base": [ + "4.3.0" + ], + "debug": [ + "3.2.7" + ], + "es6-promise": [ + "4.2.8" + ], + "es6-promisify": [ + "5.0.0" + ], + "https-proxy-agent": [ + "2.2.4" + ], + "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__at_material-ui_core__4.12.4__v562uftptxx4nsa5btkapyyqhu": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_core__4.12.4__v562uftptxx4nsa5btkapyyqhu", + "package": "@material-ui/core", + "version": "4.12.4_v562uftptxx4nsa5btkapyyqhu", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@material-ui/core" + ] + }, + "integrity": "sha512-tr7xekNlM9LjA6pagJmL8QCgZXaubWUwkJnoYcMKd4gw/t4XiyvnTkjdGrUVicyB2BsdaAv1tvow45bPM4sSwQ==", + "url": "https://registry.npmjs.org/@material-ui/core/-/core-4.12.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__defer-to-connect__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__defer-to-connect__1.1.3", + "package": "defer-to-connect", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", + "url": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_utf8__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_utf8__1.11.1", + "package": "@webassemblyjs/utf8", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "url": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__html-webpack-plugin__5.5.0__webpack_5.75.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__html-webpack-plugin__5.5.0__webpack_5.75.0", + "package": "html-webpack-plugin", + "version": "5.5.0_webpack@5.75.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "html-webpack-plugin" + ] + }, + "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "url": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__bytes__3.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__bytes__3.1.2", + "package": "bytes", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "url": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__debug__3.1.0__supports-color_5.4.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__3.1.0__supports-color_5.4.0", + "package": "debug", + "version": "3.1.0_supports-color@5.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "url": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__escalade__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__escalade__3.1.2__links", + "package": "escalade", + "version": "3.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "escalade": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__extract-zip__1.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__extract-zip__1.7.0__links", + "package": "extract-zip", + "version": "1.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "concat-stream": "1.6.2", + "debug": "2.6.9", + "mkdirp": "0.5.6", + "yauzl": "2.10.0" + }, + "transitive_closure": { + "buffer-crc32": [ + "0.2.13" + ], + "buffer-from": [ + "1.1.2" + ], + "concat-stream": [ + "1.6.2" + ], + "core-util-is": [ + "1.0.3" + ], + "debug": [ + "2.6.9" + ], + "extract-zip": [ + "1.7.0" + ], + "fd-slicer": [ + "1.1.0" + ], + "inherits": [ + "2.0.4" + ], + "isarray": [ + "1.0.0" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ], + "ms": [ + "2.0.0" + ], + "pend": [ + "1.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "readable-stream": [ + "2.3.8" + ], + "safe-buffer": [ + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "typedarray": [ + "0.0.6" + ], + "util-deprecate": [ + "1.0.2" + ], + "yauzl": [ + "2.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__esprima__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__esprima__3.1.3__links", + "package": "esprima", + "version": "3.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esprima": [ + "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__ansi-styles__3.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-styles__3.2.1", + "package": "ansi-styles", + "version": "3.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__camelcase__5.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__camelcase__5.3.1__links", + "package": "camelcase", + "version": "5.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "camelcase": [ + "5.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__jackspeak__2.3.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jackspeak__2.3.6__links", + "package": "jackspeak", + "version": "2.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@pkgjs/parseargs": "0.11.0", + "@isaacs/cliui": "8.0.2" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__fs.realpath__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fs.realpath__1.0.0", + "package": "fs.realpath", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "url": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__schema-utils__3.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__schema-utils__3.3.0", + "package": "schema-utils", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ajv-keywords__5.1.0__ajv_8.12.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv-keywords__5.1.0__ajv_8.12.0", + "package": "ajv-keywords", + "version": "5.1.0_ajv@8.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "url": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fast-json-stable-stringify__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fast-json-stable-stringify__2.1.0", + "package": "fast-json-stable-stringify", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "url": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__end-of-stream__1.4.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__end-of-stream__1.4.4__links", + "package": "end-of-stream", + "version": "1.4.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "once": "1.4.0" + }, + "transitive_closure": { + "end-of-stream": [ + "1.4.4" + ], + "once": [ + "1.4.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__debug__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__3.1.0__links", + "package": "debug", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ms": "2.0.0" + }, + "transitive_closure": { + "debug": [ + "3.1.0" + ], + "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__http-proxy-agent__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-proxy-agent__4.0.1__links", + "package": "http-proxy-agent", + "version": "4.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@tootallnate/once": "1.1.2", + "agent-base": "6.0.2", + "debug": "4.3.4" + }, + "transitive_closure": { + "@tootallnate/once": [ + "1.1.2" + ], + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "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__at_types_react-transition-group__4.4.10__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-transition-group__4.4.10__links", + "package": "@types/react-transition-group", + "version": "4.4.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/react": "16.14.56" + }, + "transitive_closure": { + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/react-transition-group": [ + "4.4.10" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "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__jest-worker__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jest-worker__27.5.1__links", + "package": "jest-worker", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.11.19", + "merge-stream": "2.0.0", + "supports-color": "8.1.1" + }, + "transitive_closure": { + "@types/node": [ + "20.11.19" + ], + "has-flag": [ + "4.0.0" + ], + "jest-worker": [ + "27.5.1" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.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__at_types_keyv__3.1.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_keyv__3.1.4", + "package": "@types/keyv", + "version": "3.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", + "url": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__isarray__2.0.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isarray__2.0.5", + "package": "isarray", + "version": "2.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "url": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__global-agent__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__global-agent__3.0.0", + "package": "global-agent", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==", + "url": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mocha__10.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mocha__10.3.0__links", + "package": "mocha", + "version": "10.3.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "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.2" + ], + "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.3" + ], + "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" + ], + "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" + ], + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__decamelize__4.0.0__links", + "package": "decamelize", + "version": "4.0.0", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-number__7.0.0", + "package": "is-number", + "version": "7.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "url": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__locate-path__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__locate-path__6.0.0__links", + "package": "locate-path", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-locate": "5.0.0" + }, + "transitive_closure": { + "locate-path": [ + "6.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__scheduler__0.19.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__scheduler__0.19.1__links", + "package": "scheduler", + "version": "0.19.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "loose-envify": "1.4.0", + "object-assign": "4.1.1" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "scheduler": [ + "0.19.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__kind-of__6.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__kind-of__6.0.3", + "package": "kind-of", + "version": "6.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "url": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss__7.0.39": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss__7.0.39", + "package": "postcss", + "version": "7.0.39", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "url": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "commit": "", + "patch_args": [], + "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__at_material-ui_core__4.12.4__v562uftptxx4nsa5btkapyyqhu__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_core__4.12.4__v562uftptxx4nsa5btkapyyqhu__links", + "package": "@material-ui/core", + "version": "4.12.4_v562uftptxx4nsa5btkapyyqhu", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@material-ui/core" + ] + }, + "deps": { + "@babel/runtime": "7.23.9", + "@material-ui/styles": "4.11.5_v562uftptxx4nsa5btkapyyqhu", + "@material-ui/system": "4.12.2_v562uftptxx4nsa5btkapyyqhu", + "@material-ui/types": "5.1.0_@types+react@16.14.56", + "@material-ui/utils": "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty", + "@types/react": "16.14.56", + "@types/react-transition-group": "4.4.10", + "clsx": "1.2.1", + "hoist-non-react-statics": "3.3.2", + "popper.js": "1.16.1-lts", + "prop-types": "15.8.1", + "react": "16.14.0", + "react-dom": "16.14.0_react@16.14.0", + "react-is": "17.0.2", + "react-transition-group": "4.4.5_wcqkhtmu7mswc6yz4uyexck3ty" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "@emotion/hash": [ + "0.8.0" + ], + "@material-ui/core": [ + "4.12.4_v562uftptxx4nsa5btkapyyqhu" + ], + "@material-ui/styles": [ + "4.11.5_v562uftptxx4nsa5btkapyyqhu" + ], + "@material-ui/system": [ + "4.12.2_v562uftptxx4nsa5btkapyyqhu" + ], + "@material-ui/types": [ + "5.1.0_@types+react@16.14.56" + ], + "@material-ui/utils": [ + "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/react-transition-group": [ + "4.4.10" + ], + "@types/scheduler": [ + "0.16.8" + ], + "clsx": [ + "1.2.1" + ], + "css-vendor": [ + "2.0.8" + ], + "csstype": [ + "2.6.21", + "3.1.3" + ], + "dom-helpers": [ + "5.2.1" + ], + "hoist-non-react-statics": [ + "3.3.2" + ], + "hyphenate-style-name": [ + "1.0.4" + ], + "is-in-browser": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-camel-case": [ + "10.10.0" + ], + "jss-plugin-default-unit": [ + "10.10.0" + ], + "jss-plugin-global": [ + "10.10.0" + ], + "jss-plugin-nested": [ + "10.10.0" + ], + "jss-plugin-props-sort": [ + "10.10.0" + ], + "jss-plugin-rule-value-function": [ + "10.10.0" + ], + "jss-plugin-vendor-prefixer": [ + "10.10.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "popper.js": [ + "1.16.1-lts" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-dom": [ + "16.14.0_react@16.14.0" + ], + "react-is": [ + "16.13.1", + "17.0.2" + ], + "react-transition-group": [ + "4.4.5_wcqkhtmu7mswc6yz4uyexck3ty" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "scheduler": [ + "0.19.1" + ], + "tiny-warning": [ + "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__jss-plugin-vendor-prefixer__10.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-vendor-prefixer__10.10.0", + "package": "jss-plugin-vendor-prefixer", + "version": "10.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==", + "url": "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_wast-printer__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wast-printer__1.11.1__links", + "package": "@webassemblyjs/wast-printer", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + }, + "transitive_closure": { + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@xtuc/long": [ + "4.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__css-select__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-select__4.3.0__links", + "package": "css-select", + "version": "4.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "boolbase": "1.0.0", + "css-what": "6.1.0", + "domhandler": "4.3.1", + "domutils": "2.8.0", + "nth-check": "2.1.1" + }, + "transitive_closure": { + "boolbase": [ + "1.0.0" + ], + "css-select": [ + "4.3.0" + ], + "css-what": [ + "6.1.0" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "nth-check": [ + "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__regenerator-runtime__0.14.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__regenerator-runtime__0.14.1__links", + "package": "regenerator-runtime", + "version": "0.14.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "regenerator-runtime": [ + "0.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__etag__1.8.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__etag__1.8.1__links", + "package": "etag", + "version": "1.8.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "etag": [ + "1.8.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__nth-check__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__nth-check__2.1.1", + "package": "nth-check", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "url": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_discoveryjs_json-ext__0.5.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_discoveryjs_json-ext__0.5.7__links", + "package": "@discoveryjs/json-ext", + "version": "0.5.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "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__at_types_chai__4.3.11__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_chai__4.3.11__links", + "package": "@types/chai", + "version": "4.3.11", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/chai" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/chai": [ + "4.3.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_leb128__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_leb128__1.11.1__links", + "package": "@webassemblyjs/leb128", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@xtuc/long": "4.2.2" + }, + "transitive_closure": { + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@xtuc/long": [ + "4.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_types_sockjs__0.3.36__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_sockjs__0.3.36__links", + "package": "@types/sockjs", + "version": "0.3.36", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/node": [ + "20.11.19" + ], + "@types/sockjs": [ + "0.3.36" + ], + "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__agent-base__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__agent-base__4.3.0", + "package": "agent-base", + "version": "4.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", + "url": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__estraverse__5.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__estraverse__5.3.0", + "package": "estraverse", + "version": "5.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__finalhandler__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__finalhandler__1.2.0__links", + "package": "finalhandler", + "version": "1.2.0", + "dev": false, + "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__path-to-regexp__1.8.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-to-regexp__1.8.0__links", + "package": "path-to-regexp", + "version": "1.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "isarray": "0.0.1" + }, + "transitive_closure": { + "isarray": [ + "0.0.1" + ], + "path-to-regexp": [ + "1.8.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__sumchecker__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__sumchecker__3.0.1__links", + "package": "sumchecker", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4" + }, + "transitive_closure": { + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ], + "sumchecker": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__camelcase__6.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__camelcase__6.3.0__links", + "package": "camelcase", + "version": "6.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "camelcase": [ + "6.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_history__4.7.11": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_history__4.7.11", + "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": false + } + }, + "npm__at_types_create-react-class__15.6.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_create-react-class__15.6.7__links", + "package": "@types/create-react-class", + "version": "15.6.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/react": "16.14.56" + }, + "transitive_closure": { + "@types/create-react-class": [ + "15.6.7" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "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__html-minifier-terser__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__html-minifier-terser__6.1.0", + "package": "html-minifier-terser", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "url": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__human-signals__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__human-signals__2.1.0", + "package": "human-signals", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "url": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__commander__2.15.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__commander__2.15.1", + "package": "commander", + "version": "2.15.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==", + "url": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__get-stream__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-stream__5.2.0__links", + "package": "get-stream", + "version": "5.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "pump": "3.0.0" + }, + "transitive_closure": { + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "5.2.0" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__retry__0.13.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__retry__0.13.1__links", + "package": "retry", + "version": "0.13.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "retry": [ + "0.13.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__0.5.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__source-map__0.5.7", + "package": "source-map", + "version": "0.5.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "url": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__uri-js__4.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__uri-js__4.4.1__links", + "package": "uri-js", + "version": "4.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "punycode": "2.3.1" + }, + "transitive_closure": { + "punycode": [ + "2.3.1" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__es-module-lexer__0.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es-module-lexer__0.9.3__links", + "package": "es-module-lexer", + "version": "0.9.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "es-module-lexer": [ + "0.9.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_xtuc_ieee754__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_xtuc_ieee754__1.2.0", + "package": "@xtuc/ieee754", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "url": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__memfs__4.7.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__memfs__4.7.0", + "package": "memfs", + "version": "4.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FGbf9Yz2gzXCUmpymkKnzAQOitriZQlIMtmnzb2LOcT0FTUdzL6AAwNGQrSOACx/UiW7XQsG65vrIA9+L01Edw==", + "url": "https://registry.npmjs.org/memfs/-/memfs-4.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_helper-numbers__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-numbers__1.11.1", + "package": "@webassemblyjs/helper-numbers", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__es6-promisify__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es6-promisify__5.0.0", + "package": "es6-promisify", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==", + "url": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-stream__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-stream__2.0.1__links", + "package": "is-stream", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-stream": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__type-detect__4.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__type-detect__4.0.8__links", + "package": "type-detect", + "version": "4.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__domelementtype__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__domelementtype__2.3.0__links", + "package": "domelementtype", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "domelementtype": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__npm-run-path__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__npm-run-path__4.0.1__links", + "package": "npm-run-path", + "version": "4.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "path-key": "3.1.1" + }, + "transitive_closure": { + "npm-run-path": [ + "4.0.1" + ], + "path-key": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__rimraf__5.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__rimraf__5.0.5__links", + "package": "rimraf", + "version": "5.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "glob": "10.3.10" + }, + "transitive_closure": { + "@isaacs/cliui": [ + "8.0.2" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "balanced-match": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "cross-spawn": [ + "7.0.3" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "foreground-child": [ + "3.1.1" + ], + "glob": [ + "10.3.10" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "isexe": [ + "2.0.0" + ], + "jackspeak": [ + "2.3.6" + ], + "lru-cache": [ + "10.2.0" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "path-key": [ + "3.1.1" + ], + "path-scurry": [ + "1.10.1" + ], + "rimraf": [ + "5.0.5" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "4.1.0" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "which": [ + "2.0.2" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__chokidar__3.6.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chokidar__3.6.0", + "package": "chokidar", + "version": "3.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "url": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__wildcard__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wildcard__2.0.1", + "package": "wildcard", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", + "url": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dom-serializer__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dom-serializer__1.4.1__links", + "package": "dom-serializer", + "version": "1.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "domelementtype": "2.3.0", + "domhandler": "4.3.1", + "entities": "2.2.0" + }, + "transitive_closure": { + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "entities": [ + "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__htmlparser2__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__htmlparser2__6.1.0", + "package": "htmlparser2", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "url": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__follow-redirects__1.15.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__follow-redirects__1.15.5__links", + "package": "follow-redirects", + "version": "1.15.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "follow-redirects": [ + "1.15.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__util-deprecate__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__util-deprecate__1.0.2__links", + "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__signal-exit__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__signal-exit__4.1.0", + "package": "signal-exit", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "url": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob__7.2.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob__7.2.3", + "package": "glob", + "version": "7.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "url": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__default-gateway__6.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__default-gateway__6.0.3__links", + "package": "default-gateway", + "version": "6.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "execa": "5.1.1" + }, + "transitive_closure": { + "cross-spawn": [ + "7.0.3" + ], + "default-gateway": [ + "6.0.3" + ], + "execa": [ + "5.1.1" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "isexe": [ + "2.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__undici-types__5.26.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__undici-types__5.26.5__links", + "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__minipass__7.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minipass__7.0.4", + "package": "minipass", + "version": "7.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "url": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chrome-trace-event__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chrome-trace-event__1.0.3", + "package": "chrome-trace-event", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "url": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__serve-static__1.15.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serve-static__1.15.0", + "package": "serve-static", + "version": "1.15.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "url": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__get-stream__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-stream__4.1.0", + "package": "get-stream", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "url": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-core-module__2.13.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-core-module__2.13.1__links", + "package": "is-core-module", + "version": "2.13.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "hasown": "2.0.1" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.1" + ], + "is-core-module": [ + "2.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__webpack__5.75.0__webpack-cli_5.1.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack__5.75.0__webpack-cli_5.1.4", + "package": "webpack", + "version": "5.75.0_webpack-cli@5.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "webpack" + ] + }, + "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "url": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", + "commit": "", + "patch_args": [], + "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__at_electron_get__1.14.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_electron_get__1.14.1", + "package": "@electron/get", + "version": "1.14.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BrZYyL/6m0ZXz/lDxy/nlVhQz+WF+iPS6qXolEU8atw7h6v1aYkjwJZ63m+bJMBTxDE66X+r2tPS4a/8C82sZw==", + "url": "https://registry.npmjs.org/@electron/get/-/get-1.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jss-plugin-rule-value-function__10.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-rule-value-function__10.10.0__links", + "package": "jss-plugin-rule-value-function", + "version": "10.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "jss": "10.10.0", + "tiny-warning": "1.0.3" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "csstype": [ + "3.1.3" + ], + "is-in-browser": [ + "1.1.3" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-rule-value-function": [ + "10.10.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "tiny-warning": [ + "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_electron_get__1.14.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_electron_get__1.14.1__links", + "package": "@electron/get", + "version": "1.14.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "global-agent": "3.0.0", + "global-tunnel-ng": "2.7.1", + "debug": "4.3.4", + "env-paths": "2.2.1", + "fs-extra": "8.1.0", + "got": "9.6.0", + "progress": "2.0.3", + "semver": "6.3.1", + "sumchecker": "3.0.1" + }, + "transitive_closure": { + "@electron/get": [ + "1.14.1" + ], + "@sindresorhus/is": [ + "0.14.0" + ], + "@szmarczak/http-timer": [ + "1.1.2" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "12.20.55" + ], + "@types/responselike": [ + "1.0.3" + ], + "boolean": [ + "3.2.0" + ], + "cacheable-request": [ + "6.1.0" + ], + "clone-response": [ + "1.0.3" + ], + "config-chain": [ + "1.1.13" + ], + "debug": [ + "4.3.4" + ], + "decompress-response": [ + "3.3.0" + ], + "defer-to-connect": [ + "1.1.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "detect-node": [ + "2.1.0" + ], + "duplexer3": [ + "0.1.5" + ], + "encodeurl": [ + "1.0.2" + ], + "end-of-stream": [ + "1.4.4" + ], + "env-paths": [ + "2.2.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es6-error": [ + "4.1.1" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "fs-extra": [ + "8.1.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "4.1.0", + "5.2.0" + ], + "global-agent": [ + "3.0.0" + ], + "global-tunnel-ng": [ + "2.7.1" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "got": [ + "9.6.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "ini": [ + "1.3.8" + ], + "json-buffer": [ + "3.0.0" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "jsonfile": [ + "4.0.0" + ], + "keyv": [ + "3.1.0" + ], + "lodash": [ + "4.17.21" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "lru-cache": [ + "6.0.0" + ], + "matcher": [ + "3.0.0" + ], + "mimic-response": [ + "1.0.1" + ], + "ms": [ + "2.1.2" + ], + "normalize-url": [ + "4.5.1" + ], + "npm-conf": [ + "1.1.3" + ], + "object-keys": [ + "1.1.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "1.1.0" + ], + "pify": [ + "3.0.0" + ], + "prepend-http": [ + "2.0.0" + ], + "progress": [ + "2.0.3" + ], + "proto-list": [ + "1.2.4" + ], + "pump": [ + "3.0.0" + ], + "responselike": [ + "1.0.2" + ], + "roarr": [ + "2.15.4" + ], + "semver": [ + "6.3.1", + "7.6.0" + ], + "semver-compare": [ + "1.0.0" + ], + "serialize-error": [ + "7.0.1" + ], + "sprintf-js": [ + "1.1.3" + ], + "sumchecker": [ + "3.0.1" + ], + "to-readable-stream": [ + "1.0.0" + ], + "tunnel": [ + "0.0.6" + ], + "type-fest": [ + "0.13.1" + ], + "universalify": [ + "0.1.2" + ], + "url-parse-lax": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ], + "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__nanoid__3.3.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__nanoid__3.3.7__links", + "package": "nanoid", + "version": "3.3.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "nanoid": [ + "3.3.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_estree__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_estree__1.0.5", + "package": "@types/estree", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "url": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webpack-cli_configtest__2.1.1__knjacnq72ipf5lm6n3lhyxjice": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webpack-cli_configtest__2.1.1__knjacnq72ipf5lm6n3lhyxjice", + "package": "@webpack-cli/configtest", + "version": "2.1.1_knjacnq72ipf5lm6n3lhyxjice", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==", + "url": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esprima__3.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__esprima__3.1.3", + "package": "esprima", + "version": "3.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AWwVMNxwhN8+NIPQzAQZCm7RkLC4RbM3B1OobMuyp3i+w73X57KCKaVIxaRZb+DYCojq7rspo+fmuQfAboyhFg==", + "url": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-stringify-safe__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-stringify-safe__5.0.1__links", + "package": "json-stringify-safe", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-stringify-safe": [ + "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__type-is__1.6.18__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__type-is__1.6.18__links", + "package": "type-is", + "version": "1.6.18", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-router-dom__5.3.3", + "package": "@types/react-router-dom", + "version": "5.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@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": false + } + }, + "npm__safer-buffer__2.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__safer-buffer__2.1.2", + "package": "safer-buffer", + "version": "2.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "url": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__hasown__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hasown__2.0.1", + "package": "hasown", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", + "url": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mime-types__2.1.35__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mime-types__2.1.35__links", + "package": "mime-types", + "version": "2.1.35", + "dev": false, + "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__at_types_js-base64__3.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_js-base64__3.3.1__links", + "package": "@types/js-base64", + "version": "3.3.1", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/js-base64" + ] + }, + "deps": { + "js-base64": "3.7.6" + }, + "transitive_closure": { + "@types/js-base64": [ + "3.3.1" + ], + "js-base64": [ + "3.7.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__end-of-stream__1.4.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__end-of-stream__1.4.4", + "package": "end-of-stream", + "version": "1.4.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "url": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__minimatch__9.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimatch__9.0.3", + "package": "minimatch", + "version": "9.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-ansi__7.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-ansi__7.1.0__links", + "package": "strip-ansi", + "version": "7.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-regex": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "6.0.1" + ], + "strip-ansi": [ + "7.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__enhanced-resolve__5.15.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__enhanced-resolve__5.15.0", + "package": "enhanced-resolve", + "version": "5.15.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", + "url": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__core-util-is__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__core-util-is__1.0.3", + "package": "core-util-is", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "url": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lru-cache__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lru-cache__6.0.0__links", + "package": "lru-cache", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "yallist": "4.0.0" + }, + "transitive_closure": { + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__utila__0.4.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__utila__0.4.0", + "package": "utila", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "url": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_json-schema__7.0.15__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_json-schema__7.0.15__links", + "package": "@types/json-schema", + "version": "7.0.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/json-schema": [ + "7.0.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__chrome-trace-event__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chrome-trace-event__1.0.3__links", + "package": "chrome-trace-event", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "chrome-trace-event": [ + "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__p-limit__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-limit__2.3.0__links", + "package": "p-limit", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-try": "2.2.0" + }, + "transitive_closure": { + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__value-equal__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__value-equal__1.0.1__links", + "package": "value-equal", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "value-equal": [ + "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__electron-to-chromium__1.4.671": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__electron-to-chromium__1.4.671", + "package": "electron-to-chromium", + "version": "1.4.671", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UUlE+/rWbydmp+FW8xlnnTA5WNA0ZZd2XL8CuMS72rh+k4y1f8+z6yk3UQhEwqHQWj6IBdL78DwWOdGMvYfQyA==", + "url": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.671.tgz", + "commit": "", + "patch_args": [], + "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__emoji-regex__8.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__emoji-regex__8.0.0", + "package": "emoji-regex", + "version": "8.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "url": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mime-types__2.1.35": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mime-types__2.1.35", + "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": false + } + }, + "npm__spdy-transport__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__spdy-transport__3.0.0", + "package": "spdy-transport", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "url": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__tiny-warning__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tiny-warning__1.0.3", + "package": "tiny-warning", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==", + "url": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__y18n__5.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__y18n__5.0.8__links", + "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__cliui__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cliui__6.0.0", + "package": "cliui", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "url": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pify__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pify__3.0.0__links", + "package": "pify", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pify": [ + "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__randombytes__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__randombytes__2.1.0", + "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": false + } + }, + "npm__at_babel_runtime__7.23.9__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_babel_runtime__7.23.9__links", + "package": "@babel/runtime", + "version": "7.23.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "regenerator-runtime": "0.14.1" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "regenerator-runtime": [ + "0.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__wbuf__1.7.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wbuf__1.7.3__links", + "package": "wbuf", + "version": "1.7.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minimalistic-assert": "1.0.1" + }, + "transitive_closure": { + "minimalistic-assert": [ + "1.0.1" + ], + "wbuf": [ + "1.7.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__envinfo__7.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__envinfo__7.11.1__links", + "package": "envinfo", + "version": "7.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "envinfo": [ + "7.11.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__foreground-child__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__foreground-child__3.1.1", + "package": "foreground-child", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "url": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__type-fest__0.13.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__type-fest__0.13.1__links", + "package": "type-fest", + "version": "0.13.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "type-fest": [ + "0.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__require-from-string__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__require-from-string__2.0.2__links", + "package": "require-from-string", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "require-from-string": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__resolve-pathname__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__resolve-pathname__3.0.0__links", + "package": "resolve-pathname", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve-pathname": [ + "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__util-deprecate__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__util-deprecate__1.0.2", + "package": "util-deprecate", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "url": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__isarray__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isarray__1.0.0", + "package": "isarray", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "url": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_express-serve-static-core__4.17.43": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_express-serve-static-core__4.17.43", + "package": "@types/express-serve-static-core", + "version": "4.17.43", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==", + "url": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz", + "commit": "", + "patch_args": [], + "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__webpack__5.75.0__webpack-cli_5.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack__5.75.0__webpack-cli_5.1.4__links", + "package": "webpack", + "version": "5.75.0_webpack-cli@5.1.4", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "webpack" + ] + }, + "deps": { + "@types/eslint-scope": "3.7.7", + "@types/estree": "0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "8.11.3", + "acorn-import-assertions": "1.9.0_acorn@8.11.3", + "browserslist": "4.23.0", + "chrome-trace-event": "1.0.3", + "enhanced-resolve": "5.15.0", + "es-module-lexer": "0.9.3", + "eslint-scope": "5.1.1", + "events": "3.3.0", + "glob-to-regexp": "0.4.1", + "graceful-fs": "4.2.11", + "json-parse-even-better-errors": "2.3.1", + "loader-runner": "4.3.0", + "mime-types": "2.1.35", + "neo-async": "2.6.2", + "schema-utils": "3.3.0", + "tapable": "2.2.1", + "terser-webpack-plugin": "5.3.10_webpack@5.75.0", + "watchpack": "2.4.0", + "webpack-cli": "5.1.4_t3pf3xxpad7nh7xke3uv4tayni", + "webpack-sources": "3.2.3" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__string_decoder__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__string_decoder__1.1.1", + "package": "string_decoder", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__csstype__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__csstype__3.1.3__links", + "package": "csstype", + "version": "3.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "csstype": [ + "3.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__minimalistic-assert__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimalistic-assert__1.0.1", + "package": "minimalistic-assert", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "url": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mkdirp__0.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mkdirp__0.5.1__links", + "package": "mkdirp", + "version": "0.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minimist": "0.0.8" + }, + "transitive_closure": { + "minimist": [ + "0.0.8" + ], + "mkdirp": [ + "0.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__yargs-parser__18.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs-parser__18.1.3__links", + "package": "yargs-parser", + "version": "18.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "camelcase": "5.3.1", + "decamelize": "1.2.0" + }, + "transitive_closure": { + "camelcase": [ + "5.3.1" + ], + "decamelize": [ + "1.2.0" + ], + "yargs-parser": [ + "18.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__chokidar__3.5.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chokidar__3.5.3__links", + "package": "chokidar", + "version": "3.5.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fsevents": "2.3.3", + "anymatch": "3.1.3", + "braces": "3.0.2", + "glob-parent": "5.1.2", + "is-binary-path": "2.1.0", + "is-glob": "4.0.3", + "normalize-path": "3.0.0", + "readdirp": "3.6.0" + }, + "transitive_closure": { + "anymatch": [ + "3.1.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "braces": [ + "3.0.2" + ], + "chokidar": [ + "3.5.3" + ], + "fill-range": [ + "7.0.1" + ], + "fsevents": [ + "2.3.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "normalize-path": [ + "3.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "readdirp": [ + "3.6.0" + ], + "to-regex-range": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__p-retry__6.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-retry__6.2.0", + "package": "p-retry", + "version": "6.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JA6nkq6hKyWLLasXQXUrO4z8BUZGUt/LjlJxx8Gb2+2ntodU/SS63YZ8b0LUTbQ8ZB9iwOfhEPhg4ykKnn2KsA==", + "url": "https://registry.npmjs.org/p-retry/-/p-retry-6.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__terser-webpack-plugin__5.3.10__webpack_5.75.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__terser-webpack-plugin__5.3.10__webpack_5.75.0", + "package": "terser-webpack-plugin", + "version": "5.3.10_webpack@5.75.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "url": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__es6-promise__4.2.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es6-promise__4.2.8__links", + "package": "es6-promise", + "version": "4.2.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "es6-promise": [ + "4.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__selfsigned__2.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__selfsigned__2.4.1__links", + "package": "selfsigned", + "version": "2.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node-forge": "1.3.11", + "node-forge": "1.3.1" + }, + "transitive_closure": { + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "node-forge": [ + "1.3.1" + ], + "selfsigned": [ + "2.4.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__uri-js__4.4.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__uri-js__4.4.1", + "package": "uri-js", + "version": "4.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "url": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__http-proxy-middleware__2.0.6__at_types_express_4.17.21": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-proxy-middleware__2.0.6__at_types_express_4.17.21", + "package": "http-proxy-middleware", + "version": "2.0.6_@types+express@4.17.21", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "url": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__isexe__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isexe__2.0.0", + "package": "isexe", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "url": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-dev-server__5.0.1__knjacnq72ipf5lm6n3lhyxjice": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-dev-server__5.0.1__knjacnq72ipf5lm6n3lhyxjice", + "package": "webpack-dev-server", + "version": "5.0.1_knjacnq72ipf5lm6n3lhyxjice", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "webpack-dev-server" + ] + }, + "integrity": "sha512-Mbla51FSVfk9WvGiCWRJLsMLq87LNxQitz477z0LIhHbx7ig/fIkU9R/OCNmf6A3tTaJoObwmYco9buC1oN+yA==", + "url": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chalk__4.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chalk__4.1.2", + "package": "chalk", + "version": "4.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_diff__5.0.9": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_diff__5.0.9", + "package": "@types/diff", + "version": "5.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/diff" + ] + }, + "integrity": "sha512-RWVEhh/zGXpAVF/ZChwNnv7r4rvqzJ7lYNSmZSVTxjV0PBLf6Qu7RNg+SUtkpzxmiNkjCx0Xn2tPp7FIkshJwQ==", + "url": "https://registry.npmjs.org/@types/diff/-/diff-5.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_helper-api-error__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-api-error__1.11.1__links", + "package": "@webassemblyjs/helper-api-error", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__ajv-formats__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv-formats__2.1.1__links", + "package": "ajv-formats", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "8.12.0" + }, + "transitive_closure": { + "ajv": [ + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "1.0.0" + ], + "punycode": [ + "2.3.1" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__minimist__0.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimist__0.0.8__links", + "package": "minimist", + "version": "0.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "minimist": [ + "0.0.8" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimatch__3.1.2", + "package": "minimatch", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__env-paths__2.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__env-paths__2.2.1", + "package": "env-paths", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "url": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ms__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ms__2.0.0", + "package": "ms", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__escape-html__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__escape-html__1.0.3__links", + "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__duplexer3__0.1.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__duplexer3__0.1.5", + "package": "duplexer3", + "version": "0.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==", + "url": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-router-dom__5.3.4__react_16.14.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-router-dom__5.3.4__react_16.14.0", + "package": "react-router-dom", + "version": "5.3.4_react@16.14.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "react-router-dom" + ] + }, + "integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==", + "url": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-router-dom__5.3.4__react_16.14.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-router-dom__5.3.4__react_16.14.0__links", + "package": "react-router-dom", + "version": "5.3.4_react@16.14.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "react-router-dom" + ] + }, + "deps": { + "@babel/runtime": "7.23.9", + "history": "4.10.1", + "loose-envify": "1.4.0", + "prop-types": "15.8.1", + "react": "16.14.0", + "react-router": "5.3.4_react@16.14.0", + "tiny-invariant": "1.3.1", + "tiny-warning": "1.0.3" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "history": [ + "4.10.1" + ], + "hoist-non-react-statics": [ + "3.3.2" + ], + "isarray": [ + "0.0.1" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "path-to-regexp": [ + "1.8.0" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-is": [ + "16.13.1" + ], + "react-router": [ + "5.3.4_react@16.14.0" + ], + "react-router-dom": [ + "5.3.4_react@16.14.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "resolve-pathname": [ + "3.0.0" + ], + "tiny-invariant": [ + "1.3.1" + ], + "tiny-warning": [ + "1.0.3" + ], + "value-equal": [ + "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__statuses__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__statuses__2.0.1", + "package": "statuses", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "url": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__agent-base__6.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__agent-base__6.0.2__links", + "package": "agent-base", + "version": "6.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4" + }, + "transitive_closure": { + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__css-selector-tokenizer__0.7.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-selector-tokenizer__0.7.3__links", + "package": "css-selector-tokenizer", + "version": "0.7.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cssesc": "3.0.0", + "fastparse": "1.1.2" + }, + "transitive_closure": { + "css-selector-tokenizer": [ + "0.7.3" + ], + "cssesc": [ + "3.0.0" + ], + "fastparse": [ + "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__is-docker__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-docker__3.0.0__links", + "package": "is-docker", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-docker": [ + "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_webassemblyjs_helper-numbers__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-numbers__1.11.1__links", + "package": "@webassemblyjs/helper-numbers", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + }, + "transitive_closure": { + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@xtuc/long": [ + "4.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_webpack-cli_serve__2.0.5__t4ysz4cs4b25yv3pntzy3gupv4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webpack-cli_serve__2.0.5__t4ysz4cs4b25yv3pntzy3gupv4__links", + "package": "@webpack-cli/serve", + "version": "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "webpack": "5.75.0_webpack-cli@5.1.4", + "webpack-cli": "5.1.4_t3pf3xxpad7nh7xke3uv4tayni", + "webpack-dev-server": "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__yocto-queue__0.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yocto-queue__0.1.0__links", + "package": "yocto-queue", + "version": "0.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__http-proxy-agent__4.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-proxy-agent__4.0.1", + "package": "http-proxy-agent", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-parse__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-parse__1.0.7__links", + "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__at_types_serve-static__1.15.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_serve-static__1.15.5__links", + "package": "@types/serve-static", + "version": "1.15.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/http-errors": "2.0.4", + "@types/mime": "3.0.4", + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/http-errors": [ + "2.0.4" + ], + "@types/mime": [ + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/serve-static": [ + "1.15.5" + ], + "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__hyperdyperid__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hyperdyperid__1.2.0__links", + "package": "hyperdyperid", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "hyperdyperid": [ + "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__safe-buffer__5.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__safe-buffer__5.2.1", + "package": "safe-buffer", + "version": "5.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__shallow-clone__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__shallow-clone__3.0.1__links", + "package": "shallow-clone", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "kind-of": "6.0.3" + }, + "transitive_closure": { + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__wrap-ansi__8.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wrap-ansi__8.1.0__links", + "package": "wrap-ansi", + "version": "8.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "6.2.1", + "string-width": "5.1.2", + "strip-ansi": "7.1.0" + }, + "transitive_closure": { + "ansi-regex": [ + "6.0.1" + ], + "ansi-styles": [ + "6.2.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "emoji-regex": [ + "9.2.2" + ], + "string-width": [ + "5.1.2" + ], + "strip-ansi": [ + "7.1.0" + ], + "wrap-ansi": [ + "8.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__bundle-name__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__bundle-name__4.1.0", + "package": "bundle-name", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", + "url": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dot-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dot-case__3.0.4__links", + "package": "dot-case", + "version": "3.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "no-case": "3.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "dot-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_wasm-gen__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wasm-gen__1.11.1", + "package": "@webassemblyjs/wasm-gen", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-router__5.3.4__react_16.14.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-router__5.3.4__react_16.14.0__links", + "package": "react-router", + "version": "5.3.4_react@16.14.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "react-router" + ] + }, + "deps": { + "@babel/runtime": "7.23.9", + "history": "4.10.1", + "hoist-non-react-statics": "3.3.2", + "loose-envify": "1.4.0", + "path-to-regexp": "1.8.0", + "prop-types": "15.8.1", + "react": "16.14.0", + "react-is": "16.13.1", + "tiny-invariant": "1.3.1", + "tiny-warning": "1.0.3" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "history": [ + "4.10.1" + ], + "hoist-non-react-statics": [ + "3.3.2" + ], + "isarray": [ + "0.0.1" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "path-to-regexp": [ + "1.8.0" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-is": [ + "16.13.1" + ], + "react-router": [ + "5.3.4_react@16.14.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "resolve-pathname": [ + "3.0.0" + ], + "tiny-invariant": [ + "1.3.1" + ], + "tiny-warning": [ + "1.0.3" + ], + "value-equal": [ + "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__domelementtype__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__domelementtype__2.3.0", + "package": "domelementtype", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__es-define-property__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es-define-property__1.0.0__links", + "package": "es-define-property", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.4" + }, + "transitive_closure": { + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "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__process-nextick-args__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__process-nextick-args__2.0.1", + "package": "process-nextick-args", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "url": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_bonjour__3.5.13": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_bonjour__3.5.13", + "package": "@types/bonjour", + "version": "3.5.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", + "url": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ajv-keywords__3.5.2__ajv_6.12.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv-keywords__3.5.2__ajv_6.12.6", + "package": "ajv-keywords", + "version": "3.5.2_ajv@6.12.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "url": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__forwarded__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__forwarded__0.2.0__links", + "package": "forwarded", + "version": "0.2.0", + "dev": false, + "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__pako__1.0.11": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pako__1.0.11", + "package": "pako", + "version": "1.0.11", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "pako" + ] + }, + "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": false + } + }, + "npm__define-lazy-prop__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__define-lazy-prop__3.0.0__links", + "package": "define-lazy-prop", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "define-lazy-prop": [ + "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__watchpack__2.4.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__watchpack__2.4.0", + "package": "watchpack", + "version": "2.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "url": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob-parent__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob-parent__5.1.2__links", + "package": "glob-parent", + "version": "5.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-glob": "4.0.3" + }, + "transitive_closure": { + "glob-parent": [ + "5.1.2" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__postcss__7.0.39__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss__7.0.39__links", + "package": "postcss", + "version": "7.0.39", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "picocolors": "0.2.1", + "source-map": "0.6.1" + }, + "transitive_closure": { + "picocolors": [ + "0.2.1" + ], + "postcss": [ + "7.0.39" + ], + "source-map": [ + "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__lodash__4.17.21": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lodash__4.17.21", + "package": "lodash", + "version": "4.17.21", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "url": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__shebang-regex__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__shebang-regex__3.0.0__links", + "package": "shebang-regex", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "shebang-regex": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__inherits__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__inherits__2.0.3__links", + "package": "inherits", + "version": "2.0.3", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__picomatch__2.3.1__links", + "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__url-parse-lax__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__url-parse-lax__3.0.0", + "package": "url-parse-lax", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==", + "url": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__loader-runner__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__loader-runner__4.3.0", + "package": "loader-runner", + "version": "4.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "url": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lru-cache__10.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lru-cache__10.2.0__links", + "package": "lru-cache", + "version": "10.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lru-cache": [ + "10.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__decamelize__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__decamelize__4.0.0", + "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": false + } + }, + "npm__es-errors__1.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es-errors__1.3.0", + "package": "es-errors", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "url": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_qs__6.9.11__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_qs__6.9.11__links", + "package": "@types/qs", + "version": "6.9.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/qs": [ + "6.9.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__get-stream__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-stream__6.0.1__links", + "package": "get-stream", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "get-stream": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-plain-obj__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-plain-obj__2.1.0", + "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": false + } + }, + "npm__launch-editor__2.6.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__launch-editor__2.6.1", + "package": "launch-editor", + "version": "2.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==", + "url": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__tiny-invariant__1.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__tiny-invariant__1.3.1__links", + "package": "tiny-invariant", + "version": "1.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tiny-invariant": [ + "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__toidentifier__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__toidentifier__1.0.1__links", + "package": "toidentifier", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__es6-promise__4.2.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es6-promise__4.2.8", + "package": "es6-promise", + "version": "4.2.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", + "url": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__boolean__3.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__boolean__3.2.0", + "package": "boolean", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==", + "url": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_wasm-parser__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wasm-parser__1.11.1", + "package": "@webassemblyjs/wasm-parser", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__websocket-driver__0.7.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__websocket-driver__0.7.4__links", + "package": "websocket-driver", + "version": "0.7.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "http-parser-js": "0.5.8", + "safe-buffer": "5.2.1", + "websocket-extensions": "0.1.4" + }, + "transitive_closure": { + "http-parser-js": [ + "0.5.8" + ], + "safe-buffer": [ + "5.2.1" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "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__minimatch__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimatch__5.0.1__links", + "package": "minimatch", + "version": "5.0.1", + "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.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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react-is__16.13.1__links", + "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__typed-css-modules__0.6.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__typed-css-modules__0.6.8__links", + "package": "typed-css-modules", + "version": "0.6.8", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "typed-css-modules" + ] + }, + "deps": { + "@types/css-modules-loader-core": "1.1.4", + "camelcase": "5.3.1", + "chalk": "2.4.2", + "chokidar": "3.6.0", + "css-modules-loader-core": "1.1.0", + "glob": "7.2.3", + "is-there": "4.5.1", + "mkdirp": "0.5.6", + "yargs": "15.4.1" + }, + "transitive_closure": { + "@types/css-modules-loader-core": [ + "1.1.4" + ], + "ansi-regex": [ + "2.1.1", + "5.0.1" + ], + "ansi-styles": [ + "2.2.1", + "3.2.1", + "4.3.0" + ], + "anymatch": [ + "3.1.3" + ], + "balanced-match": [ + "1.0.2" + ], + "binary-extensions": [ + "2.2.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "braces": [ + "3.0.2" + ], + "camelcase": [ + "5.3.1" + ], + "chalk": [ + "1.1.3", + "2.4.2" + ], + "chokidar": [ + "3.6.0" + ], + "cliui": [ + "6.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "concat-map": [ + "0.0.1" + ], + "css-modules-loader-core": [ + "1.1.0" + ], + "css-selector-tokenizer": [ + "0.7.3" + ], + "cssesc": [ + "3.0.0" + ], + "decamelize": [ + "1.2.0" + ], + "emoji-regex": [ + "8.0.0" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "fastparse": [ + "1.1.2" + ], + "fill-range": [ + "7.0.1" + ], + "find-up": [ + "4.1.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "get-caller-file": [ + "2.0.5" + ], + "glob": [ + "7.2.3" + ], + "glob-parent": [ + "5.1.2" + ], + "has-ansi": [ + "2.0.0" + ], + "has-flag": [ + "1.0.0", + "3.0.0" + ], + "icss-replace-symbols": [ + "1.1.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-there": [ + "4.5.1" + ], + "locate-path": [ + "5.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ], + "normalize-path": [ + "3.0.0" + ], + "once": [ + "1.4.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "picocolors": [ + "0.2.1" + ], + "picomatch": [ + "2.3.1" + ], + "postcss": [ + "6.0.1", + "7.0.39" + ], + "postcss-modules-extract-imports": [ + "1.1.0" + ], + "postcss-modules-local-by-default": [ + "1.2.0" + ], + "postcss-modules-scope": [ + "1.1.0" + ], + "postcss-modules-values": [ + "1.3.0" + ], + "readdirp": [ + "3.6.0" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "set-blocking": [ + "2.0.0" + ], + "source-map": [ + "0.5.7", + "0.6.1" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "3.0.1", + "6.0.1" + ], + "supports-color": [ + "2.0.0", + "3.2.3", + "5.5.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "typed-css-modules": [ + "0.6.8" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ], + "wrappy": [ + "1.0.2" + ], + "y18n": [ + "4.0.3" + ], + "yargs": [ + "15.4.1" + ], + "yargs-parser": [ + "18.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__ipaddr.js__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ipaddr.js__2.1.0__links", + "package": "ipaddr.js", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ipaddr.js": [ + "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__mime__1.6.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mime__1.6.0", + "package": "mime", + "version": "1.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "url": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__define-properties__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__define-properties__1.2.1", + "package": "define-properties", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "url": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__hasown__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hasown__2.0.1__links", + "package": "hasown", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "function-bind": "1.1.2" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "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__rechoir__0.8.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__rechoir__0.8.0__links", + "package": "rechoir", + "version": "0.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "resolve": "1.22.8" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.1" + ], + "is-core-module": [ + "2.13.1" + ], + "path-parse": [ + "1.0.7" + ], + "rechoir": [ + "0.8.0" + ], + "resolve": [ + "1.22.8" + ], + "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_types_connect-history-api-fallback__1.5.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_connect-history-api-fallback__1.5.4", + "package": "@types/connect-history-api-fallback", + "version": "1.5.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", + "url": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-preserve-symlinks-flag__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-preserve-symlinks-flag__1.0.0", + "package": "supports-preserve-symlinks-flag", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "url": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__range-parser__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__range-parser__1.2.1__links", + "package": "range-parser", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "range-parser": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__strip-final-newline__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-final-newline__2.0.0", + "package": "strip-final-newline", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "url": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__loader-utils__1.4.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__loader-utils__1.4.2", + "package": "loader-utils", + "version": "1.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "url": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__minimist__1.2.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimist__1.2.8__links", + "package": "minimist", + "version": "1.2.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "minimist": [ + "1.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__ajv-keywords__5.1.0__ajv_8.12.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv-keywords__5.1.0__ajv_8.12.0__links", + "package": "ajv-keywords", + "version": "5.1.0_ajv@8.12.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "8.12.0", + "fast-deep-equal": "3.1.3" + }, + "transitive_closure": { + "ajv": [ + "8.12.0" + ], + "ajv-keywords": [ + "5.1.0_ajv@8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "1.0.0" + ], + "punycode": [ + "2.3.1" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__boolbase__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__boolbase__1.0.0", + "package": "boolbase", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "url": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__concat-map__0.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__concat-map__0.0.1", + "package": "concat-map", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "url": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__debug__3.1.0__supports-color_5.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__3.1.0__supports-color_5.4.0__links", + "package": "debug", + "version": "3.1.0_supports-color@5.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ms": "2.0.0", + "supports-color": "5.4.0" + }, + "transitive_closure": { + "debug": [ + "3.1.0_supports-color@5.4.0" + ], + "has-flag": [ + "3.0.0" + ], + "ms": [ + "2.0.0" + ], + "supports-color": [ + "5.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__emoji-regex__8.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__emoji-regex__8.0.0__links", + "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__at_types_express-serve-static-core__4.17.43__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_express-serve-static-core__4.17.43__links", + "package": "@types/express-serve-static-core", + "version": "4.17.43", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.11.19", + "@types/qs": "6.9.11", + "@types/range-parser": "1.2.7", + "@types/send": "0.17.4" + }, + "transitive_closure": { + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/mime": [ + "1.3.5" + ], + "@types/node": [ + "20.11.19" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/send": [ + "0.17.4" + ], + "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__postcss-modules-local-by-default__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-local-by-default__1.2.0__links", + "package": "postcss-modules-local-by-default", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "css-selector-tokenizer": "0.7.3", + "postcss": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "2.1.1" + ], + "ansi-styles": [ + "2.2.1" + ], + "chalk": [ + "1.1.3" + ], + "css-selector-tokenizer": [ + "0.7.3" + ], + "cssesc": [ + "3.0.0" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "fastparse": [ + "1.1.2" + ], + "has-ansi": [ + "2.0.0" + ], + "has-flag": [ + "1.0.0" + ], + "postcss": [ + "6.0.1" + ], + "postcss-modules-local-by-default": [ + "1.2.0" + ], + "source-map": [ + "0.5.7" + ], + "strip-ansi": [ + "3.0.1" + ], + "supports-color": [ + "2.0.0", + "3.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__websocket-extensions__0.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__websocket-extensions__0.1.4__links", + "package": "websocket-extensions", + "version": "0.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "websocket-extensions": [ + "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__depd__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__depd__1.1.2", + "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": false + } + }, + "npm__is-number__7.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-number__7.0.0__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__semver__6.3.1", + "package": "semver", + "version": "6.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "url": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_runtime__7.23.9": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_babel_runtime__7.23.9", + "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": false + } + }, + "npm__isarray__0.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isarray__0.0.1", + "package": "isarray", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", + "url": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__csstype__3.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__csstype__3.1.3", + "package": "csstype", + "version": "3.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "url": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fast-deep-equal__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fast-deep-equal__3.1.3__links", + "package": "fast-deep-equal", + "version": "3.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fast-deep-equal": [ + "3.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__methods__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__methods__1.1.2", + "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": false + } + }, + "npm__at_jridgewell_trace-mapping__0.3.22": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_trace-mapping__0.3.22", + "package": "@jridgewell/trace-mapping", + "version": "0.3.22", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==", + "url": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz", + "commit": "", + "patch_args": [], + "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__cliui__7.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cliui__7.0.4", + "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": false + } + }, + "npm__debug__2.6.9__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__2.6.9__links", + "package": "debug", + "version": "2.6.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ms": "2.0.0" + }, + "transitive_closure": { + "debug": [ + "2.6.9" + ], + "ms": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_react-router__5.1.20__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-router__5.1.20__links", + "package": "@types/react-router", + "version": "5.1.20", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/react-router" + ] + }, + "deps": { + "@types/history": "4.7.11", + "@types/react": "16.14.56" + }, + "transitive_closure": { + "@types/history": [ + "4.7.11" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/react-router": [ + "5.1.20" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "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__clsx__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__clsx__1.2.1__links", + "package": "clsx", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "clsx": [ + "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__pump__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pump__3.0.0__links", + "package": "pump", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "end-of-stream": "1.4.4", + "once": "1.4.0" + }, + "transitive_closure": { + "end-of-stream": [ + "1.4.4" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__supports-preserve-symlinks-flag__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-preserve-symlinks-flag__1.0.0__links", + "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__no-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__no-case__3.0.4__links", + "package": "no-case", + "version": "3.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lower-case": "2.0.2", + "tslib": "2.6.2" + }, + "transitive_closure": { + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_xtuc_ieee754__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_xtuc_ieee754__1.2.0__links", + "package": "@xtuc/ieee754", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@xtuc/ieee754": [ + "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__at_types_node__20.11.19": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_node__20.11.19", + "package": "@types/node", + "version": "20.11.19", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==", + "url": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__proto-list__1.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__proto-list__1.2.4__links", + "package": "proto-list", + "version": "1.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "proto-list": [ + "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__at_types_keyv__3.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_keyv__3.1.4__links", + "package": "@types/keyv", + "version": "3.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "12.20.55" + }, + "transitive_closure": { + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "12.20.55" + ] + }, + "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-forge__1.3.11__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_node-forge__1.3.11__links", + "package": "@types/node-forge", + "version": "1.3.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "20.11.19" + }, + "transitive_closure": { + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "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__type-fest__0.13.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__type-fest__0.13.1", + "package": "type-fest", + "version": "0.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", + "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob__7.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob__7.2.3__links", + "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__utila__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__utila__0.4.0__links", + "package": "utila", + "version": "0.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "utila": [ + "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__pascal-case__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pascal-case__3.1.2__links", + "package": "pascal-case", + "version": "3.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "no-case": "3.0.4", + "tslib": "2.6.2" + }, + "transitive_closure": { + "lower-case": [ + "2.0.2" + ], + "no-case": [ + "3.0.4" + ], + "pascal-case": [ + "3.1.2" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__npm-run-path__4.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__npm-run-path__4.0.1", + "package": "npm-run-path", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "url": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-exists__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-exists__4.0.0", + "package": "path-exists", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "url": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-flag__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-flag__1.0.0__links", + "package": "has-flag", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-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__cross-spawn__7.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cross-spawn__7.0.3", + "package": "cross-spawn", + "version": "7.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__got__9.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__got__9.6.0__links", + "package": "got", + "version": "9.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sindresorhus/is": "0.14.0", + "@szmarczak/http-timer": "1.1.2", + "@types/keyv": "3.1.4", + "@types/responselike": "1.0.3", + "cacheable-request": "6.1.0", + "decompress-response": "3.3.0", + "duplexer3": "0.1.5", + "get-stream": "4.1.0", + "lowercase-keys": "1.0.1", + "mimic-response": "1.0.1", + "p-cancelable": "1.1.0", + "to-readable-stream": "1.0.0", + "url-parse-lax": "3.0.0" + }, + "transitive_closure": { + "@sindresorhus/is": [ + "0.14.0" + ], + "@szmarczak/http-timer": [ + "1.1.2" + ], + "@types/keyv": [ + "3.1.4" + ], + "@types/node": [ + "12.20.55" + ], + "@types/responselike": [ + "1.0.3" + ], + "cacheable-request": [ + "6.1.0" + ], + "clone-response": [ + "1.0.3" + ], + "decompress-response": [ + "3.3.0" + ], + "defer-to-connect": [ + "1.1.3" + ], + "duplexer3": [ + "0.1.5" + ], + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "4.1.0", + "5.2.0" + ], + "got": [ + "9.6.0" + ], + "http-cache-semantics": [ + "4.1.1" + ], + "json-buffer": [ + "3.0.0" + ], + "keyv": [ + "3.1.0" + ], + "lowercase-keys": [ + "1.0.1", + "2.0.0" + ], + "mimic-response": [ + "1.0.1" + ], + "normalize-url": [ + "4.5.1" + ], + "once": [ + "1.4.0" + ], + "p-cancelable": [ + "1.1.0" + ], + "prepend-http": [ + "2.0.0" + ], + "pump": [ + "3.0.0" + ], + "responselike": [ + "1.0.2" + ], + "to-readable-stream": [ + "1.0.0" + ], + "url-parse-lax": [ + "3.0.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__fd-slicer__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fd-slicer__1.1.0", + "package": "fd-slicer", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", + "url": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__defer-to-connect__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__defer-to-connect__1.1.3__links", + "package": "defer-to-connect", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "defer-to-connect": [ + "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__to-readable-stream__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__to-readable-stream__1.0.0__links", + "package": "to-readable-stream", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "to-readable-stream": [ + "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__emojis-list__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__emojis-list__3.0.0__links", + "package": "emojis-list", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "emojis-list": [ + "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__mime-db__1.52.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mime-db__1.52.0", + "package": "mime-db", + "version": "1.52.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "url": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__typedarray__0.0.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__typedarray__0.0.6", + "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": false + } + }, + "npm__at_types_qs__6.9.11": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_qs__6.9.11", + "package": "@types/qs", + "version": "6.9.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oGk0gmhnEJK4Yyk+oI7EfXsLayXatCWPHary1MtcmbAifkobT9cM9yutG/hZKIseOU0MqbIwQ/u2nn/Gb+ltuQ==", + "url": "https://registry.npmjs.org/@types/qs/-/qs-6.9.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__call-bind__1.0.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__call-bind__1.0.7", + "package": "call-bind", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "url": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__http-proxy-middleware__2.0.6__at_types_express_4.17.21__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-proxy-middleware__2.0.6__at_types_express_4.17.21__links", + "package": "http-proxy-middleware", + "version": "2.0.6_@types+express@4.17.21", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/express": "4.17.21", + "@types/http-proxy": "1.17.14", + "http-proxy": "1.18.1", + "is-glob": "4.0.3", + "is-plain-obj": "3.0.0", + "micromatch": "4.0.5" + }, + "transitive_closure": { + "@types/body-parser": [ + "1.19.5" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "braces": [ + "3.0.2" + ], + "eventemitter3": [ + "4.0.7" + ], + "fill-range": [ + "7.0.1" + ], + "follow-redirects": [ + "1.15.5" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "is-extglob": [ + "2.1.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "picomatch": [ + "2.3.1" + ], + "requires-port": [ + "1.0.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__json-schema-traverse__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-schema-traverse__1.0.0", + "package": "json-schema-traverse", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__minimatch__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimatch__5.0.1", + "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": false + } + }, + "npm__pathval__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pathval__1.1.1__links", + "package": "pathval", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pathval": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__renderkid__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__renderkid__3.0.0", + "package": "renderkid", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "url": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-html-community__0.0.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-html-community__0.0.8", + "package": "ansi-html-community", + "version": "0.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "url": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__side-channel__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__side-channel__1.0.5__links", + "package": "side-channel", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.7", + "es-errors": "1.3.0", + "get-intrinsic": "1.2.4", + "object-inspect": "1.13.1" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "set-function-length": [ + "1.2.1" + ], + "side-channel": [ + "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-inside-container__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-inside-container__1.0.0__links", + "package": "is-inside-container", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-docker": "3.0.0" + }, + "transitive_closure": { + "is-docker": [ + "3.0.0" + ], + "is-inside-container": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__loupe__2.3.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__loupe__2.3.7__links", + "package": "loupe", + "version": "2.3.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-func-name": "2.0.2" + }, + "transitive_closure": { + "get-func-name": [ + "2.0.2" + ], + "loupe": [ + "2.3.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-binary-path__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-binary-path__2.1.0__links", + "package": "is-binary-path", + "version": "2.1.0", + "dev": false, + "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__source-map-support__0.5.21": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__source-map-support__0.5.21", + "package": "source-map-support", + "version": "0.5.21", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "source-map-support" + ] + }, + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_serve-static__1.15.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_serve-static__1.15.5", + "package": "@types/serve-static", + "version": "1.15.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", + "url": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_material-ui_icons__4.11.3__m2ddnah33gvdgahe3e23i4vjue": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_icons__4.11.3__m2ddnah33gvdgahe3e23i4vjue", + "package": "@material-ui/icons", + "version": "4.11.3_m2ddnah33gvdgahe3e23i4vjue", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@material-ui/icons" + ] + }, + "integrity": "sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==", + "url": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.11.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-sources__3.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-sources__3.2.3__links", + "package": "webpack-sources", + "version": "3.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "webpack-sources": [ + "3.2.3" + ] + }, + "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.671__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__electron-to-chromium__1.4.671__links", + "package": "electron-to-chromium", + "version": "1.4.671", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "electron-to-chromium": [ + "1.4.671" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__electron__11.5.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__electron__11.5.0", + "package": "electron", + "version": "11.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "electron" + ] + }, + "integrity": "sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg==", + "url": "https://registry.npmjs.org/electron/-/electron-11.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__object-inspect__1.13.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__object-inspect__1.13.1", + "package": "object-inspect", + "version": "1.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__qs__6.11.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__qs__6.11.0", + "package": "qs", + "version": "6.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "url": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jss-plugin-global__10.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-global__10.10.0", + "package": "jss-plugin-global", + "version": "10.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==", + "url": "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__readable-stream__3.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__readable-stream__3.6.2__links", + "package": "readable-stream", + "version": "3.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "inherits": "2.0.4", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + }, + "transitive_closure": { + "inherits": [ + "2.0.4" + ], + "readable-stream": [ + "3.6.2" + ], + "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__source-map-js__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__source-map-js__1.0.2", + "package": "source-map-js", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "url": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ms__2.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ms__2.1.3__links", + "package": "ms", + "version": "2.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ms": [ + "2.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__browser-stdout__1.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__browser-stdout__1.3.1__links", + "package": "browser-stdout", + "version": "1.3.1", + "dev": false, + "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__get-stream__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-stream__4.1.0__links", + "package": "get-stream", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "pump": "3.0.0" + }, + "transitive_closure": { + "end-of-stream": [ + "1.4.4" + ], + "get-stream": [ + "4.1.0" + ], + "once": [ + "1.4.0" + ], + "pump": [ + "3.0.0" + ], + "wrappy": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__color-name__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__color-name__1.1.3__links", + "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__randombytes__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__randombytes__2.1.0__links", + "package": "randombytes", + "version": "2.1.0", + "dev": false, + "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__anymatch__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__anymatch__3.1.3__links", + "package": "anymatch", + "version": "3.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "normalize-path": "3.0.0", + "picomatch": "2.3.1" + }, + "transitive_closure": { + "anymatch": [ + "3.1.3" + ], + "normalize-path": [ + "3.0.0" + ], + "picomatch": [ + "2.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__terser__5.27.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__terser__5.27.1__links", + "package": "terser", + "version": "5.27.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/source-map": "0.3.5", + "acorn": "8.11.3", + "commander": "2.20.3", + "source-map-support": "0.5.21" + }, + "transitive_closure": { + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "acorn": [ + "8.11.3" + ], + "buffer-from": [ + "1.1.2" + ], + "commander": [ + "2.20.3" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "terser": [ + "5.27.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__matcher__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__matcher__3.0.0__links", + "package": "matcher", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "escape-string-regexp": "4.0.0" + }, + "transitive_closure": { + "escape-string-regexp": [ + "4.0.0" + ], + "matcher": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__open__10.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__open__10.0.3__links", + "package": "open", + "version": "10.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "default-browser": "5.2.1", + "define-lazy-prop": "3.0.0", + "is-inside-container": "1.0.0", + "is-wsl": "3.1.0" + }, + "transitive_closure": { + "bundle-name": [ + "4.1.0" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "is-docker": [ + "3.0.0" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-wsl": [ + "3.1.0" + ], + "open": [ + "10.0.3" + ], + "run-applescript": [ + "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__eventemitter3__4.0.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__eventemitter3__4.0.7", + "package": "eventemitter3", + "version": "4.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mime-db__1.52.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mime-db__1.52.0__links", + "package": "mime-db", + "version": "1.52.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mime-db": [ + "1.52.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__minipass__7.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minipass__7.0.4__links", + "package": "minipass", + "version": "7.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "minipass": [ + "7.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__range-parser__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__range-parser__1.2.1", + "package": "range-parser", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "url": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__once__1.4.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__once__1.4.0", + "package": "once", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "url": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__prop-types__15.8.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__prop-types__15.8.1", + "package": "prop-types", + "version": "15.8.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "url": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-selector-parser__6.0.15__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-selector-parser__6.0.15__links", + "package": "postcss-selector-parser", + "version": "6.0.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cssesc": "3.0.0", + "util-deprecate": "1.0.2" + }, + "transitive_closure": { + "cssesc": [ + "3.0.0" + ], + "postcss-selector-parser": [ + "6.0.15" + ], + "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__typescript__5.3.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__typescript__5.3.3", + "package": "typescript", + "version": "5.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "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": false + } + }, + "npm__at_types_eslint__8.56.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_eslint__8.56.2__links", + "package": "@types/eslint", + "version": "8.56.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/estree": "1.0.5", + "@types/json-schema": "7.0.15" + }, + "transitive_closure": { + "@types/eslint": [ + "8.56.2" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/json-schema": [ + "7.0.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__strip-ansi__7.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-ansi__7.1.0", + "package": "strip-ansi", + "version": "7.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_wasm-opt__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wasm-opt__1.11.1__links", + "package": "@webassemblyjs/wasm-opt", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + }, + "transitive_closure": { + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__domutils__2.8.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__domutils__2.8.0__links", + "package": "domutils", + "version": "2.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "dom-serializer": "1.4.1", + "domelementtype": "2.3.0", + "domhandler": "4.3.1" + }, + "transitive_closure": { + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "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__process-nextick-args__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__process-nextick-args__2.0.1__links", + "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__shell-quote__1.8.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__shell-quote__1.8.1__links", + "package": "shell-quote", + "version": "1.8.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "shell-quote": [ + "1.8.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_json-stable-stringify__1.0.36": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_json-stable-stringify__1.0.36", + "package": "@types/json-stable-stringify", + "version": "1.0.36", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/json-stable-stringify" + ] + }, + "integrity": "sha512-b7bq23s4fgBB76n34m2b3RBf6M369B0Z9uRR8aHTMd8kZISRkmDEpPD8hhpYvDFzr3bJCPES96cm3Q6qRNDbQw==", + "url": "https://registry.npmjs.org/@types/json-stable-stringify/-/json-stable-stringify-1.0.36.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__workerpool__6.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__workerpool__6.2.1", + "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": false + } + }, + "npm__mocha__10.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mocha__10.3.0", + "package": "mocha", + "version": "10.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "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": false + } + }, + "npm__ast-types__0.9.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ast-types__0.9.6__links", + "package": "ast-types", + "version": "0.9.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ast-types": [ + "0.9.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__compression__1.7.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__compression__1.7.4__links", + "package": "compression", + "version": "1.7.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "accepts": "1.3.8", + "bytes": "3.0.0", + "compressible": "2.0.18", + "debug": "2.6.9", + "on-headers": "1.0.2", + "safe-buffer": "5.1.2", + "vary": "1.1.2" + }, + "transitive_closure": { + "accepts": [ + "1.3.8" + ], + "bytes": [ + "3.0.0" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "debug": [ + "2.6.9" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "ms": [ + "2.0.0" + ], + "negotiator": [ + "0.6.3" + ], + "on-headers": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2" + ], + "vary": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__mkdirp__0.5.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mkdirp__0.5.6__links", + "package": "mkdirp", + "version": "0.5.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minimist": "1.2.8" + }, + "transitive_closure": { + "minimist": [ + "1.2.8" + ], + "mkdirp": [ + "0.5.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__react__16.14.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__react__16.14.0__links", + "package": "react", + "version": "16.14.0", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "react" + ] + }, + "deps": { + "loose-envify": "1.4.0", + "object-assign": "4.1.1", + "prop-types": "15.8.1" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "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__lower-case__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lower-case__2.0.2", + "package": "lower-case", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "url": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-local-by-default__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-local-by-default__1.2.0", + "package": "postcss-modules-local-by-default", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X4cquUPIaAd86raVrBwO8fwRfkIdbwFu7CTfEOjiZQHVQwlHRSkTgH5NLDmMm5+1hQO8u6dZ+TOOJDbay1hYpA==", + "url": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__brace-expansion__1.1.11__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__brace-expansion__1.1.11__links", + "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__merge-stream__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__merge-stream__2.0.0", + "package": "merge-stream", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "url": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__http-parser-js__0.5.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-parser-js__0.5.8__links", + "package": "http-parser-js", + "version": "0.5.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "http-parser-js": [ + "0.5.8" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cliui__7.0.4__links", + "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__watchpack__2.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__watchpack__2.4.0__links", + "package": "watchpack", + "version": "2.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "glob-to-regexp": "0.4.1", + "graceful-fs": "4.2.11" + }, + "transitive_closure": { + "glob-to-regexp": [ + "0.4.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "watchpack": [ + "2.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__finalhandler__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__finalhandler__1.2.0", + "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": false + } + }, + "npm__at_webassemblyjs_leb128__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_leb128__1.11.1", + "package": "@webassemblyjs/leb128", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "url": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__normalize-url__4.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__normalize-url__4.5.1__links", + "package": "normalize-url", + "version": "4.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "normalize-url": [ + "4.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__negotiator__0.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__negotiator__0.6.3__links", + "package": "negotiator", + "version": "0.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "negotiator": [ + "0.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__p-locate__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-locate__5.0.0__links", + "package": "p-locate", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-limit": "3.1.0" + }, + "transitive_closure": { + "p-limit": [ + "3.1.0" + ], + "p-locate": [ + "5.0.0" + ], + "yocto-queue": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__estraverse__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__estraverse__4.3.0__links", + "package": "estraverse", + "version": "4.3.0", + "dev": false, + "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__escape-string-regexp__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__escape-string-regexp__1.0.5", + "package": "escape-string-regexp", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__unpipe__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__unpipe__1.0.0__links", + "package": "unpipe", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unpipe": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__type-detect__4.0.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__type-detect__4.0.8", + "package": "type-detect", + "version": "4.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "url": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__gopd__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__gopd__1.0.1__links", + "package": "gopd", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.4" + }, + "transitive_closure": { + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "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_eslint-scope__3.7.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_eslint-scope__3.7.7__links", + "package": "@types/eslint-scope", + "version": "3.7.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/eslint": "8.56.2", + "@types/estree": "1.0.5" + }, + "transitive_closure": { + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "1.0.5" + ], + "@types/json-schema": [ + "7.0.15" + ] + }, + "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-stable-stringify__1.0.36__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_json-stable-stringify__1.0.36__links", + "package": "@types/json-stable-stringify", + "version": "1.0.36", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/json-stable-stringify" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/json-stable-stringify": [ + "1.0.36" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__chalk__2.4.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chalk__2.4.2", + "package": "chalk", + "version": "2.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "chalk" + ] + }, + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "url": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__debug__2.6.9": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__2.6.9", + "package": "debug", + "version": "2.6.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "url": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__serialize-error__7.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serialize-error__7.0.1", + "package": "serialize-error", + "version": "7.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", + "url": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cssesc__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cssesc__3.0.0", + "package": "cssesc", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "url": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jss-plugin-nested__10.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-nested__10.10.0__links", + "package": "jss-plugin-nested", + "version": "10.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "jss": "10.10.0", + "tiny-warning": "1.0.3" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "csstype": [ + "3.1.3" + ], + "is-in-browser": [ + "1.1.3" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-nested": [ + "10.10.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "tiny-warning": [ + "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__progress__2.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__progress__2.0.3", + "package": "progress", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "url": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eastasianwidth__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__eastasianwidth__0.2.0__links", + "package": "eastasianwidth", + "version": "0.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "eastasianwidth": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__yargs__15.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yargs__15.4.1__links", + "package": "yargs", + "version": "15.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cliui": "6.0.0", + "decamelize": "1.2.0", + "find-up": "4.1.0", + "get-caller-file": "2.0.5", + "require-directory": "2.1.1", + "require-main-filename": "2.0.0", + "set-blocking": "2.0.0", + "string-width": "4.2.3", + "which-module": "2.0.1", + "y18n": "4.0.3", + "yargs-parser": "18.1.3" + }, + "transitive_closure": { + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "camelcase": [ + "5.3.1" + ], + "cliui": [ + "6.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "decamelize": [ + "1.2.0" + ], + "emoji-regex": [ + "8.0.0" + ], + "find-up": [ + "4.1.0" + ], + "get-caller-file": [ + "2.0.5" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "locate-path": [ + "5.0.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "path-exists": [ + "4.0.0" + ], + "require-directory": [ + "2.1.1" + ], + "require-main-filename": [ + "2.0.0" + ], + "set-blocking": [ + "2.0.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "which-module": [ + "2.0.1" + ], + "wrap-ansi": [ + "6.2.0" + ], + "y18n": [ + "4.0.3" + ], + "yargs": [ + "15.4.1" + ], + "yargs-parser": [ + "18.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-unicode-supported__0.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-unicode-supported__0.1.0__links", + "package": "is-unicode-supported", + "version": "0.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-unicode-supported": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_sindresorhus_is__0.14.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_sindresorhus_is__0.14.0", + "package": "@sindresorhus/is", + "version": "0.14.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "url": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__multicast-dns__7.2.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__multicast-dns__7.2.5__links", + "package": "multicast-dns", + "version": "7.2.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "dns-packet": "5.6.1", + "thunky": "1.1.0" + }, + "transitive_closure": { + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "dns-packet": [ + "5.6.1" + ], + "multicast-dns": [ + "7.2.5" + ], + "thunky": [ + "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__agent-base__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__agent-base__4.3.0__links", + "package": "agent-base", + "version": "4.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es6-promisify": "5.0.0" + }, + "transitive_closure": { + "agent-base": [ + "4.3.0" + ], + "es6-promise": [ + "4.2.8" + ], + "es6-promisify": [ + "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__p-locate__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-locate__4.1.0__links", + "package": "p-locate", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-limit": "2.3.0" + }, + "transitive_closure": { + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__jss-plugin-default-unit__10.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-default-unit__10.10.0", + "package": "jss-plugin-default-unit", + "version": "10.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==", + "url": "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_retry__0.12.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_retry__0.12.2", + "package": "@types/retry", + "version": "0.12.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==", + "url": "https://registry.npmjs.org/@types/retry/-/retry-0.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": false + } + }, + "npm__set-function-length__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__set-function-length__1.2.1", + "package": "set-function-length", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==", + "url": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__clsx__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__clsx__1.2.1", + "package": "clsx", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "url": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__methods__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__methods__1.1.2__links", + "package": "methods", + "version": "1.1.2", + "dev": false, + "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__roarr__2.15.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__roarr__2.15.4__links", + "package": "roarr", + "version": "2.15.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "boolean": "3.2.0", + "detect-node": "2.1.0", + "globalthis": "1.0.3", + "json-stringify-safe": "5.0.1", + "semver-compare": "1.0.0", + "sprintf-js": "1.1.3" + }, + "transitive_closure": { + "boolean": [ + "3.2.0" + ], + "define-data-property": [ + "1.1.4" + ], + "define-properties": [ + "1.2.1" + ], + "detect-node": [ + "2.1.0" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "json-stringify-safe": [ + "5.0.1" + ], + "object-keys": [ + "1.1.1" + ], + "roarr": [ + "2.15.4" + ], + "semver-compare": [ + "1.0.0" + ], + "sprintf-js": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__clone-deep__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__clone-deep__4.0.1__links", + "package": "clone-deep", + "version": "4.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-plain-object": "2.0.4", + "kind-of": "6.0.3", + "shallow-clone": "3.0.1" + }, + "transitive_closure": { + "clone-deep": [ + "4.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "isobject": [ + "3.0.1" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__has-property-descriptors__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-property-descriptors__1.0.2", + "package": "has-property-descriptors", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "url": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__body-parser__1.20.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__body-parser__1.20.1__links", + "package": "body-parser", + "version": "1.20.1", + "dev": false, + "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.1", + "type-is": "1.6.18", + "unpipe": "1.0.0" + }, + "transitive_closure": { + "body-parser": [ + "1.20.1" + ], + "bytes": [ + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "content-type": [ + "1.0.5" + ], + "debug": [ + "2.6.9" + ], + "define-data-property": [ + "1.1.4" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "http-errors": [ + "2.0.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "inherits": [ + "2.0.4" + ], + "media-typer": [ + "0.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "ms": [ + "2.0.0" + ], + "object-inspect": [ + "1.13.1" + ], + "on-finished": [ + "2.4.1" + ], + "qs": [ + "6.11.0" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.2.0" + ], + "side-channel": [ + "1.0.5" + ], + "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__http-cache-semantics__4.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-cache-semantics__4.1.1", + "package": "http-cache-semantics", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "url": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eslint-scope__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__eslint-scope__5.1.1__links", + "package": "eslint-scope", + "version": "5.1.1", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-schema-traverse__0.4.1", + "package": "json-schema-traverse", + "version": "0.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__schema-utils__4.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__schema-utils__4.2.0__links", + "package": "schema-utils", + "version": "4.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/json-schema": "7.0.15", + "ajv": "8.12.0", + "ajv-formats": "2.1.1", + "ajv-keywords": "5.1.0_ajv@8.12.0" + }, + "transitive_closure": { + "@types/json-schema": [ + "7.0.15" + ], + "ajv": [ + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "5.1.0_ajv@8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "1.0.0" + ], + "punycode": [ + "2.3.1" + ], + "require-from-string": [ + "2.0.2" + ], + "schema-utils": [ + "4.2.0" + ], + "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_szmarczak_http-timer__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_szmarczak_http-timer__1.1.2", + "package": "@szmarczak/http-timer", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "url": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__websocket-extensions__0.1.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__websocket-extensions__0.1.4", + "package": "websocket-extensions", + "version": "0.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "url": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__connect-history-api-fallback__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__connect-history-api-fallback__2.0.0__links", + "package": "connect-history-api-fallback", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "connect-history-api-fallback": [ + "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__https-proxy-agent__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__https-proxy-agent__5.0.1", + "package": "https-proxy-agent", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "url": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__js-yaml__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__js-yaml__4.1.0", + "package": "js-yaml", + "version": "4.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "url": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__retry__0.13.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__retry__0.13.1", + "package": "retry", + "version": "0.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "url": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__buffer-crc32__0.2.13": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__buffer-crc32__0.2.13", + "package": "buffer-crc32", + "version": "0.2.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", + "url": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-sources__3.2.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__webpack-sources__3.2.3", + "package": "webpack-sources", + "version": "3.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "url": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chalk__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__chalk__1.1.3__links", + "package": "chalk", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" + }, + "transitive_closure": { + "ansi-regex": [ + "2.1.1" + ], + "ansi-styles": [ + "2.2.1" + ], + "chalk": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-ansi": [ + "2.0.0" + ], + "strip-ansi": [ + "3.0.1" + ], + "supports-color": [ + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hoist-non-react-statics__3.3.2__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ipaddr.js__1.9.1__links", + "package": "ipaddr.js", + "version": "1.9.1", + "dev": false, + "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__pend__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pend__1.2.0", + "package": "pend", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", + "url": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ajv__6.12.6": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv__6.12.6", + "package": "ajv", + "version": "6.12.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "url": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__npm-conf__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__npm-conf__1.1.3", + "package": "npm-conf", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==", + "url": "https://registry.npmjs.org/npm-conf/-/npm-conf-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__serve-static__1.15.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serve-static__1.15.0__links", + "package": "serve-static", + "version": "1.15.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "parseurl": "1.3.3", + "send": "0.18.0" + }, + "transitive_closure": { + "debug": [ + "2.6.9" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "encodeurl": [ + "1.0.2" + ], + "escape-html": [ + "1.0.3" + ], + "etag": [ + "1.8.1" + ], + "fresh": [ + "0.5.2" + ], + "http-errors": [ + "2.0.0" + ], + "inherits": [ + "2.0.4" + ], + "mime": [ + "1.6.0" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "on-finished": [ + "2.4.1" + ], + "parseurl": [ + "1.3.3" + ], + "range-parser": [ + "1.2.1" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_wast-printer__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wast-printer__1.11.1", + "package": "@webassemblyjs/wast-printer", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "url": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__private__0.1.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__private__0.1.8__links", + "package": "private", + "version": "0.1.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "private": [ + "0.1.8" + ] + }, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__serve-index__1.9.1", + "package": "serve-index", + "version": "1.9.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "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": false + } + }, + "npm__es-errors__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es-errors__1.3.0__links", + "package": "es-errors", + "version": "1.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "es-errors": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__semver__6.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__semver__6.3.1__links", + "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__minimalistic-assert__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__minimalistic-assert__1.0.1__links", + "package": "minimalistic-assert", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "minimalistic-assert": [ + "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__css-vendor__2.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-vendor__2.0.8__links", + "package": "css-vendor", + "version": "2.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "is-in-browser": "1.1.3" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "css-vendor": [ + "2.0.8" + ], + "is-in-browser": [ + "1.1.3" + ], + "regenerator-runtime": [ + "0.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__is-there__4.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-there__4.5.1__links", + "package": "is-there", + "version": "4.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-there": [ + "4.5.1" + ] + }, + "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": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__iconv-lite__0.4.24", + "package": "iconv-lite", + "version": "0.4.24", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jss-plugin-nested__10.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-nested__10.10.0", + "package": "jss-plugin-nested", + "version": "10.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==", + "url": "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__log-symbols__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__log-symbols__4.1.0__links", + "package": "log-symbols", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "4.1.2", + "is-unicode-supported": "0.1.0" + }, + "transitive_closure": { + "ansi-styles": [ + "4.3.0" + ], + "chalk": [ + "4.1.2" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "has-flag": [ + "4.0.0" + ], + "is-unicode-supported": [ + "0.1.0" + ], + "log-symbols": [ + "4.1.0" + ], + "supports-color": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__browserslist__4.23.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__browserslist__4.23.0", + "package": "browserslist", + "version": "4.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-glob__4.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-glob__4.0.3", + "package": "is-glob", + "version": "4.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "url": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_react-addons-linked-state-mixin__0.14.27": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-addons-linked-state-mixin__0.14.27", + "package": "@types/react-addons-linked-state-mixin", + "version": "0.14.27", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yVxzQcKDiq32uziGQ/ka586qSFxz2ePYZ3dTCp4JHJKk/E6M0LP0R28ft3oFAnTGJRFBAB3if3pkP8w57Y04IA==", + "url": "https://registry.npmjs.org/@types/react-addons-linked-state-mixin/-/react-addons-linked-state-mixin-0.14.27.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__envinfo__7.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__envinfo__7.11.1", + "package": "envinfo", + "version": "7.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==", + "url": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__run-applescript__7.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__run-applescript__7.0.0", + "package": "run-applescript", + "version": "7.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", + "url": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mocha__5.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__mocha__5.2.0", + "package": "mocha", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==", + "url": "https://registry.npmjs.org/mocha/-/mocha-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__bonjour-service__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__bonjour-service__1.2.1", + "package": "bonjour-service", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", + "url": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__diff__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__diff__5.0.0", + "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": false + } + }, + "npm__postcss-modules-values__1.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-values__1.3.0", + "package": "postcss-modules-values", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-i7IFaR9hlQ6/0UgFuqM6YWaCfA1Ej8WMg8A5DggnH1UGKJvTV/ugqq/KaULixzzOi3T/tF6ClBXcHGCzdd5unA==", + "url": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__prepend-http__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__prepend-http__2.0.0", + "package": "prepend-http", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==", + "url": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fill-range__7.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fill-range__7.0.1", + "package": "fill-range", + "version": "7.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "url": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob__10.3.10": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob__10.3.10", + "package": "glob", + "version": "10.3.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "url": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__handle-thing__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__handle-thing__2.0.1__links", + "package": "handle-thing", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "handle-thing": [ + "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__which-module__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__which-module__2.0.1__links", + "package": "which-module", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "which-module": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_prop-types__15.7.11": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_prop-types__15.7.11", + "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": false + } + }, + "npm__caniuse-lite__1.0.30001587__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__caniuse-lite__1.0.30001587__links", + "package": "caniuse-lite", + "version": "1.0.30001587", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "caniuse-lite": [ + "1.0.30001587" + ] + }, + "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.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__function-bind__1.1.2", + "package": "function-bind", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-property-descriptors__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-property-descriptors__1.0.2__links", + "package": "has-property-descriptors", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "es-define-property": "1.0.0" + }, + "transitive_closure": { + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "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__normalize-path__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__normalize-path__3.0.0__links", + "package": "normalize-path", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "normalize-path": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__es-define-property__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es-define-property__1.0.0", + "package": "es-define-property", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "url": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-stable-stringify__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-stable-stringify__1.1.1", + "package": "json-stable-stringify", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "json-stable-stringify" + ] + }, + "integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==", + "url": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__isobject__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__isobject__3.0.1__links", + "package": "isobject", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "isobject": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__thingies__1.16.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__thingies__1.16.0__links", + "package": "thingies", + "version": "1.16.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "thingies": [ + "1.16.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_webassemblyjs_ieee754__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_ieee754__1.11.1__links", + "package": "@webassemblyjs/ieee754", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@xtuc/ieee754": "1.2.0" + }, + "transitive_closure": { + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@xtuc/ieee754": [ + "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__http-proxy-agent__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-proxy-agent__2.1.0__links", + "package": "http-proxy-agent", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "agent-base": "4.3.0", + "debug": "3.1.0" + }, + "transitive_closure": { + "agent-base": [ + "4.3.0" + ], + "debug": [ + "3.1.0" + ], + "es6-promise": [ + "4.2.8" + ], + "es6-promisify": [ + "5.0.0" + ], + "http-proxy-agent": [ + "2.1.0" + ], + "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__debug__3.2.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__3.2.7", + "package": "debug", + "version": "3.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "url": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-scurry__1.10.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-scurry__1.10.1", + "package": "path-scurry", + "version": "1.10.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "url": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__negotiator__0.6.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__negotiator__0.6.3", + "package": "negotiator", + "version": "0.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "url": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-parse__1.0.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-parse__1.0.7", + "package": "path-parse", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "url": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__resolve__1.22.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__resolve__1.22.8", + "package": "resolve", + "version": "1.22.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "url": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_pkgjs_parseargs__0.11.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_pkgjs_parseargs__0.11.0", + "package": "@pkgjs/parseargs", + "version": "0.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "url": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__5.5.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__5.5.0", + "package": "supports-color", + "version": "5.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fill-range__7.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fill-range__7.0.1__links", + "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__fsevents__2.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fsevents__2.3.3__links", + "package": "fsevents", + "version": "2.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fsevents": [ + "2.3.3" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__get-intrinsic__1.2.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__get-intrinsic__1.2.4", + "package": "get-intrinsic", + "version": "1.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__supports-color__7.2.0__links", + "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__decompress-response__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__decompress-response__3.3.0__links", + "package": "decompress-response", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mimic-response": "1.0.1" + }, + "transitive_closure": { + "decompress-response": [ + "3.3.0" + ], + "mimic-response": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__yauzl__2.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__yauzl__2.10.0", + "package": "yauzl", + "version": "2.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", + "url": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__micromatch__4.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__micromatch__4.0.5__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-flag__4.0.0__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__send__0.18.0", + "package": "send", + "version": "0.18.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "url": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_material-ui__0.21.16__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_material-ui__0.21.16__links", + "package": "@types/material-ui", + "version": "0.21.16", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@types/material-ui" + ] + }, + "deps": { + "@types/react": "16.14.56", + "@types/react-addons-linked-state-mixin": "0.14.27" + }, + "transitive_closure": { + "@types/create-react-class": [ + "15.6.7" + ], + "@types/material-ui": [ + "0.21.16" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/react-addons-linked-state-mixin": [ + "0.14.27" + ], + "@types/scheduler": [ + "0.16.8" + ], + "csstype": [ + "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__graceful-fs__4.2.11": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__graceful-fs__4.2.11", + "package": "graceful-fs", + "version": "4.2.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "url": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fastest-levenshtein__1.0.16__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fastest-levenshtein__1.0.16__links", + "package": "fastest-levenshtein", + "version": "1.0.16", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fastest-levenshtein": [ + "1.0.16" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__lowercase-keys__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lowercase-keys__1.0.1__links", + "package": "lowercase-keys", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lowercase-keys": [ + "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__semver__7.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__semver__7.6.0__links", + "package": "semver", + "version": "7.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lru-cache": "6.0.0" + }, + "transitive_closure": { + "lru-cache": [ + "6.0.0" + ], + "semver": [ + "7.6.0" + ], + "yallist": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__use-sync-external-store__1.2.0__react_16.14.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__use-sync-external-store__1.2.0__react_16.14.0__links", + "package": "use-sync-external-store", + "version": "1.2.0_react@16.14.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "react": "16.14.0" + }, + "transitive_closure": { + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-is": [ + "16.13.1" + ], + "use-sync-external-store": [ + "1.2.0_react@16.14.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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__shebang-regex__3.0.0", + "package": "shebang-regex", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "url": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__setprototypeof__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__setprototypeof__1.2.0", + "package": "setprototypeof", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "url": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob-parent__5.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__glob-parent__5.1.2", + "package": "glob-parent", + "version": "5.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__http-errors__1.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-errors__1.6.3__links", + "package": "http-errors", + "version": "1.6.3", + "dev": false, + "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__json-stable-stringify__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__json-stable-stringify__1.1.1__links", + "package": "json-stable-stringify", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "json-stable-stringify" + ] + }, + "deps": { + "call-bind": "1.0.7", + "isarray": "2.0.5", + "jsonify": "0.0.1", + "object-keys": "1.1.1" + }, + "transitive_closure": { + "call-bind": [ + "1.0.7" + ], + "define-data-property": [ + "1.1.4" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "isarray": [ + "2.0.5" + ], + "json-stable-stringify": [ + "1.1.1" + ], + "jsonify": [ + "0.0.1" + ], + "object-keys": [ + "1.1.1" + ], + "set-function-length": [ + "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__wrappy__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wrappy__1.0.2", + "package": "wrappy", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "url": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__which__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__which__2.0.2", + "package": "which", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "url": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__commander__8.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__commander__8.3.0", + "package": "commander", + "version": "8.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "url": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-is-absolute__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-is-absolute__1.0.1__links", + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__proxy-addr__2.0.7__links", + "package": "proxy-addr", + "version": "2.0.7", + "dev": false, + "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__jss-plugin-props-sort__10.10.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-props-sort__10.10.0", + "package": "jss-plugin-props-sort", + "version": "10.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==", + "url": "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-network-error__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-network-error__1.0.1__links", + "package": "is-network-error", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-network-error": [ + "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_sourcemap-codec__1.4.15__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_jridgewell_sourcemap-codec__1.4.15__links", + "package": "@jridgewell/sourcemap-codec", + "version": "1.4.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_types_react-transition-group__4.4.10": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react-transition-group__4.4.10", + "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": false + } + }, + "npm__big.js__5.2.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__big.js__5.2.2", + "package": "big.js", + "version": "5.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "url": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-plain-object__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-plain-object__2.0.4", + "package": "is-plain-object", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "url": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__p-try__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-try__2.2.0__links", + "package": "p-try", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "p-try": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__arg__5.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__arg__5.0.2", + "package": "arg", + "version": "5.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "url": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_helper-wasm-bytecode__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-wasm-bytecode__1.11.1__links", + "package": "@webassemblyjs/helper-wasm-bytecode", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__ajv-formats__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv-formats__2.1.1", + "package": "ajv-formats", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "url": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__got__9.6.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__got__9.6.0", + "package": "got", + "version": "9.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "url": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__normalize-path__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__normalize-path__3.0.0", + "package": "normalize-path", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "url": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ajv-keywords__3.5.2__ajv_6.12.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ajv-keywords__3.5.2__ajv_6.12.6__links", + "package": "ajv-keywords", + "version": "3.5.2_ajv@6.12.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "6.12.6" + }, + "transitive_closure": { + "ajv": [ + "6.12.6" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "punycode": [ + "2.3.1" + ], + "uri-js": [ + "4.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__unpipe__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__unpipe__1.0.0", + "package": "unpipe", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "url": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jsonfile__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jsonfile__4.0.0__links", + "package": "jsonfile", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11" + }, + "transitive_closure": { + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__cookie-signature__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__cookie-signature__1.0.6__links", + "package": "cookie-signature", + "version": "1.0.6", + "dev": false, + "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__hoist-non-react-statics__3.3.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__hoist-non-react-statics__3.3.2", + "package": "hoist-non-react-statics", + "version": "3.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "url": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__check-error__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__check-error__1.0.3__links", + "package": "check-error", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-func-name": "2.0.2" + }, + "transitive_closure": { + "check-error": [ + "1.0.3" + ], + "get-func-name": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__browser-stdout__1.3.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__browser-stdout__1.3.1", + "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": false + } + }, + "npm__htmlparser2__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__htmlparser2__6.1.0__links", + "package": "htmlparser2", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "domelementtype": "2.3.0", + "domhandler": "4.3.1", + "domutils": "2.8.0", + "entities": "2.2.0" + }, + "transitive_closure": { + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "htmlparser2": [ + "6.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_mime__1.3.5__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_mime__1.3.5__links", + "package": "@types/mime", + "version": "1.3.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/mime": [ + "1.3.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__acorn-import-assertions__1.9.0__acorn_8.11.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__acorn-import-assertions__1.9.0__acorn_8.11.3", + "package": "acorn-import-assertions", + "version": "1.9.0_acorn@8.11.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", + "url": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__inherits__2.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__inherits__2.0.3", + "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": false + } + }, + "npm__inherits__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__inherits__2.0.4", + "package": "inherits", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__js-yaml__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__js-yaml__4.1.0__links", + "package": "js-yaml", + "version": "4.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "argparse": "2.0.1" + }, + "transitive_closure": { + "argparse": [ + "2.0.1" + ], + "js-yaml": [ + "4.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__postcss-modules-values__4.0.0__postcss_8.4.35": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-values__4.0.0__postcss_8.4.35", + "package": "postcss-modules-values", + "version": "4.0.0_postcss@8.4.35", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "url": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__select-hose__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__select-hose__2.0.0", + "package": "select-hose", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "url": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-json-comments__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__strip-json-comments__3.1.1__links", + "package": "strip-json-comments", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-json-comments": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__postcss__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss__6.0.1", + "package": "postcss", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VbGX1LQgQbf9l3cZ3qbUuC3hGqIEOGQFHAEHQ/Diaeo0yLgpgK5Rb8J+OcamIfQ9PbAU/fzBjVtQX3AhJHUvZw==", + "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__decamelize__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__decamelize__1.2.0__links", + "package": "decamelize", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "decamelize": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__vscode__1.1.37": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__vscode__1.1.37", + "package": "vscode", + "version": "1.1.37", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "vscode" + ] + }, + "integrity": "sha512-vJNj6IlN7IJPdMavlQa1KoFB3Ihn06q1AiN3ZFI/HfzPNzbKZWPPuiU+XkpNOfGU5k15m4r80nxNPlM7wcc0wg==", + "url": "https://registry.npmjs.org/vscode/-/vscode-1.1.37.tgz", + "commit": "", + "patch_args": [], + "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__events__3.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__events__3.3.0", + "package": "events", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "url": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-ansi__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-ansi__2.0.0__links", + "package": "has-ansi", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-regex": "2.1.1" + }, + "transitive_closure": { + "ansi-regex": [ + "2.1.1" + ], + "has-ansi": [ + "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_material-ui_styles__4.11.5__v562uftptxx4nsa5btkapyyqhu__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_styles__4.11.5__v562uftptxx4nsa5btkapyyqhu__links", + "package": "@material-ui/styles", + "version": "4.11.5_v562uftptxx4nsa5btkapyyqhu", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "@emotion/hash": "0.8.0", + "@material-ui/types": "5.1.0_@types+react@16.14.56", + "@material-ui/utils": "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty", + "@types/react": "16.14.56", + "clsx": "1.2.1", + "csstype": "2.6.21", + "hoist-non-react-statics": "3.3.2", + "jss": "10.10.0", + "jss-plugin-camel-case": "10.10.0", + "jss-plugin-default-unit": "10.10.0", + "jss-plugin-global": "10.10.0", + "jss-plugin-nested": "10.10.0", + "jss-plugin-props-sort": "10.10.0", + "jss-plugin-rule-value-function": "10.10.0", + "jss-plugin-vendor-prefixer": "10.10.0", + "prop-types": "15.8.1", + "react": "16.14.0", + "react-dom": "16.14.0_react@16.14.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "@emotion/hash": [ + "0.8.0" + ], + "@material-ui/styles": [ + "4.11.5_v562uftptxx4nsa5btkapyyqhu" + ], + "@material-ui/types": [ + "5.1.0_@types+react@16.14.56" + ], + "@material-ui/utils": [ + "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty" + ], + "@types/prop-types": [ + "15.7.11" + ], + "@types/react": [ + "16.14.56" + ], + "@types/scheduler": [ + "0.16.8" + ], + "clsx": [ + "1.2.1" + ], + "css-vendor": [ + "2.0.8" + ], + "csstype": [ + "2.6.21", + "3.1.3" + ], + "hoist-non-react-statics": [ + "3.3.2" + ], + "hyphenate-style-name": [ + "1.0.4" + ], + "is-in-browser": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-camel-case": [ + "10.10.0" + ], + "jss-plugin-default-unit": [ + "10.10.0" + ], + "jss-plugin-global": [ + "10.10.0" + ], + "jss-plugin-nested": [ + "10.10.0" + ], + "jss-plugin-props-sort": [ + "10.10.0" + ], + "jss-plugin-rule-value-function": [ + "10.10.0" + ], + "jss-plugin-vendor-prefixer": [ + "10.10.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "prop-types": [ + "15.8.1" + ], + "react": [ + "16.14.0" + ], + "react-dom": [ + "16.14.0_react@16.14.0" + ], + "react-is": [ + "16.13.1", + "17.0.2" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "scheduler": [ + "0.19.1" + ], + "tiny-warning": [ + "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__string-width__4.2.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__string-width__4.2.3", + "package": "string-width", + "version": "4.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "url": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__wbuf__1.7.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wbuf__1.7.3", + "package": "wbuf", + "version": "1.7.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "url": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__private__0.1.8": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__private__0.1.8", + "package": "private", + "version": "0.1.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==", + "url": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__raw-body__2.5.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__raw-body__2.5.1", + "package": "raw-body", + "version": "2.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "url": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fresh__0.5.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__fresh__0.5.2", + "package": "fresh", + "version": "0.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "url": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__icss-replace-symbols__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__icss-replace-symbols__1.1.0", + "package": "icss-replace-symbols", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==", + "url": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__param-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__param-case__3.0.4", + "package": "param-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "url": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lodash__4.17.21__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lodash__4.17.21__links", + "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__icss-utils__5.1.0__postcss_8.4.35": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__icss-utils__5.1.0__postcss_8.4.35", + "package": "icss-utils", + "version": "5.1.0_postcss@8.4.35", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "url": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__resolve-cwd__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__resolve-cwd__3.0.0", + "package": "resolve-cwd", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "url": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lowercase-keys__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__lowercase-keys__2.0.0__links", + "package": "lowercase-keys", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lowercase-keys": [ + "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__universalify__0.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__universalify__0.1.2", + "package": "universalify", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "url": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__default-browser-id__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__default-browser-id__5.0.0", + "package": "default-browser-id", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", + "url": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__buffer-from__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__buffer-from__1.1.2__links", + "package": "buffer-from", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "buffer-from": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__obuf__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__obuf__1.1.2__links", + "package": "obuf", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "obuf": [ + "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__jss-plugin-vendor-prefixer__10.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__jss-plugin-vendor-prefixer__10.10.0__links", + "package": "jss-plugin-vendor-prefixer", + "version": "10.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.9", + "css-vendor": "2.0.8", + "jss": "10.10.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.9" + ], + "css-vendor": [ + "2.0.8" + ], + "csstype": [ + "3.1.3" + ], + "is-in-browser": [ + "1.1.3" + ], + "jss": [ + "10.10.0" + ], + "jss-plugin-vendor-prefixer": [ + "10.10.0" + ], + "regenerator-runtime": [ + "0.14.1" + ], + "tiny-warning": [ + "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__clone-response__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__clone-response__1.0.3", + "package": "clone-response", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", + "url": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__schema-utils__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__schema-utils__3.3.0__links", + "package": "schema-utils", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/json-schema": "7.0.15", + "ajv": "6.12.6", + "ajv-keywords": "3.5.2_ajv@6.12.6" + }, + "transitive_closure": { + "@types/json-schema": [ + "7.0.15" + ], + "ajv": [ + "6.12.6" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "punycode": [ + "2.3.1" + ], + "schema-utils": [ + "3.3.0" + ], + "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__commander__10.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__commander__10.0.1", + "package": "commander", + "version": "10.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "url": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__picocolors__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__picocolors__1.0.0__links", + "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__resolve__1.22.8__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__resolve__1.22.8__links", + "package": "resolve", + "version": "1.22.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-core-module": "2.13.1", + "path-parse": "1.0.7", + "supports-preserve-symlinks-flag": "1.0.0" + }, + "transitive_closure": { + "function-bind": [ + "1.1.2" + ], + "hasown": [ + "2.0.1" + ], + "is-core-module": [ + "2.13.1" + ], + "path-parse": [ + "1.0.7" + ], + "resolve": [ + "1.22.8" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__html-entities__2.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__html-entities__2.4.0__links", + "package": "html-entities", + "version": "2.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "html-entities": [ + "2.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__detect-node__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__detect-node__2.1.0", + "package": "detect-node", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "url": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__loose-envify__1.4.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__loose-envify__1.4.0", + "package": "loose-envify", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "url": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__websocket-driver__0.7.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__websocket-driver__0.7.4", + "package": "websocket-driver", + "version": "0.7.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "url": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webpack-cli_configtest__2.1.1__knjacnq72ipf5lm6n3lhyxjice__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webpack-cli_configtest__2.1.1__knjacnq72ipf5lm6n3lhyxjice__links", + "package": "@webpack-cli/configtest", + "version": "2.1.1_knjacnq72ipf5lm6n3lhyxjice", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "webpack": "5.75.0_webpack-cli@5.1.4", + "webpack-cli": "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + }, + "transitive_closure": { + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@isaacs/cliui": [ + "8.0.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/resolve-uri": [ + "3.1.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.22" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@pkgjs/parseargs": [ + "0.11.0" + ], + "@types/body-parser": [ + "1.19.5" + ], + "@types/bonjour": [ + "3.5.13" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/connect-history-api-fallback": [ + "1.5.4" + ], + "@types/eslint": [ + "8.56.2" + ], + "@types/eslint-scope": [ + "3.7.7" + ], + "@types/estree": [ + "0.0.51", + "1.0.5" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/http-proxy": [ + "1.17.14" + ], + "@types/json-schema": [ + "7.0.15" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/node-forge": [ + "1.3.11" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/retry": [ + "0.12.2" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "@types/sockjs": [ + "0.3.36" + ], + "@types/ws": [ + "8.5.10" + ], + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.1" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.1" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@webassemblyjs/wast-printer": [ + "1.11.1" + ], + "@webpack-cli/configtest": [ + "2.1.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/info": [ + "2.0.2_knjacnq72ipf5lm6n3lhyxjice" + ], + "@webpack-cli/serve": [ + "2.0.5_t4ysz4cs4b25yv3pntzy3gupv4" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ], + "accepts": [ + "1.3.8" + ], + "acorn": [ + "8.11.3" + ], + "acorn-import-assertions": [ + "1.9.0_acorn@8.11.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1" + ], + "ajv-keywords": [ + "3.5.2_ajv@6.12.6", + "5.1.0_ajv@8.12.0" + ], + "ansi-html-community": [ + "0.0.8" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "ansi-styles": [ + "4.3.0", + "6.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "arg": [ + "5.0.2" + ], + "array-flatten": [ + "1.1.1" + ], + "balanced-match": [ + "1.0.2" + ], + "batch": [ + "0.6.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "body-parser": [ + "1.20.1" + ], + "bonjour-service": [ + "1.2.1" + ], + "brace-expansion": [ + "2.0.1" + ], + "braces": [ + "3.0.2" + ], + "browserslist": [ + "4.23.0" + ], + "buffer-from": [ + "1.1.2" + ], + "bundle-name": [ + "4.1.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "call-bind": [ + "1.0.7" + ], + "caniuse-lite": [ + "1.0.30001587" + ], + "chokidar": [ + "3.6.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "clone-deep": [ + "4.0.1" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "10.0.1", + "2.20.3" + ], + "compressible": [ + "2.0.18" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "content-disposition": [ + "0.5.4" + ], + "content-type": [ + "1.0.5" + ], + "cookie": [ + "0.5.0" + ], + "cookie-signature": [ + "1.0.6" + ], + "core-util-is": [ + "1.0.3" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "default-browser": [ + "5.2.1" + ], + "default-browser-id": [ + "5.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "define-data-property": [ + "1.1.4" + ], + "define-lazy-prop": [ + "3.0.0" + ], + "depd": [ + "1.1.2", + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "detect-node": [ + "2.1.0" + ], + "dns-packet": [ + "5.6.1" + ], + "eastasianwidth": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "electron-to-chromium": [ + "1.4.671" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "encodeurl": [ + "1.0.2" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "envinfo": [ + "7.11.1" + ], + "es-define-property": [ + "1.0.0" + ], + "es-errors": [ + "1.3.0" + ], + "es-module-lexer": [ + "0.9.3" + ], + "escalade": [ + "3.1.2" + ], + "escape-html": [ + "1.0.3" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "etag": [ + "1.8.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "events": [ + "3.3.0" + ], + "execa": [ + "5.1.1" + ], + "express": [ + "4.18.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "faye-websocket": [ + "0.11.4" + ], + "fill-range": [ + "7.0.1" + ], + "finalhandler": [ + "1.2.0" + ], + "find-up": [ + "4.1.0" + ], + "flat": [ + "5.0.2" + ], + "follow-redirects": [ + "1.15.5" + ], + "foreground-child": [ + "3.1.1" + ], + "forwarded": [ + "0.2.0" + ], + "fresh": [ + "0.5.2" + ], + "fsevents": [ + "2.3.3" + ], + "function-bind": [ + "1.1.2" + ], + "get-intrinsic": [ + "1.2.4" + ], + "get-stream": [ + "6.0.1" + ], + "glob": [ + "10.3.10" + ], + "glob-parent": [ + "5.1.2" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "gopd": [ + "1.0.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "handle-thing": [ + "2.0.1" + ], + "has-flag": [ + "4.0.0" + ], + "has-property-descriptors": [ + "1.0.2" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "hasown": [ + "2.0.1" + ], + "hpack.js": [ + "2.1.6" + ], + "html-entities": [ + "2.4.0" + ], + "http-deceiver": [ + "1.2.7" + ], + "http-errors": [ + "1.6.3", + "2.0.0" + ], + "http-parser-js": [ + "0.5.8" + ], + "http-proxy": [ + "1.18.1" + ], + "http-proxy-middleware": [ + "2.0.6_@types+express@4.17.21" + ], + "human-signals": [ + "2.1.0" + ], + "hyperdyperid": [ + "1.2.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "import-local": [ + "3.1.0" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "interpret": [ + "3.1.1" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "is-binary-path": [ + "2.1.0" + ], + "is-core-module": [ + "2.13.1" + ], + "is-docker": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-inside-container": [ + "1.0.0" + ], + "is-network-error": [ + "1.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-plain-obj": [ + "3.0.0" + ], + "is-plain-object": [ + "2.0.4" + ], + "is-stream": [ + "2.0.1" + ], + "is-wsl": [ + "3.1.0" + ], + "isarray": [ + "1.0.0" + ], + "isexe": [ + "2.0.0" + ], + "isobject": [ + "3.0.1" + ], + "jackspeak": [ + "2.3.6" + ], + "jest-worker": [ + "27.5.1" + ], + "json-joy": [ + "11.28.0" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "kind-of": [ + "6.0.3" + ], + "launch-editor": [ + "2.6.1" + ], + "loader-runner": [ + "4.3.0" + ], + "locate-path": [ + "5.0.0" + ], + "lru-cache": [ + "10.2.0" + ], + "media-typer": [ + "0.3.0" + ], + "memfs": [ + "4.7.0" + ], + "merge-descriptors": [ + "1.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "methods": [ + "1.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "mime": [ + "1.6.0" + ], + "mime-db": [ + "1.52.0" + ], + "mime-types": [ + "2.1.35" + ], + "mimic-fn": [ + "2.1.0" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "minimatch": [ + "9.0.3" + ], + "minipass": [ + "7.0.4" + ], + "ms": [ + "2.0.0", + "2.1.2", + "2.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "negotiator": [ + "0.6.3" + ], + "neo-async": [ + "2.6.2" + ], + "node-forge": [ + "1.3.1" + ], + "node-releases": [ + "2.0.14" + ], + "normalize-path": [ + "3.0.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "object-inspect": [ + "1.13.1" + ], + "obuf": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "on-headers": [ + "1.0.2" + ], + "onetime": [ + "5.1.2" + ], + "open": [ + "10.0.3" + ], + "p-limit": [ + "2.3.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-retry": [ + "6.2.0" + ], + "p-try": [ + "2.2.0" + ], + "parseurl": [ + "1.3.3" + ], + "path-exists": [ + "4.0.0" + ], + "path-key": [ + "3.1.1" + ], + "path-parse": [ + "1.0.7" + ], + "path-scurry": [ + "1.10.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "picocolors": [ + "1.0.0" + ], + "picomatch": [ + "2.3.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "proxy-addr": [ + "2.0.7" + ], + "punycode": [ + "2.3.1" + ], + "qs": [ + "6.11.0" + ], + "randombytes": [ + "2.1.0" + ], + "range-parser": [ + "1.2.1" + ], + "raw-body": [ + "2.5.1" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "readdirp": [ + "3.6.0" + ], + "rechoir": [ + "0.8.0" + ], + "require-from-string": [ + "2.0.2" + ], + "requires-port": [ + "1.0.0" + ], + "resolve": [ + "1.22.8" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "retry": [ + "0.13.1" + ], + "rimraf": [ + "5.0.5" + ], + "run-applescript": [ + "7.0.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "select-hose": [ + "2.0.0" + ], + "selfsigned": [ + "2.4.1" + ], + "send": [ + "0.18.0" + ], + "serialize-javascript": [ + "6.0.2" + ], + "serve-index": [ + "1.9.1" + ], + "serve-static": [ + "1.15.0" + ], + "set-function-length": [ + "1.2.1" + ], + "setprototypeof": [ + "1.1.0", + "1.2.0" + ], + "shallow-clone": [ + "3.0.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "side-channel": [ + "1.0.5" + ], + "signal-exit": [ + "3.0.7", + "4.1.0" + ], + "sockjs": [ + "0.3.24" + ], + "source-map": [ + "0.6.1" + ], + "source-map-support": [ + "0.5.21" + ], + "spdy": [ + "4.0.2" + ], + "spdy-transport": [ + "3.0.0" + ], + "statuses": [ + "1.5.0", + "2.0.1" + ], + "string-width": [ + "4.2.3", + "5.1.2" + ], + "string_decoder": [ + "1.1.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "strip-final-newline": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "terser": [ + "5.27.1" + ], + "terser-webpack-plugin": [ + "5.3.10_webpack@5.75.0" + ], + "thingies": [ + "1.16.0" + ], + "thunky": [ + "1.1.0" + ], + "to-regex-range": [ + "5.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "type-is": [ + "1.6.18" + ], + "undici-types": [ + "5.26.5" + ], + "unpipe": [ + "1.0.0" + ], + "update-browserslist-db": [ + "1.0.13_browserslist@4.23.0" + ], + "uri-js": [ + "4.4.1" + ], + "util-deprecate": [ + "1.0.2" + ], + "utils-merge": [ + "1.0.1" + ], + "uuid": [ + "8.3.2" + ], + "vary": [ + "1.1.2" + ], + "watchpack": [ + "2.4.0" + ], + "wbuf": [ + "1.7.3" + ], + "webpack": [ + "5.75.0_webpack-cli@5.1.4" + ], + "webpack-cli": [ + "5.1.4_t3pf3xxpad7nh7xke3uv4tayni" + ], + "webpack-dev-middleware": [ + "7.0.0_webpack@5.75.0" + ], + "webpack-dev-server": [ + "5.0.1_knjacnq72ipf5lm6n3lhyxjice" + ], + "webpack-merge": [ + "5.10.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "websocket-driver": [ + "0.7.4" + ], + "websocket-extensions": [ + "0.1.4" + ], + "which": [ + "2.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "wrap-ansi": [ + "7.0.0", + "8.1.0" + ], + "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__assertion-error__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__assertion-error__1.1.0", + "package": "assertion-error", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "url": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__normalize-url__4.5.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__normalize-url__4.5.1", + "package": "normalize-url", + "version": "4.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==", + "url": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-styles__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-styles__4.3.0", + "package": "ansi-styles", + "version": "4.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-styles__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__ansi-styles__4.3.0__links", + "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_types_react__16.14.56": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_react__16.14.56", + "package": "@types/react", + "version": "16.14.56", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/react" + ] + }, + "integrity": "sha512-MxuHB7dvVm5yOxRr7hJoonLG0JY8YvqZtaQ9Quirp3Oe4FLFjAgxkxsKE6IspdHPpRVZKo2ZoDEravWO81EeYA==", + "url": "https://registry.npmjs.org/@types/react/-/react-16.14.56.tgz", + "commit": "", + "patch_args": [], + "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__vary__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__vary__1.1.2__links", + "package": "vary", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "vary": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__signal-exit__3.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__signal-exit__3.0.7__links", + "package": "signal-exit", + "version": "3.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "signal-exit": [ + "3.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__icss-replace-symbols__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__icss-replace-symbols__1.1.0__links", + "package": "icss-replace-symbols", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "icss-replace-symbols": [ + "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_webassemblyjs_wasm-parser__1.11.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_wasm-parser__1.11.1__links", + "package": "@webassemblyjs/wasm-parser", + "version": "1.11.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + }, + "transitive_closure": { + "@webassemblyjs/ast": [ + "1.11.1" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.1" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.1" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.1" + ], + "@webassemblyjs/ieee754": [ + "1.11.1" + ], + "@webassemblyjs/leb128": [ + "1.11.1" + ], + "@webassemblyjs/utf8": [ + "1.11.1" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.1" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@xtuc/long": [ + "4.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__connect-history-api-fallback__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__connect-history-api-fallback__2.0.0", + "package": "connect-history-api-fallback", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "url": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dom-converter__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__dom-converter__0.2.0__links", + "package": "dom-converter", + "version": "0.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "utila": "0.4.0" + }, + "transitive_closure": { + "dom-converter": [ + "0.2.0" + ], + "utila": [ + "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__es6-error__4.1.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__es6-error__4.1.1", + "package": "es6-error", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", + "url": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-ansi__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-ansi__2.0.0", + "package": "has-ansi", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==", + "url": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__emoji-regex__9.2.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__emoji-regex__9.2.2", + "package": "emoji-regex", + "version": "9.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "url": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__sockjs__0.3.24": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__sockjs__0.3.24", + "package": "sockjs", + "version": "0.3.24", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "url": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_js-base64__3.3.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_js-base64__3.3.1", + "package": "@types/js-base64", + "version": "3.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "": [ + "@types/js-base64" + ] + }, + "integrity": "sha512-Zw33oQNAvDdAN9b0IE5stH0y2MylYvtU7VVTKEJPxhyM2q57CVaNJhtJW258ah24NRtaiA23tptUmVn3dmTKpw==", + "url": "https://registry.npmjs.org/@types/js-base64/-/js-base64-3.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_helper-wasm-section__1.11.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_webassemblyjs_helper-wasm-section__1.11.1", + "package": "@webassemblyjs/helper-wasm-section", + "version": "1.11.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__umd-compat-loader__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__umd-compat-loader__2.1.2__links", + "package": "umd-compat-loader", + "version": "2.1.2", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "umd-compat-loader" + ] + }, + "deps": { + "ast-types": "0.9.14", + "loader-utils": "1.4.2", + "recast": "0.11.23" + }, + "transitive_closure": { + "ast-types": [ + "0.9.14", + "0.9.6" + ], + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "esprima": [ + "3.1.3" + ], + "json5": [ + "1.0.2" + ], + "loader-utils": [ + "1.4.2" + ], + "minimist": [ + "1.2.8" + ], + "private": [ + "0.1.8" + ], + "recast": [ + "0.11.23" + ], + "source-map": [ + "0.5.7" + ], + "umd-compat-loader": [ + "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__at_bazel_ibazel__0.12.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_bazel_ibazel__0.12.4__links", + "package": "@bazel/ibazel", + "version": "0.12.4", + "dev": false, + "root_package": "", + "link_packages": { + "": [ + "@bazel/ibazel" + ] + }, + "deps": {}, + "transitive_closure": { + "@bazel/ibazel": [ + "0.12.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__https-proxy-agent__2.2.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__https-proxy-agent__2.2.4", + "package": "https-proxy-agent", + "version": "2.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", + "url": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-to-regexp__0.1.7": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__path-to-regexp__0.1.7", + "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": false + } + }, + "npm__color-name__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__color-name__1.1.3", + "package": "color-name", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__color-name__1.1.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__color-name__1.1.4", + "package": "color-name", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__global-tunnel-ng__2.7.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__global-tunnel-ng__2.7.1", + "package": "global-tunnel-ng", + "version": "2.7.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4s+DyciWBV0eK148wqXxcmVAbFVPqtc3sEtUE/GTQfuU80rySLcMhUmHKSHI7/LDj8q0gDYI1lIhRRB7ieRAqg==", + "url": "https://registry.npmjs.org/global-tunnel-ng/-/global-tunnel-ng-2.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__escape-string-regexp__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__escape-string-regexp__4.0.0", + "package": "escape-string-regexp", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_express__4.17.21__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_express__4.17.21__links", + "package": "@types/express", + "version": "4.17.21", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/body-parser": "1.19.5", + "@types/express-serve-static-core": "4.17.43", + "@types/qs": "6.9.11", + "@types/serve-static": "1.15.5" + }, + "transitive_closure": { + "@types/body-parser": [ + "1.19.5" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "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__no-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__no-case__3.0.4", + "package": "no-case", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "url": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-proto__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__has-proto__1.0.1", + "package": "has-proto", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "url": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__responselike__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__responselike__1.0.2", + "package": "responselike", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==", + "url": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_tootallnate_once__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_tootallnate_once__1.1.2", + "package": "@tootallnate/once", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "url": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__undici-types__5.26.5": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__undici-types__5.26.5", + "package": "undici-types", + "version": "5.26.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "url": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__colorette__2.0.20": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__colorette__2.0.20", + "package": "colorette", + "version": "2.0.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "url": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__loader-runner__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__loader-runner__4.3.0__links", + "package": "loader-runner", + "version": "4.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "loader-runner": [ + "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__postcss-value-parser__4.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-value-parser__4.2.0", + "package": "postcss-value-parser", + "version": "4.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "url": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__source-map__0.6.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__source-map__0.6.1__links", + "package": "source-map", + "version": "0.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__at_material-ui_utils__4.11.3__wcqkhtmu7mswc6yz4uyexck3ty": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_material-ui_utils__4.11.3__wcqkhtmu7mswc6yz4uyexck3ty", + "package": "@material-ui/utils", + "version": "4.11.3_wcqkhtmu7mswc6yz4uyexck3ty", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg==", + "url": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-docker__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__is-docker__3.0.0", + "package": "is-docker", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "url": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pkg-dir__4.2.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pkg-dir__4.2.0", + "package": "pkg-dir", + "version": "4.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "url": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-modules-loader-core__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-modules-loader-core__1.1.0__links", + "package": "css-modules-loader-core", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "icss-replace-symbols": "1.1.0", + "postcss": "6.0.1", + "postcss-modules-extract-imports": "1.1.0", + "postcss-modules-local-by-default": "1.2.0", + "postcss-modules-scope": "1.1.0", + "postcss-modules-values": "1.3.0" + }, + "transitive_closure": { + "ansi-regex": [ + "2.1.1" + ], + "ansi-styles": [ + "2.2.1" + ], + "chalk": [ + "1.1.3" + ], + "css-modules-loader-core": [ + "1.1.0" + ], + "css-selector-tokenizer": [ + "0.7.3" + ], + "cssesc": [ + "3.0.0" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "fastparse": [ + "1.1.2" + ], + "has-ansi": [ + "2.0.0" + ], + "has-flag": [ + "1.0.0" + ], + "icss-replace-symbols": [ + "1.1.0" + ], + "postcss": [ + "6.0.1" + ], + "postcss-modules-extract-imports": [ + "1.1.0" + ], + "postcss-modules-local-by-default": [ + "1.2.0" + ], + "postcss-modules-scope": [ + "1.1.0" + ], + "postcss-modules-values": [ + "1.3.0" + ], + "source-map": [ + "0.5.7" + ], + "strip-ansi": [ + "3.0.1" + ], + "supports-color": [ + "2.0.0", + "3.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__emojis-list__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__emojis-list__3.0.0", + "package": "emojis-list", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "url": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__debug__3.2.7__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__debug__3.2.7__links", + "package": "debug", + "version": "3.2.7", + "dev": false, + "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__escape-html__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__escape-html__1.0.3", + "package": "escape-html", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "url": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__wildcard__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__wildcard__2.0.1__links", + "package": "wildcard", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "wildcard": [ + "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__semver-compare__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__semver-compare__1.0.0", + "package": "semver-compare", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==", + "url": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_serve-index__1.9.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_serve-index__1.9.4__links", + "package": "@types/serve-index", + "version": "1.9.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/express": "4.17.21" + }, + "transitive_closure": { + "@types/body-parser": [ + "1.19.5" + ], + "@types/connect": [ + "3.4.38" + ], + "@types/express": [ + "4.17.21" + ], + "@types/express-serve-static-core": [ + "4.17.43" + ], + "@types/http-errors": [ + "2.0.4" + ], + "@types/mime": [ + "1.3.5", + "3.0.4" + ], + "@types/node": [ + "20.11.19" + ], + "@types/qs": [ + "6.9.11" + ], + "@types/range-parser": [ + "1.2.7" + ], + "@types/send": [ + "0.17.4" + ], + "@types/serve-index": [ + "1.9.4" + ], + "@types/serve-static": [ + "1.15.5" + ], + "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__pascal-case__3.1.2": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__pascal-case__3.1.2", + "package": "pascal-case", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "url": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__typedarray__0.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__typedarray__0.0.6__links", + "package": "typedarray", + "version": "0.0.6", + "dev": false, + "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~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__binary-extensions__2.2.0", + "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": false + } + }, + "npm__at_types_http-errors__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__at_types_http-errors__2.0.4__links", + "package": "@types/http-errors", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/http-errors": [ + "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__css-select__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__css-select__4.3.0", + "package": "css-select", + "version": "4.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "url": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-values__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__postcss-modules-values__1.3.0__links", + "package": "postcss-modules-values", + "version": "1.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "icss-replace-symbols": "1.1.0", + "postcss": "6.0.1" + }, + "transitive_closure": { + "ansi-regex": [ + "2.1.1" + ], + "ansi-styles": [ + "2.2.1" + ], + "chalk": [ + "1.1.3" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "has-ansi": [ + "2.0.0" + ], + "has-flag": [ + "1.0.0" + ], + "icss-replace-symbols": [ + "1.1.0" + ], + "postcss": [ + "6.0.1" + ], + "postcss-modules-values": [ + "1.3.0" + ], + "source-map": [ + "0.5.7" + ], + "strip-ansi": [ + "3.0.1" + ], + "supports-color": [ + "2.0.0", + "3.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm", + "package_visibility": [ + "//visibility:public" + ] + } + }, + "npm__icss-utils__5.1.0__postcss_8.4.35__links": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__icss-utils__5.1.0__postcss_8.4.35__links", + "package": "icss-utils", + "version": "5.1.0_postcss@8.4.35", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.35" + }, + "transitive_closure": { + "icss-utils": [ + "5.1.0_postcss@8.4.35" + ], + "nanoid": [ + "3.3.7" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.35" + ], + "source-map-js": [ + "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__http-proxy__1.18.1": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__http-proxy__1.18.1", + "package": "http-proxy", + "version": "1.18.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "url": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "commit": "", + "patch_args": [], + "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__p-cancelable__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.35.0//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.35.0~npm~npm__p-cancelable__1.1.0", + "package": "p-cancelable", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "url": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + } + }, + "recordedRepoMappingEntries": [ + [ + "aspect_bazel_lib~1.40.2", + "bazel_skylib", + "bazel_skylib~1.5.0" + ], + [ + "aspect_bazel_lib~1.40.2", + "bazel_tools", + "bazel_tools" + ], + [ + "aspect_rules_js~1.35.0", + "aspect_bazel_lib", + "aspect_bazel_lib~1.40.2" + ], + [ + "aspect_rules_js~1.35.0", + "bazel_features", + "bazel_features~1.4.1" + ], + [ + "aspect_rules_js~1.35.0", + "bazel_skylib", + "bazel_skylib~1.5.0" + ], + [ + "aspect_rules_js~1.35.0", + "bazel_tools", + "bazel_tools" + ], + [ + "bazel_features~1.4.1", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@aspect_rules_ts~2.1.1//ts:extensions.bzl%ext": { + "general": { + "bzlTransitiveDigest": "Hu/d7DKjxvn2jmpJiOg4+MPcppcaFTTOC6vZ4DfDyUE=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "npm_typescript": { + "bzlFile": "@@aspect_rules_ts~2.1.1//ts/private:npm_repositories.bzl", + "ruleClassName": "http_archive_version", + "attributes": { + "name": "aspect_rules_ts~2.1.1~ext~npm_typescript", + "bzlmod": true, + "check_for_updates": true, + "version": "5.3.3", + "integrity": "", + "build_file": "@@aspect_rules_ts~2.1.1//ts:BUILD.typescript", + "build_file_substitutions": { + "bazel_worker_version": "5.4.2", + "google_protobuf_version": "3.20.1" + }, + "urls": [ + "https://registry.npmjs.org/typescript/-/typescript-{}.tgz" + ] + } + } + }, + "recordedRepoMappingEntries": [ + [ + "aspect_rules_ts~2.1.1", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@bazel_features~1.4.1//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "TrXy+eWwQI1tR2cbxpA+bVxJMHlMd/SMvZk1deCZRX4=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~1.4.1//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~1.4.1~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~1.4.1//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~1.4.1~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { + "general": { + "bzlTransitiveDigest": "mcsWHq3xORJexV5/4eCvNOLxFOQKV6eli3fkr+tEaqE=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_cc": { + "bzlFile": "@@bazel_tools//tools/cpp:cc_configure.bzl", + "ruleClassName": "cc_autoconf", + "attributes": { + "name": "bazel_tools~cc_configure_extension~local_config_cc" + } + }, + "local_config_cc_toolchains": { + "bzlFile": "@@bazel_tools//tools/cpp:cc_configure.bzl", + "ruleClassName": "cc_autoconf_toolchains", + "attributes": { + "name": "bazel_tools~cc_configure_extension~local_config_cc_toolchains" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "bazel_tools", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@bazel_tools//tools/osx:xcode_configure.bzl%xcode_configure_extension": { + "general": { + "bzlTransitiveDigest": "Qh2bWTU6QW6wkrd87qrU4YeY+SG37Nvw3A0PR4Y0L2Y=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_xcode": { + "bzlFile": "@@bazel_tools//tools/osx:xcode_configure.bzl", + "ruleClassName": "xcode_autoconf", + "attributes": { + "name": "bazel_tools~xcode_configure_extension~local_config_xcode", + "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=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local_config_sh": { + "bzlFile": "@@bazel_tools//tools/sh:sh_configure.bzl", + "ruleClassName": "sh_config", + "attributes": { + "name": "bazel_tools~sh_configure_extension~local_config_sh" + } + } + }, + "recordedRepoMappingEntries": [] + } + }, + "@@rules_buf~0.1.1//buf:extensions.bzl%ext": { + "general": { + "bzlTransitiveDigest": "+opT3S3Uq1Jv9SRn79PC3xP4IMlTWGXpXakUIi70oE0=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "rules_buf_toolchains": { + "bzlFile": "@@rules_buf~0.1.1//buf/internal:toolchain.bzl", + "ruleClassName": "buf_download_releases", + "attributes": { + "name": "rules_buf~0.1.1~ext~rules_buf_toolchains", + "version": "v1.27.0" + } + } + }, + "recordedRepoMappingEntries": [ + [ + "rules_buf~0.1.1", + "bazel_tools", + "bazel_tools" + ] + ] + } + }, + "@@rules_java~7.1.0//java:extensions.bzl%toolchains": { + "general": { + "bzlTransitiveDigest": "D02GmifxnV/IhYgspsJMDZ/aE8HxAjXgek5gi6FSto4=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "remotejdk21_linux_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_toolchain_config_repo", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_s390x_toolchain_config_repo", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_toolchain_config_repo", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_aarch64_toolchain_config_repo", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_aarch64_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_aarch64", + "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": "2a7a99a3ea263dbd8d32a67d1e6e363ba8b25c645c826f5e167a02bbafaff1fa", + "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-macosx_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_aarch64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_aarch64.tar.gz" + ] + } + }, + "remotejdk17_linux_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_aarch64", + "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": { + "name": "rules_java~7.1.0~toolchains~remote_java_tools_windows", + "sha256": "c5c70c214a350f12cbf52da8270fa43ba629b795f3dd328028a38f8f0d39c2a1", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_windows-v13.1.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_windows-v13.1.zip" + ] + } + }, + "remotejdk11_win": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_win", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_win_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_aarch64", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_linux", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_s390x_toolchain_config_repo", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_macos", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_win_arm64", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_macos", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_macos", + "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": "9639b87db586d0c89f7a9892ae47f421e442c64b97baebdff31788fbe23265bd", + "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-macosx_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_x64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_x64.tar.gz" + ] + } + }, + "remotejdk21_macos_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_toolchain_config_repo", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_aarch64_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_win", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_aarch64_toolchain_config_repo", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_ppc64le_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_linux", + "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": "0c0eadfbdc47a7ca64aeab51b9c061f71b6e4d25d2d87674512e9b6387e9e3a6", + "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-linux_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_x64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_x64.tar.gz" + ] + } + }, + "remote_java_tools_linux": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remote_java_tools_linux", + "sha256": "d134da9b04c9023fb6e56a5d4bffccee73f7bc9572ddc4e747778dacccd7a5a7", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_linux-v13.1.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_linux-v13.1.zip" + ] + } + }, + "remotejdk21_win": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_win", + "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": "e9959d500a0d9a7694ac243baf657761479da132f0f94720cbffd092150bd802", + "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-win_x64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-win_x64.zip", + "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-win_x64.zip" + ] + } + }, + "remotejdk21_linux_aarch64": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_aarch64", + "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": "1fb64b8036c5d463d8ab59af06bf5b6b006811e6012e3b0eb6bccf57f1c55835", + "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-linux_aarch64", + "urls": [ + "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_aarch64.tar.gz", + "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_aarch64.tar.gz" + ] + } + }, + "remotejdk11_linux_aarch64_toolchain_config_repo": { + "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_aarch64_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_s390x", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_aarch64", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_win_arm64_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_linux", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_toolchain_config_repo", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_ppc64le_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_win_arm64", + "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": { + "name": "rules_java~7.1.0~toolchains~remote_java_tools_darwin_arm64", + "sha256": "dab5bb87ec43e980faea6e1cec14bafb217b8e2f5346f53aa784fd715929a930", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_darwin_arm64-v13.1.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_darwin_arm64-v13.1.zip" + ] + } + }, + "remotejdk17_linux_ppc64le": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_ppc64le", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_aarch64_toolchain_config_repo", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_win_arm64_toolchain_config_repo", + "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~7.1.0//toolchains:local_java_repository.bzl", + "ruleClassName": "_local_java_repository_rule", + "attributes": { + "name": "rules_java~7.1.0~toolchains~local_jdk", + "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": { + "name": "rules_java~7.1.0~toolchains~remote_java_tools_darwin_x86_64", + "sha256": "0db40d8505a2b65ef0ed46e4256757807db8162f7acff16225be57c1d5726dbc", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_darwin_x86_64-v13.1.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_darwin_x86_64-v13.1.zip" + ] + } + }, + "remote_java_tools": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remote_java_tools", + "sha256": "286bdbbd66e616fc4ed3f90101418729a73baa7e8c23a98ffbef558f74c0ad14", + "urls": [ + "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools-v13.1.zip", + "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools-v13.1.zip" + ] + } + }, + "remotejdk17_linux_s390x": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_s390x", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk17_win_toolchain_config_repo", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_ppc64le", + "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": { + "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_aarch64", + "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~7.1.0//toolchains:remote_java_repository.bzl", + "ruleClassName": "_toolchain_config", + "attributes": { + "name": "rules_java~7.1.0~toolchains~remotejdk21_win_toolchain_config_repo", + "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~7.1.0", + "bazel_tools", + "bazel_tools" + ], + [ + "rules_java~7.1.0", + "remote_java_tools", + "rules_java~7.1.0~toolchains~remote_java_tools" + ] + ] + } + }, + "@@rules_nodejs~6.0.3//nodejs:extensions.bzl%node": { + "general": { + "bzlTransitiveDigest": "eqSZz/NyLGaVPPEg+/9gv/EheVgW2R69KZ73JlD5GWE=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "nodejs_host": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs/private:nodejs_repo_host_os_alias.bzl", + "ruleClassName": "nodejs_repo_host_os_alias", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs_host", + "user_node_repository_name": "nodejs" + } + }, + "nodejs_linux_s390x": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs_linux_s390x", + "platform": "linux_s390x", + "node_version": "16.14.2" + } + }, + "nodejs_windows_amd64": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs_windows_amd64", + "platform": "windows_amd64", + "node_version": "16.14.2" + } + }, + "nodejs_toolchains": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs/private:toolchains_repo.bzl", + "ruleClassName": "toolchains_repo", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs_toolchains", + "user_node_repository_name": "nodejs" + } + }, + "nodejs_linux_amd64": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs_linux_amd64", + "platform": "linux_amd64", + "node_version": "16.14.2" + } + }, + "nodejs_linux_ppc64le": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs_linux_ppc64le", + "platform": "linux_ppc64le", + "node_version": "16.14.2" + } + }, + "nodejs_darwin_amd64": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs_darwin_amd64", + "platform": "darwin_amd64", + "node_version": "16.14.2" + } + }, + "nodejs_linux_arm64": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs_linux_arm64", + "platform": "linux_arm64", + "node_version": "16.14.2" + } + }, + "nodejs": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs/private:nodejs_repo_host_os_alias.bzl", + "ruleClassName": "nodejs_repo_host_os_alias", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs", + "user_node_repository_name": "nodejs" + } + }, + "nodejs_darwin_arm64": { + "bzlFile": "@@rules_nodejs~6.0.3//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~6.0.3~node~nodejs_darwin_arm64", + "platform": "darwin_arm64", + "node_version": "16.14.2" + } + } + }, + "recordedRepoMappingEntries": [] + } + } + } +} diff --git a/WORKSPACE b/WORKSPACE index 33e9d541..593403d8 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,33 +1,16 @@ workspace( - name = "asciiflow", - managed_directories = {"@npm": ["node_modules"]}, + name = "asciiflow" ) load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( - name = "build_bazel_rules_nodejs", - sha256 = "64a71a64ac58b8969bb19b1c9258a973b6433913e958964da698943fb5521d98", - urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.2.1/rules_nodejs-2.2.1.tar.gz"], + name = "aspect_rules_webpack", + sha256 = "78d05d9e87ee804accca80a4fec98a66f146b6058e915eae3d97190397ad12df", + strip_prefix = "rules_webpack-0.12.0", + url = "https://github.com/aspect-build/rules_webpack/releases/download/v0.12.0/rules_webpack-v0.12.0.tar.gz", ) -load("@build_bazel_rules_nodejs//:index.bzl", "yarn_install") +load("@aspect_rules_webpack//webpack:dependencies.bzl", "rules_webpack_dependencies") -yarn_install( - name = "npm", - package_json = "//:package.json", - yarn_lock = "//:yarn.lock", -) - -http_archive( - name = "io_bazel_rules_sass", - url = "https://github.com/bazelbuild/rules_sass/archive/1.26.10.zip", - strip_prefix = "rules_sass-1.26.10", - sha256 = "aa53d3d2a3313462dae5b357354e00d187f3bb659e994eb9b96a6033c4da2cc2", -) - -load("@io_bazel_rules_sass//:package.bzl", "rules_sass_dependencies") -rules_sass_dependencies() - -load("@io_bazel_rules_sass//:defs.bzl", "sass_repositories") -sass_repositories() +rules_webpack_dependencies() diff --git a/client/BUILD b/client/BUILD index b42f7047..48219df2 100644 --- a/client/BUILD +++ b/client/BUILD @@ -1,10 +1,11 @@ load("//:ts_library.bzl", "ts_library") -load("@io_bazel_rules_sass//:defs.bzl", "multi_sass_binary") -load("@npm//webpack-dev-server:index.bzl", "webpack_dev_server") -load("@npm//webpack:index.bzl", "webpack") -load("@build_bazel_rules_nodejs//:index.bzl", "npm_package_bin") -load("//:css_typings.bzl", "css_typings") -load("//testing:index.bzl", "ts_test_suite") + +# load("@io_bazel_rules_sass//:defs.bzl", "multi_sass_binary") +# load("//:node_modules/webpack-dev-server:index.bzl", "webpack_dev_server") +# load("//:node_modules/webpack:index.bzl", "webpack") +# load("@build_bazel_rules_nodejs//:index.bzl", "npm_package_bin") +# load("//:css_typings.bzl", "css_typings") +# load("//testing:index.bzl", "ts_test_suite") package(default_visibility = ["//visibility:public"]) @@ -13,15 +14,15 @@ filegroup( srcs = glob(["public/**/*.*"]) + [":index.html"], ) -multi_sass_binary( - name = "sass", - srcs = glob(["**/*.scss"]), -) +# multi_sass_binary( +# name = "sass", +# srcs = glob(["**/*.scss"]), +# ) -css_typings( - name = "css_typings", - srcs = [":sass"], -) +# css_typings( +# name = "css_typings", +# srcs = [":sass"], +# ) ts_library( name = "client", @@ -33,98 +34,105 @@ ts_library( exclude = ["**/*.spec.ts"], ), deps = [ - ":css_typings", - "@npm//@material-ui/core", - "@npm//@material-ui/icons", - "@npm//@types/js-base64", - "@npm//@types/node", - "@npm//@types/pako", - "@npm//@types/react", - "@npm//@types/react-dom", - "@npm//@types/react-router", - "@npm//@types/react-router-dom", - "@npm//@types/uuid", - "@npm//js-base64", - "@npm//mobx", - "@npm//mobx-react", - "@npm//pako", - "@npm//react", - "@npm//react-dom", - "@npm//react-router", - "@npm//react-router-dom", - "@npm//uuid", + "//:node_modules/@material-ui/core", + "//:node_modules/@material-ui/icons", + "//:node_modules/@types/js-base64", + # "//:node_modules/@types/node", + "//:node_modules/@types/pako", + "//:node_modules/@types/react", + "//:node_modules/@types/react-dom", + "//:node_modules/@types/react-router", + "//:node_modules/@types/react-router-dom", + "//:node_modules/@types/uuid", + "//:node_modules/js-base64", + "//:node_modules/mobx", + "//:node_modules/mobx-react", + "//:node_modules/pako", + "//:node_modules/react", + "//:node_modules/react-dom", + "//:node_modules/react-router", + "//:node_modules/react-router-dom", + "//:node_modules/uuid", ], ) -ts_test_suite( - name = "tests", - srcs = glob(["**/*.spec.ts"]), - data = [ - "@npm//source-map-support", - ], - templated_args = ["--node_options=--require=source-map-support/register"], - deps = [ - ":client", - "//testing", - "@npm//@types/chai", - "@npm//@types/node", - "@npm//chai", - ], +# ts_test_suite( +# name = "tests", +# srcs = glob(["**/*.spec.ts"]), +# data = [ +# "//:node_modules/source-map-support", +# ], +# templated_args = ["--node_options=--require=source-map-support/register"], +# deps = [ +# ":client", +# "//testing", +# "//:node_modules/@types/chai", +# "//:node_modules/@types/node", +# "//:node_modules/chai", +# ], +# ) + +load("@aspect_rules_webpack//webpack:defs.bzl", "webpack_bundle", "webpack_devserver") + +filegroup( + name = "css", + srcs = glob(["**/*.css"]), ) -webpack_dev_server( - name = "devserver", +webpack_bundle( + name = "bundle", + srcs = glob(["**/*.css"]), args = [ - "--config=client/webpack.config.js", - "--output=./app.bundle.js", + "--mode=production", ], data = [ - ":assets", - ":client", - ":index.html", - ":sass", - ":webpack.config.js", - "@npm//css-loader", - "@npm//style-loader", - "@npm//webpack-cli", + ":css", ], + node_modules = "//:node_modules", + entry_point = ":app.js", + output_dir = False, + # Errors thrown in workers don't currently get propagated back, so turn this off. + supports_workers = False, tags = [ "ibazel_notify_changes", ], -) - -webpack( - name = "bundler", - data = [ + webpack_config = ":webpack.config.js", + deps = [ ":client", - ":sass", - ":webpack.config.js", - "@npm//css-loader", - "@npm//style-loader", + "//:node_modules/css-loader", + "//:node_modules/html-webpack-plugin", + "//:node_modules/style-loader", + "//:node_modules/webpack-cli", ], ) -npm_package_bin( - name = "bundle", - outs = [ - "app.bundle.js", - ], - args = [ - "--config=$(location :webpack.config.js)", - "--output=$(location app.bundle.js)", - "--mode=production", - ], +webpack_devserver( + name = "devserver", data = [ - ":webpack.config.js", - "@npm//webpack-cli", + "index.html", + ":assets", + ":client", + ":css", + "//:node_modules/css-loader", + "//:node_modules/html-webpack-plugin", + "//:node_modules/style-loader", + "//:node_modules/webpack-cli", ], - tool = ":bundler", + node_modules = "//:node_modules", + webpack_config = ":webpack.config.js", ) +# build_test( +# name = "build_test", +# targets = [ +# ":bundle", +# ], +# ) + filegroup( name = "site", srcs = [ - ":app.bundle.js", ":assets", + ":bundle.js", ], ) diff --git a/client/app.module.css b/client/app.module.css new file mode 100644 index 00000000..3454fbd4 --- /dev/null +++ b/client/app.module.css @@ -0,0 +1,6 @@ +.app a, +.app a:visited, +.app a:hover, +.app a:active { + color: inherit; +} diff --git a/client/app.scss b/client/app.scss deleted file mode 100644 index c8babf29..00000000 --- a/client/app.scss +++ /dev/null @@ -1,8 +0,0 @@ -.app { - a, - a:visited, - a:hover, - a:active { - color: inherit; - } -} diff --git a/client/app.tsx b/client/app.tsx index a8f34c77..ea47945f 100644 --- a/client/app.tsx +++ b/client/app.tsx @@ -1,6 +1,6 @@ -import React = require("react"); -import { createMuiTheme, ThemeProvider } from "@material-ui/core/styles"; -import * as styles from "asciiflow/client/app.css"; +import * as React from "react"; +import { createTheme, ThemeProvider } from "@material-ui/core/styles"; +import styles from "asciiflow/client/app.module.css"; import { Controller, DesktopController, @@ -11,7 +11,7 @@ import { DrawingId, store } from "asciiflow/client/store"; import { View } from "asciiflow/client/view"; import { useObserver } from "mobx-react"; import { HashRouter, Route, useParams } from "react-router-dom"; -import ReactDOM = require("react-dom"); +import * as ReactDOM from "react-dom"; const controller = new Controller(); const touchController = new TouchController(controller); @@ -33,7 +33,7 @@ export const App = () => { const theme = React.useMemo( () => - createMuiTheme({ + createTheme({ palette: { type: store.darkMode.get() ? "dark" : "light", }, diff --git a/client/controller.ts b/client/controller.ts index a49f9514..8b6f5651 100644 --- a/client/controller.ts +++ b/client/controller.ts @@ -4,7 +4,7 @@ import { Vector } from "asciiflow/client/vector"; import { screenToCell } from "asciiflow/client/view"; import { HTMLAttributes } from "react"; -import React = require("react"); +import * as React from "react"; /** * Different modes of control. @@ -52,6 +52,8 @@ export class Controller { } handleKeyPress(event: KeyboardEvent) { + console.log(event.keyCode); + if (!event.ctrlKey && !event.metaKey && event.keyCode !== 13) { store.currentTool.handleKey( String.fromCharCode(event.keyCode), @@ -133,7 +135,9 @@ export class Controller { store.panning = true; } - store.currentTool.handleKey(specialKeyCode, getModifierKeys(event)); + if (specialKeyCode != null) { + store.currentTool.handleKey(specialKeyCode, getModifierKeys(event)); + } } handleKeyUp(event: KeyboardEvent) { @@ -155,10 +159,10 @@ export class Controller { // Update the cursor pointer, depending on the draw function. if (!moveCell.equals(this.lastMoveCell)) { - store.currentCursor = store.currentTool.getCursor( + store.setCurrentCursor(store.currentTool.getCursor( moveCell, getModifierKeys(e) - ); + )); } // In drawing mode, so pass the mouse move on, but remove duplicates. diff --git a/client/css_modules.d.ts b/client/css_modules.d.ts new file mode 100644 index 00000000..f2d12bb5 --- /dev/null +++ b/client/css_modules.d.ts @@ -0,0 +1,4 @@ +declare module "*.module.css" { + const classes: { [key: string]: string }; + export default classes; +} diff --git a/client/drawer.scss b/client/drawer.module.css similarity index 70% rename from client/drawer.scss rename to client/drawer.module.css index 92ac1e7e..ff4d3779 100644 --- a/client/drawer.scss +++ b/client/drawer.module.css @@ -5,19 +5,19 @@ max-width: 380px; z-index: 11; border-radius: 8px !important; +} - .logo { - height: 30px; - margin: -3px 10px 0px; - } +.drawer .logo { + height: 30px; + margin: -3px 10px 0px; +} - .header { - display: flex; - justify-content: space-between; - align-items: center; - padding: 10px; - padding-right: 16px; - } +.drawer .header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 10px; + padding-right: 16px; } :global(.MuiButton-root).freeformCharacterButton { @@ -58,8 +58,7 @@ button.fab { .githubMark { filter: opacity(80%); } -:global(.dark) { - .githubMark { - filter: invert(100%); - } + +:global(.dark) .githubMark { + filter: invert(100%); } diff --git a/client/drawer.tsx b/client/drawer.tsx index 113e5e50..952fbc91 100644 --- a/client/drawer.tsx +++ b/client/drawer.tsx @@ -1,6 +1,6 @@ import * as React from "react"; import MaterialDrawer from "@material-ui/core/Drawer"; -import * as styles from "asciiflow/client/drawer.css"; +import styles from "asciiflow/client/drawer.module.css"; import { List, ListItem, diff --git a/client/export.scss b/client/export.module.css similarity index 100% rename from client/export.scss rename to client/export.module.css diff --git a/client/export.tsx b/client/export.tsx index e6aedeb7..f2cfefb6 100644 --- a/client/export.tsx +++ b/client/export.tsx @@ -13,7 +13,7 @@ import { TextareaAutosize, } from "@material-ui/core"; import { ASCII, UNICODE } from "asciiflow/client/constants"; -import * as styles from "asciiflow/client/export.css"; +import styles from "asciiflow/client/export.module.css"; import { DrawingId, store } from "asciiflow/client/store"; import { layerToText } from "asciiflow/client/text_utils"; import { useObserver } from "mobx-react"; diff --git a/client/index.html b/client/index.html index 36d5f7ce..23e35968 100755 --- a/client/index.html +++ b/client/index.html @@ -184,7 +184,7 @@
- + + diff --git a/client/layer.ts b/client/layer.ts index 6ffda8ea..a1a815eb 100644 --- a/client/layer.ts +++ b/client/layer.ts @@ -1,8 +1,7 @@ -import { Vector } from "asciiflow/client/vector"; -import { CellContext } from "asciiflow/client/common"; -import * as constants from "asciiflow/client/constants"; -import { IStringifier } from "asciiflow/client/store/persistent"; -import { layerToText, textToLayer } from "asciiflow/client/text_utils"; +import { Vector } from "#asciiflow/client/vector"; +import { CellContext } from "#asciiflow/client/common"; +import * as constants from "#asciiflow/client/constants"; +import { layerToText, textToLayer } from "#asciiflow/client/text_utils"; export interface ILayerView { get(position: Vector): string; diff --git a/client/render_layer.ts b/client/render_layer.ts index 99cddaa0..9a561f2b 100644 --- a/client/render_layer.ts +++ b/client/render_layer.ts @@ -1,9 +1,9 @@ -import { CellContext } from "asciiflow/client/common"; -import { Characters } from "asciiflow/client/constants"; -import { AbstractLayer, ILayerView } from "asciiflow/client/layer"; -import { store } from "asciiflow/client/store"; -import { Vector } from "asciiflow/client/vector"; -import * as constants from "asciiflow/client/constants"; +import { CellContext } from "#asciiflow/client/common"; +import { Characters } from "#asciiflow/client/constants"; +import { AbstractLayer, ILayerView } from "#asciiflow/client/layer"; +import { store } from "#asciiflow/client/store"; +import { Vector } from "#asciiflow/client/vector"; +import * as constants from "#asciiflow/client/constants"; /** * This is where the "magic" happens. Rules are applied to the underlying drawing to determine what the rendered character should be. diff --git a/client/store/canvas.ts b/client/store/canvas.ts index 2154aa3e..c5318342 100644 --- a/client/store/canvas.ts +++ b/client/store/canvas.ts @@ -1,27 +1,23 @@ -import { Box, CellContext } from "asciiflow/client/common"; -import * as constants from "asciiflow/client/constants"; -import { Layer, LayerView } from "asciiflow/client/layer"; -import { DrawingId, store } from "asciiflow/client/store"; -import { - ArrayStringifier, - Persistent, -} from "asciiflow/client/store/persistent"; -import { IVector, Vector } from "asciiflow/client/vector"; +import { Box, CellContext } from "#asciiflow/client/common"; +import * as constants from "#asciiflow/client/constants"; +import { Layer, LayerView } from "#asciiflow/client/layer"; +import { DrawingId, store } from "#asciiflow/client/store"; +import { Persistent } from "#asciiflow/client/store/persistent"; +import { ArrayStringifier } from "#asciiflow/client/store/stringifiers"; +import { IVector, Vector } from "#asciiflow/client/vector"; import { action, makeAutoObservable, observable } from "mobx"; -import { Characters } from "asciiflow/client/constants"; -import { DrawingStringifier } from "asciiflow/client/store/drawing_stringifier"; -import { RenderLayer } from "asciiflow/client/render_layer"; +import { Characters } from "#asciiflow/client/constants"; +import { DrawingStringifier } from "#asciiflow/client/store/drawing_stringifier"; +import { RenderLayer } from "#asciiflow/client/render_layer"; /** * Holds the entire state of the diagram as a 2D array of cells * and provides methods to modify the current state. */ export class CanvasStore { - public readonly drawingId: DrawingId = DrawingId.local(""); constructor(drawingId: DrawingId) { this.drawingId = drawingId; - makeAutoObservable(this); } public persistentKey(...values: string[]) { @@ -54,16 +50,16 @@ export class CanvasStore { }); } - @observable public persistentCommitted = Persistent.custom( + @observable accessor persistentCommitted = Persistent.custom( this.persistentKey("committed-layer"), this.drawingId.shareSpec ? new DrawingStringifier().deserialize(this.drawingId.shareSpec).layer : new Layer(), Layer ); - @observable public scratch = new Layer(); + @observable accessor scratch = new Layer(); - @observable public selection: Box; + @observable accessor selection: Box; get committed() { return this.persistentCommitted.get(); @@ -84,13 +80,13 @@ export class CanvasStore { }); } - @observable public undoLayers = Persistent.custom( + @observable accessor undoLayers = Persistent.custom( this.persistentKey("undo-layers"), [], new ArrayStringifier(Layer) ); - @observable public redoLayers = Persistent.custom( + @observable accessor redoLayers = Persistent.custom( this.persistentKey("redo-layers"), [], new ArrayStringifier(Layer) diff --git a/client/store/drawing_stringifier.spec.ts b/client/store/drawing_stringifier.spec.ts index 527d0429..4dfdbc2b 100644 --- a/client/store/drawing_stringifier.spec.ts +++ b/client/store/drawing_stringifier.spec.ts @@ -1,15 +1,14 @@ -import { Layer } from "asciiflow/client/layer"; +import { Layer } from "#asciiflow/client/layer"; import { DrawingStringifier, IDrawing, -} from "asciiflow/client/store/drawing_stringifier"; -import { Vector } from "asciiflow/client/vector"; -import { suite, test } from "asciiflow/testing"; +} from "#asciiflow/client/store/drawing_stringifier"; +import { Vector } from "#asciiflow/client/vector"; import { expect } from "chai"; -import { basename } from "path"; +import { describe, it } from "mocha"; -suite(basename(__filename), () => { - test("reserialize", () => { +describe("drawing_stringifier", () => { + it("reserialize", () => { const layer = new Layer(); layer.set(new Vector(5, 10), "X"); const drawing: IDrawing = { diff --git a/client/store/drawing_stringifier.ts b/client/store/drawing_stringifier.ts index 6478fa63..ee14c83b 100644 --- a/client/store/drawing_stringifier.ts +++ b/client/store/drawing_stringifier.ts @@ -1,10 +1,10 @@ -import { Layer } from "asciiflow/client/layer"; +import { Layer } from "#asciiflow/client/layer"; import { IStringifier, JSONStringifier, -} from "asciiflow/client/store/persistent"; +} from "#asciiflow/client/store/stringifiers"; import { Base64 } from "js-base64"; -import * as pako from "pako"; +import pako from "pako"; export interface IDrawing { name: string; @@ -26,7 +26,6 @@ export class DrawingStringifier implements IStringifier { const deflatedBytes = pako.deflate(jsonBytes); const base64 = Base64.fromUint8Array(deflatedBytes); return base64; - } public deserialize(value: string) { const deflatedBytes = Base64.toUint8Array(value); diff --git a/client/store/index.ts b/client/store/index.ts index 4bce01b6..3a478f41 100644 --- a/client/store/index.ts +++ b/client/store/index.ts @@ -1,22 +1,22 @@ -import * as constants from "asciiflow/client/constants"; -import { DrawBox } from "asciiflow/client/draw/box"; -import { DrawFreeform } from "asciiflow/client/draw/freeform"; +import * as constants from "#asciiflow/client/constants"; +import { DrawBox } from "#asciiflow/client/draw/box"; +import { DrawFreeform } from "#asciiflow/client/draw/freeform"; import { AbstractDrawFunction, IDrawFunction, -} from "asciiflow/client/draw/function"; -import { DrawLine } from "asciiflow/client/draw/line"; -import { DrawNull } from "asciiflow/client/draw/null"; -import { DrawSelect } from "asciiflow/client/draw/select"; -import { DrawText } from "asciiflow/client/draw/text"; -import { IExportConfig } from "asciiflow/client/export"; -import { CanvasStore } from "asciiflow/client/store/canvas"; +} from "#asciiflow/client/draw/function"; +import { DrawLine } from "#asciiflow/client/draw/line"; +import { DrawNull } from "#asciiflow/client/draw/null"; +import { DrawSelect } from "#asciiflow/client/draw/select"; +import { DrawText } from "#asciiflow/client/draw/text"; +import { IExportConfig } from "#asciiflow/client/export"; +import { CanvasStore } from "#asciiflow/client/store/canvas"; import { ArrayStringifier, IStringifier, JSONStringifier, - Persistent, -} from "asciiflow/client/store/persistent"; +} from "#asciiflow/client/store/stringifiers"; +import { Persistent } from "#asciiflow/client/store/persistent"; import { action, computed, makeAutoObservable, observable } from "mobx"; import * as uuid from "uuid"; @@ -93,11 +93,6 @@ export class DrawingId { } export class Store { - - public constructor() { - makeAutoObservable(this); - } - public readonly boxTool = new DrawBox(); public readonly lineTool = new DrawLine(false); public readonly arrowTool = new DrawLine(true); @@ -106,22 +101,21 @@ export class Store { public readonly textTool = new DrawText(); public readonly nullTool = new DrawNull(); - @observable private _route: DrawingId = DrawingId.local(null); + @observable accessor _route: DrawingId = DrawingId.local(null); public get route() { return this._route; } @action.bound public setRoute(value: DrawingId) { - console.log(value); if (JSON.stringify(value) !== JSON.stringify(store.route)) { this._route = value; } } - @observable public freeformCharacter = "x"; + @observable accessor freeformCharacter = "x"; - @observable private selectedToolMode = ToolMode.BOX; + @observable accessor selectedToolMode = ToolMode.BOX; public get toolMode() { if (this.route.shareSpec) { @@ -130,34 +124,34 @@ export class Store { return this.selectedToolMode; } - @observable public unicode = Persistent.json("unicode", true); - @observable public controlsOpen = Persistent.json("controlsOpen", true); - @observable public fileControlsOpen = Persistent.json( + @observable accessor unicode = Persistent.json("unicode", true); + @observable accessor controlsOpen = Persistent.json("controlsOpen", true); + @observable accessor fileControlsOpen = Persistent.json( "fileControlsOpen", true ); - @observable public editControlsOpen = Persistent.json( + @observable accessor editControlsOpen = Persistent.json( "editControlsOpen", true ); - @observable public helpControlsOpen = Persistent.json( + @observable accessor helpControlsOpen = Persistent.json( "editControlsOpen", true ); - @observable public exportConfig = Persistent.json( + @observable accessor exportConfig = Persistent.json( "exportConfig", {} as IExportConfig ); - @observable localDrawingIds = Persistent.custom( + @observable accessor localDrawingIds = Persistent.custom( "localDrawingIds", [], new ArrayStringifier(DrawingId.STRINGIFIER) ); - @observable public panning = false; + @observable accessor panning = false; - @observable public altPressed = false; + @observable accessor altPressed = false; public currentCursor: string = "default"; @@ -185,14 +179,14 @@ export class Store { @computed get computedCurrentCursor() { - return this.panning ? 'move' : this.currentCursor + return this.panning ? "move" : this.currentCursor; } public setCurrentCursor(value: string) { this.currentCursor = value; } - @observable public modifierKeys: IModifierKeys = {}; + @observable accessor modifierKeys: IModifierKeys = {}; get characters() { return this.unicode.get() ? constants.UNICODE : constants.ASCII; diff --git a/client/store/persistent.ts b/client/store/persistent.ts index 8d689032..e396f6b9 100644 --- a/client/store/persistent.ts +++ b/client/store/persistent.ts @@ -1,3 +1,4 @@ +import { IStringifier, JSONStringifier } from "#asciiflow/client/store/stringifiers"; import { action, computed, @@ -6,32 +7,6 @@ import { observable, } from "mobx"; -export interface IStringifier { - serialize: (value: T) => string; - deserialize: (value: string) => T; -} - -export class JSONStringifier implements IStringifier { - serialize(value: T) { - return JSON.stringify(value); - } - deserialize(value: string) { - return JSON.parse(value) as T; - } -} - -export class ArrayStringifier implements IStringifier { - constructor(private stringifier: IStringifier) {} - - serialize(value: T[]) { - return JSON.stringify(value.map((v) => this.stringifier.serialize(v))); - } - deserialize(value: string) { - return (JSON.parse(value) as string[]).map((v) => - this.stringifier.deserialize(v) - ); - } -} export class Persistent { public static json(key: string, defaultValue: T) { @@ -50,7 +25,7 @@ export class Persistent { return new Persistent(stringifier, key, defaultValue); } - value: T = null; + @observable accessor value: T; private constructor( private stringifier: IStringifier, @@ -70,9 +45,6 @@ export class Persistent { this.value = defaultValue; } } - makeObservable(this, { - value: observable, - }); } get() { diff --git a/client/store/stringifiers.ts b/client/store/stringifiers.ts new file mode 100644 index 00000000..d208f2f3 --- /dev/null +++ b/client/store/stringifiers.ts @@ -0,0 +1,26 @@ +export interface IStringifier { + serialize: (value: T) => string; + deserialize: (value: string) => T; +} + +export class JSONStringifier implements IStringifier { + serialize(value: T) { + return JSON.stringify(value); + } + deserialize(value: string) { + return JSON.parse(value) as T; + } +} + +export class ArrayStringifier implements IStringifier { + constructor(private stringifier: IStringifier) {} + + serialize(value: T[]) { + return JSON.stringify(value.map((v) => this.stringifier.serialize(v))); + } + deserialize(value: string) { + return (JSON.parse(value) as string[]).map((v) => + this.stringifier.deserialize(v) + ); + } +} diff --git a/client/text_utils.ts b/client/text_utils.ts index dab339d8..470da97a 100644 --- a/client/text_utils.ts +++ b/client/text_utils.ts @@ -1,6 +1,6 @@ -import { Box } from "asciiflow/client/common"; -import { ILayerView, Layer } from "asciiflow/client/layer"; -import { Vector } from "asciiflow/client/vector"; +import { Box } from "#asciiflow/client/common"; +import { ILayerView, Layer } from "#asciiflow/client/layer"; +import { Vector } from "#asciiflow/client/vector"; export function layerToText(layer: ILayerView, box?: Box) { if (layer.keys().length === 0) { diff --git a/client/view.tsx b/client/view.tsx index d147a84f..3b334e59 100644 --- a/client/view.tsx +++ b/client/view.tsx @@ -1,6 +1,6 @@ -import * as constants from "asciiflow/client/constants"; -import { store } from "asciiflow/client/store"; -import { Vector } from "asciiflow/client/vector"; +import * as constants from "#asciiflow/client/constants"; +import { store } from "#asciiflow/client/store"; +import { Vector } from "#asciiflow/client/vector"; import { autorun } from "mobx"; import { useObserver } from "mobx-react"; import * as React from "react"; diff --git a/client/webpack.config.js b/client/webpack.config.js index d80f58de..636b39ef 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -3,13 +3,16 @@ const HtmlWebpackPlugin = require("html-webpack-plugin"); const { env } = require("process"); module.exports = (env, argv) => ({ - plugins: argv.mode != "production" ? [ - new HtmlWebpackPlugin({ - template: path.resolve(__dirname, "index.html"), - }), - ] : [], + plugins: + argv.mode != "production" + ? [ + new HtmlWebpackPlugin({ + template: path.resolve(__dirname, "index.html"), + inject: false, + }), + ] + : [], devServer: { - historyApiFallback: true, static: { directory: path.resolve(__dirname), }, @@ -25,7 +28,7 @@ module.exports = (env, argv) => ({ }, resolve: { alias: { - asciiflow: path.resolve("."), + "#asciiflow": path.resolve("."), }, }, module: { @@ -34,6 +37,24 @@ module.exports = (env, argv) => ({ test: /\.css$/i, use: ["style-loader", "css-loader"], }, + { + test: /\.(?:js|mjs|cjs)$/, + exclude: /node_modules/, + use: { + loader: "babel-loader", + options: { + presets: [["@babel/preset-env", { targets: "defaults" }]], + plugins: [ + [ + "@babel/plugin-proposal-decorators", + { + version: "2023-05", + }, + ], + ], + }, + }, + }, ], }, }); diff --git a/css_typings.bzl b/css_typings.bzl deleted file mode 100644 index dd140f42..00000000 --- a/css_typings.bzl +++ /dev/null @@ -1,53 +0,0 @@ -load("@build_bazel_rules_nodejs//:providers.bzl", "DeclarationInfo") - -def _impl(ctx): - outs = [] - for f in ctx.files.srcs: - if (f.basename[-4:] == ".map"): - continue - out = ctx.actions.declare_file(f.basename.replace(".css", ".css.d.ts"), sibling = f) - outs.append(out) - patterns = [f.path] - if not f.root.path == "": - patterns = [f.short_path, f.root.path + ("/" + ctx.label.workspace_root if ctx.label.workspace_root else "")] - out_dir = out.root.path + ("/" + ctx.label.workspace_root if ctx.label.workspace_root else "") - ctx.actions.run( - inputs = [f], - outputs = [out], - executable = ctx.executable._tool, - arguments = ["--silent", "--outDir", out_dir, "--pattern"] + patterns, - progress_message = "Generating CSS type definitions for %s" % f.path, - ) - - # Return a structure that is compatible with the deps[] of a ts_library. - return struct( - providers = [DeclarationInfo( - declarations = depset(outs), - transitive_declarations = depset(outs), - type_blacklisted_declarations = depset(), - )], - files = depset(outs), - typescript = struct( - declarations = depset(outs), - transitive_declarations = depset(outs), - es5_sources = depset(), - es6_sources = depset(), - transitive_es5_sources = depset(), - transitive_es6_sources = depset(), - type_blacklisted_declarations = depset(), - ), - ) - -css_typings = rule( - implementation = _impl, - attrs = { - "srcs": attr.label_list(doc = "css files", allow_files = [".css"]), - "packages": attr.string_list(), - "_tool": attr.label( - executable = True, - cfg = "host", - allow_files = True, - default = Label("@npm//typed-css-modules/bin:tcm"), - ), - }, -) diff --git a/electron/BUILD b/electron/BUILD index 48319367..e685b6b3 100644 --- a/electron/BUILD +++ b/electron/BUILD @@ -1,13 +1,13 @@ -load("@npm//electron:index.bzl", "electron") +load("@npm//:electron/package_json.bzl", electron = "bin") -electron( +electron.electron_binary( name = "electron", args = [ - "$(location :index.js)" + "$(location :index.js)", ], data = [ ":index.js", - "//client:app.bundle.js", "//client:assets", + "//client:bundle.js", ], ) diff --git a/package.json b/package.json index 24a8c302..1cec7bac 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,17 @@ "name": "asciiflow2", "main": "index.js", "icon": "images/favicon.png", + "imports": { + "#asciiflow/*": "./*" + }, "scripts": { "start": "electron ." }, "type": "module", "dependencies": { + "@babel/core": "^7.23.9", + "@babel/plugin-proposal-decorators": "^7.23.9", + "@babel/preset-env": "^7.23.9", "@bazel/ibazel": "^0.12.4", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", @@ -15,12 +21,15 @@ "@types/js-base64": "^3.0.0", "@types/json-stable-stringify": "^1.0.32", "@types/material-ui": "^0.21.8", + "@types/mocha": "^10.0.6", + "@types/node": "^20.11.19", "@types/pako": "^1.0.1", "@types/react": "^16.9.34", "@types/react-dom": "^16.9.6", "@types/react-router": "^5.1.5", "@types/react-router-dom": "^5.1.4", "@types/uuid": "^8.3.0", + "babel-loader": "^9.1.3", "chai": "^4.3.0", "chalk": "^2.4.2", "css-loader": "^6.7.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d889f13..d36dad41 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,9 @@ overrides: '@babel/runtime': ^7.12.5 specifiers: + '@babel/core': ^7.23.9 + '@babel/plugin-proposal-decorators': ^7.23.9 + '@babel/preset-env': ^7.23.9 '@bazel/ibazel': ^0.12.4 '@material-ui/core': ^4.11.0 '@material-ui/icons': ^4.9.1 @@ -12,12 +15,15 @@ specifiers: '@types/js-base64': ^3.0.0 '@types/json-stable-stringify': ^1.0.32 '@types/material-ui': ^0.21.8 + '@types/mocha': ^10.0.6 + '@types/node': ^20.11.19 '@types/pako': ^1.0.1 '@types/react': ^16.9.34 '@types/react-dom': ^16.9.6 '@types/react-router': ^5.1.5 '@types/react-router-dom': ^5.1.4 '@types/uuid': ^8.3.0 + babel-loader: ^9.1.3 chai: ^4.3.0 chalk: ^2.4.2 css-loader: ^6.7.3 @@ -46,6 +52,9 @@ specifiers: webpack-dev-server: ^5.0.1 dependencies: + '@babel/core': 7.23.9 + '@babel/plugin-proposal-decorators': 7.23.9_@babel+core@7.23.9 + '@babel/preset-env': 7.23.9_@babel+core@7.23.9 '@bazel/ibazel': 0.12.4 '@material-ui/core': 4.12.4_v562uftptxx4nsa5btkapyyqhu '@material-ui/icons': 4.11.3_m2ddnah33gvdgahe3e23i4vjue @@ -54,12 +63,15 @@ dependencies: '@types/js-base64': 3.3.1 '@types/json-stable-stringify': 1.0.36 '@types/material-ui': 0.21.16 + '@types/mocha': 10.0.6 + '@types/node': 20.11.19 '@types/pako': 1.0.7 '@types/react': 16.14.56 '@types/react-dom': 16.9.24 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 '@types/uuid': 8.3.4 + babel-loader: 9.1.3_xayam3da47ojfw7plmf7s2tawe chai: 4.4.1 chalk: 2.4.2 css-loader: 6.7.3_webpack@5.75.0 @@ -89,6 +101,1158 @@ dependencies: packages: + /@ampproject/remapping/2.2.1: + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.22 + dev: false + + /@babel/code-frame/7.23.5: + resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.23.4 + chalk: 2.4.2 + dev: false + + /@babel/compat-data/7.23.5: + resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/core/7.23.9: + resolution: {integrity: sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.6 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3_@babel+core@7.23.9 + '@babel/helpers': 7.23.9 + '@babel/parser': 7.23.9 + '@babel/template': 7.23.9 + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.9 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/generator/7.23.6: + resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.22 + jsesc: 2.5.2 + dev: false + + /@babel/helper-annotate-as-pure/7.22.5: + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-builder-binary-assignment-operator-visitor/7.22.15: + resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-compilation-targets/7.23.6: + resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.23.5 + '@babel/helper-validator-option': 7.23.5 + browserslist: 4.23.0 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: false + + /@babel/helper-create-class-features-plugin/7.23.10_@babel+core@7.23.9: + resolution: {integrity: sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: false + + /@babel/helper-create-regexp-features-plugin/7.22.15_@babel+core@7.23.9: + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + dev: false + + /@babel/helper-define-polyfill-provider/0.5.0_@babel+core@7.23.9: + resolution: {integrity: sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.22.5 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/helper-environment-visitor/7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-function-name/7.23.0: + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.23.9 + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-hoist-variables/7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-member-expression-to-functions/7.23.0: + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-module-imports/7.22.15: + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-module-transforms/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 + dev: false + + /@babel/helper-optimise-call-expression/7.22.5: + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-plugin-utils/7.22.5: + resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-remap-async-to-generator/7.22.20_@babel+core@7.23.9: + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 + dev: false + + /@babel/helper-replace-supers/7.22.20_@babel+core@7.23.9: + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: false + + /@babel/helper-simple-access/7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-skip-transparent-expression-wrappers/7.22.5: + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-split-export-declaration/7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-string-parser/7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-validator-identifier/7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-validator-option/7.23.5: + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-wrap-function/7.22.20: + resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.23.9 + '@babel/types': 7.23.9 + dev: false + + /@babel/helpers/7.23.9: + resolution: {integrity: sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.23.9 + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.9 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/highlight/7.23.4: + resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: false + + /@babel/parser/7.23.9: + resolution: {integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.23.4_@babel+core@7.23.9 + dev: false + + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/7.23.7_@babel+core@7.23.9: + resolution: {integrity: sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-proposal-decorators/7.23.9_@babel+core@7.23.9: + resolution: {integrity: sha512-hJhBCb0+NnTWybvWq2WpbCYDOcflSbx0t+BYP65e5R9GVnukiDTi+on5bFkk4p7QGuv190H6KfNiV9Knf/3cZA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-class-features-plugin': 7.23.10_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-decorators': 7.23.3_@babel+core@7.23.9 + dev: false + + /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.9: + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + dev: false + + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.23.9: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.23.9: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.23.9: + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-decorators/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.23.9: + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.23.9: + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-import-assertions/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-import-attributes/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.23.9: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.23.9: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.23.9: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.23.9: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.23.9: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.23.9: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.23.9: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.23.9: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.23.9: + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.23.9: + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.23.9: + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-arrow-functions/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-async-generator-functions/7.23.9_@babel+core@7.23.9: + resolution: {integrity: sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-async-to-generator/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-block-scoped-functions/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-block-scoping/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-class-properties/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-class-features-plugin': 7.23.10_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-class-static-block/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-class-features-plugin': 7.23.10_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-classes/7.23.8_@babel+core@7.23.9: + resolution: {integrity: sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.9 + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 + dev: false + + /@babel/plugin-transform-computed-properties/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.23.9 + dev: false + + /@babel/plugin-transform-destructuring/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-dotall-regex/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-duplicate-keys/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-dynamic-import/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-exponentiation-operator/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-export-namespace-from/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-for-of/7.23.6_@babel+core@7.23.9: + resolution: {integrity: sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: false + + /@babel/plugin-transform-function-name/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-json-strings/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-literals/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-logical-assignment-operators/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-member-expression-literals/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-modules-amd/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-module-transforms': 7.23.3_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-modules-commonjs/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-module-transforms': 7.23.3_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + dev: false + + /@babel/plugin-transform-modules-systemjs/7.23.9_@babel+core@7.23.9: + resolution: {integrity: sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.23.3_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 + dev: false + + /@babel/plugin-transform-modules-umd/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-module-transforms': 7.23.3_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.23.9: + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-new-target/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-nullish-coalescing-operator/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-numeric-separator/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-object-rest-spread/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.23.5 + '@babel/core': 7.23.9 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.9 + '@babel/plugin-transform-parameters': 7.23.3_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-object-super/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-optional-catch-binding/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-optional-chaining/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-parameters/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-private-methods/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-class-features-plugin': 7.23.10_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-private-property-in-object/7.23.4_@babel+core@7.23.9: + resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.23.10_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.9 + dev: false + + /@babel/plugin-transform-property-literals/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-regenerator/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + regenerator-transform: 0.15.2 + dev: false + + /@babel/plugin-transform-reserved-words/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-shorthand-properties/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-spread/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: false + + /@babel/plugin-transform-sticky-regex/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-template-literals/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-typeof-symbol/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-unicode-escapes/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-unicode-property-regex/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-unicode-regex/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-unicode-sets-regex/7.23.3_@babel+core@7.23.9: + resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/preset-env/7.23.9_@babel+core@7.23.9: + resolution: {integrity: sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.23.5 + '@babel/core': 7.23.9 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.7_@babel+core@7.23.9 + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.9 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.9 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.9 + '@babel/plugin-syntax-import-assertions': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-syntax-import-attributes': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.9 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.9 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.9 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.9 + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.23.9 + '@babel/plugin-transform-arrow-functions': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-async-generator-functions': 7.23.9_@babel+core@7.23.9 + '@babel/plugin-transform-async-to-generator': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-block-scoped-functions': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-block-scoping': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-class-properties': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-class-static-block': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-classes': 7.23.8_@babel+core@7.23.9 + '@babel/plugin-transform-computed-properties': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-destructuring': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-dotall-regex': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-duplicate-keys': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-dynamic-import': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-exponentiation-operator': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-export-namespace-from': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-for-of': 7.23.6_@babel+core@7.23.9 + '@babel/plugin-transform-function-name': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-json-strings': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-literals': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-logical-assignment-operators': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-member-expression-literals': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-modules-amd': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-modules-commonjs': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-modules-systemjs': 7.23.9_@babel+core@7.23.9 + '@babel/plugin-transform-modules-umd': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.23.9 + '@babel/plugin-transform-new-target': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-numeric-separator': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-object-rest-spread': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-object-super': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-optional-catch-binding': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-optional-chaining': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-parameters': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-private-methods': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-private-property-in-object': 7.23.4_@babel+core@7.23.9 + '@babel/plugin-transform-property-literals': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-regenerator': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-reserved-words': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-shorthand-properties': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-spread': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-sticky-regex': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-template-literals': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-typeof-symbol': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-unicode-escapes': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-unicode-property-regex': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-unicode-regex': 7.23.3_@babel+core@7.23.9 + '@babel/plugin-transform-unicode-sets-regex': 7.23.3_@babel+core@7.23.9 + '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.23.9 + babel-plugin-polyfill-corejs2: 0.4.8_@babel+core@7.23.9 + babel-plugin-polyfill-corejs3: 0.9.0_@babel+core@7.23.9 + babel-plugin-polyfill-regenerator: 0.5.5_@babel+core@7.23.9 + core-js-compat: 3.36.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/preset-modules/0.1.6-no-external-plugins_@babel+core@7.23.9: + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/types': 7.23.9 + esutils: 2.0.3 + dev: false + + /@babel/regjsgen/0.8.0: + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} + dev: false + /@babel/runtime/7.23.9: resolution: {integrity: sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==} engines: {node: '>=6.9.0'} @@ -96,6 +1260,42 @@ packages: regenerator-runtime: 0.14.1 dev: false + /@babel/template/7.23.9: + resolution: {integrity: sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 + dev: false + + /@babel/traverse/7.23.9: + resolution: {integrity: sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==} + engines: {node: '>=6.9.0'} + dependencies: + '@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.9 + '@babel/types': 7.23.9 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/types/7.23.9: + resolution: {integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: false + /@bazel/ibazel/0.12.4: resolution: {integrity: sha512-FzOy+esB/fXVDbAmL6Ce2yCEy+PESZih8GypKhi0B8XzoZHAAn3QNnQcMNwo9PrIfp3G1989nM/JQ1b8jwEinQ==} hasBin: true @@ -453,7 +1653,7 @@ packages: /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 12.20.55 + '@types/node': 20.11.19 dev: false /@types/material-ui/0.21.16: @@ -471,6 +1671,10 @@ packages: resolution: {integrity: sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw==} dev: false + /@types/mocha/10.0.6: + resolution: {integrity: sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==} + dev: false + /@types/node-forge/1.3.11: resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} dependencies: @@ -548,7 +1752,7 @@ packages: /@types/responselike/1.0.3: resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} dependencies: - '@types/node': 12.20.55 + '@types/node': 20.11.19 dev: false /@types/retry/0.12.2: @@ -914,6 +2118,55 @@ packages: engines: {node: '>= 0.8'} dev: false + /babel-loader/9.1.3_xayam3da47ojfw7plmf7s2tawe: + resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} + engines: {node: '>= 14.15.0'} + peerDependencies: + '@babel/core': ^7.12.0 + webpack: '>=5' + dependencies: + '@babel/core': 7.23.9 + find-cache-dir: 4.0.0 + schema-utils: 4.2.0 + webpack: 5.75.0_webpack-cli@5.1.4 + dev: false + + /babel-plugin-polyfill-corejs2/0.4.8_@babel+core@7.23.9: + resolution: {integrity: sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/compat-data': 7.23.5 + '@babel/core': 7.23.9 + '@babel/helper-define-polyfill-provider': 0.5.0_@babel+core@7.23.9 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-plugin-polyfill-corejs3/0.9.0_@babel+core@7.23.9: + resolution: {integrity: sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-define-polyfill-provider': 0.5.0_@babel+core@7.23.9 + core-js-compat: 3.36.0 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-plugin-polyfill-regenerator/0.5.5_@babel+core@7.23.9: + resolution: {integrity: sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-define-polyfill-provider': 0.5.0_@babel+core@7.23.9 + transitivePeerDependencies: + - supports-color + dev: false + /balanced-match/1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} dev: false @@ -1240,6 +2493,10 @@ packages: engines: {node: '>= 12'} dev: false + /common-path-prefix/3.0.0: + resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} + dev: false + /compressible/2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} @@ -1301,6 +2558,10 @@ packages: engines: {node: '>= 0.6'} dev: false + /convert-source-map/2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: false + /cookie-signature/1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} dev: false @@ -1310,6 +2571,12 @@ packages: engines: {node: '>= 0.6'} dev: false + /core-js-compat/3.36.0: + resolution: {integrity: sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==} + dependencies: + browserslist: 4.23.0 + dev: false + /core-util-is/1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false @@ -1781,6 +3048,11 @@ packages: engines: {node: '>=4.0'} dev: false + /esutils/2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + dev: false + /etag/1.8.1: resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} engines: {node: '>= 0.6'} @@ -1913,6 +3185,14 @@ packages: - supports-color dev: false + /find-cache-dir/4.0.0: + resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} + engines: {node: '>=14.16'} + dependencies: + common-path-prefix: 3.0.0 + pkg-dir: 7.0.0 + dev: false + /find-up/4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} @@ -1929,6 +3209,14 @@ packages: path-exists: 4.0.0 dev: false + /find-up/6.3.0: + resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + locate-path: 7.2.0 + path-exists: 5.0.0 + dev: false + /flat/5.0.2: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true @@ -1987,6 +3275,11 @@ packages: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} dev: false + /gensync/1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + dev: false + /get-caller-file/2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} @@ -2108,6 +3401,11 @@ packages: dev: false optional: true + /globals/11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + dev: false + /globalthis/1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} @@ -2608,6 +3906,17 @@ packages: argparse: 2.0.1 dev: false + /jsesc/0.5.0: + resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} + hasBin: true + dev: false + + /jsesc/2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + dev: false + /json-buffer/3.0.0: resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==} dev: false @@ -2660,6 +3969,12 @@ packages: minimist: 1.2.8 dev: false + /json5/2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + dev: false + /jsonfile/4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} optionalDependencies: @@ -2778,6 +4093,17 @@ packages: p-locate: 5.0.0 dev: false + /locate-path/7.2.0: + resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + p-locate: 6.0.0 + dev: false + + /lodash.debounce/4.0.8: + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + dev: false + /lodash/4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} dev: false @@ -2824,6 +4150,12 @@ packages: engines: {node: 14 || >=16.14} dev: false + /lru-cache/5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + dependencies: + yallist: 3.1.1 + dev: false + /lru-cache/6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} @@ -3206,6 +4538,13 @@ packages: yocto-queue: 0.1.0 dev: false + /p-limit/4.0.0: + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + yocto-queue: 1.0.0 + dev: false + /p-locate/4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} @@ -3220,6 +4559,13 @@ packages: p-limit: 3.1.0 dev: false + /p-locate/6.0.0: + resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + p-limit: 4.0.0 + dev: false + /p-retry/6.2.0: resolution: {integrity: sha512-JA6nkq6hKyWLLasXQXUrO4z8BUZGUt/LjlJxx8Gb2+2ntodU/SS63YZ8b0LUTbQ8ZB9iwOfhEPhg4ykKnn2KsA==} engines: {node: '>=16.17'} @@ -3262,6 +4608,11 @@ packages: engines: {node: '>=8'} dev: false + /path-exists/5.0.0: + resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: false + /path-is-absolute/1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -3328,6 +4679,13 @@ packages: find-up: 4.1.0 dev: false + /pkg-dir/7.0.0: + resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} + engines: {node: '>=14.16'} + dependencies: + find-up: 6.3.0 + dev: false + /popper.js/1.16.1-lts: resolution: {integrity: sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==} dev: false @@ -3645,10 +5003,46 @@ packages: resolve: 1.22.8 dev: false + /regenerate-unicode-properties/10.1.1: + resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} + engines: {node: '>=4'} + dependencies: + regenerate: 1.4.2 + dev: false + + /regenerate/1.4.2: + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + dev: false + /regenerator-runtime/0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} dev: false + /regenerator-transform/0.15.2: + resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} + dependencies: + '@babel/runtime': 7.23.9 + dev: false + + /regexpu-core/5.3.2: + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} + dependencies: + '@babel/regjsgen': 0.8.0 + regenerate: 1.4.2 + regenerate-unicode-properties: 10.1.1 + regjsparser: 0.9.1 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.1.0 + dev: false + + /regjsparser/0.9.1: + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} + hasBin: true + dependencies: + jsesc: 0.5.0 + dev: false + /relateurl/0.2.7: resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} engines: {node: '>= 0.10'} @@ -4199,6 +5593,11 @@ packages: resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} dev: false + /to-fast-properties/2.0.0: + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} + dev: false + /to-readable-stream/1.0.0: resolution: {integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==} engines: {node: '>=6'} @@ -4283,6 +5682,29 @@ packages: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} dev: false + /unicode-canonical-property-names-ecmascript/2.0.0: + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + engines: {node: '>=4'} + dev: false + + /unicode-match-property-ecmascript/2.0.0: + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} + dependencies: + unicode-canonical-property-names-ecmascript: 2.0.0 + unicode-property-aliases-ecmascript: 2.1.0 + dev: false + + /unicode-match-property-value-ecmascript/2.1.0: + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} + dev: false + + /unicode-property-aliases-ecmascript/2.1.0: + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + engines: {node: '>=4'} + dev: false + /universalify/0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} @@ -4646,6 +6068,10 @@ packages: engines: {node: '>=10'} dev: false + /yallist/3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + dev: false + /yallist/4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} dev: false @@ -4714,3 +6140,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} dev: false + + /yocto-queue/1.0.0: + resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} + engines: {node: '>=12.20'} + dev: false diff --git a/testing/BUILD b/testing/BUILD deleted file mode 100644 index 6817e7db..00000000 --- a/testing/BUILD +++ /dev/null @@ -1,37 +0,0 @@ -package(default_visibility = ["//visibility:public"]) - -exports_files(["build_test.sh"]) - -load("//:ts_library.bzl", "ts_library") - -ts_library( - name = "testing", - srcs = glob( - ["*.ts"], - exclude = ["*.spec.ts"], - ), - deps = [ - "@npm//@types/diff", - "@npm//@types/json-stable-stringify", - "@npm//@types/node", - "@npm//chalk", - "@npm//diff", - "@npm//json-stable-stringify", - ], -) - -load("//testing:index.bzl", "ts_test_suite") - -ts_test_suite( - name = "tests", - srcs = glob(["*.spec.ts"]), - deps = [ - ":testing", - "@npm//@types/chai", - "@npm//@types/diff", - "@npm//@types/json-stable-stringify", - "@npm//chai", - "@npm//diff", - "@npm//json-stable-stringify", - ], -) diff --git a/testing/build_test.bzl b/testing/build_test.bzl deleted file mode 100644 index daf97998..00000000 --- a/testing/build_test.bzl +++ /dev/null @@ -1,6 +0,0 @@ -""" -A no-op test that always passes, forcing certain things to build when using --build_tests_only. -""" - -def build_test(name, deps): - native.sh_test(name = name, data = deps, srcs = ["//testing:build_test.sh"]) diff --git a/testing/build_test.sh b/testing/build_test.sh deleted file mode 100755 index e69de29b..00000000 diff --git a/testing/hook.ts b/testing/hook.ts deleted file mode 100644 index 9a284300..00000000 --- a/testing/hook.ts +++ /dev/null @@ -1,68 +0,0 @@ -import { IRunContext, IRunResult } from "asciiflow/testing"; - -export type IHookFunction = () => any; - -export interface IHookOptions { - name: string; - timeout?: number; -} - -export function hook(name: string | IHookOptions, fn: IHookFunction): Hook; -export function hook(name: string, options: Omit, fn: IHookFunction): Hook; -export function hook( - nameOrOptions: IHookOptions | string, - optionsOrFn: Omit | IHookFunction, - fn?: IHookFunction -): Hook { - return Hook.create(nameOrOptions, optionsOrFn, fn); -} - -export type IHookHandler = typeof Hook.create; - -export class Hook { - public static readonly DEFAULT_TIMEOUT_MILLIS = 30000; - - public static create( - nameOrOptions: IHookOptions | string, - optionsOrFn: Omit | IHookFunction, - fn?: IHookFunction - ): Hook { - let options: IHookOptions = - typeof nameOrOptions === "string" ? { name: nameOrOptions } : nameOrOptions; - if (typeof optionsOrFn === "function") { - fn = optionsOrFn; - } else { - options = { ...options, ...optionsOrFn }; - } - return new Hook(options, fn); - } - - constructor(public readonly options: IHookOptions, private readonly fn: IHookFunction) {} - - public async run(ctx: IRunContext) { - let timer: NodeJS.Timer; - const timeout = this.options.timeout || Hook.DEFAULT_TIMEOUT_MILLIS; - const result: IRunResult = { - path: [...ctx.path, `${this.options.name} (hook)`], - outcome: "failed" - }; - try { - await Promise.race([ - this.fn(), - new Promise((_, reject) => { - timer = setTimeout(() => { - result.outcome = "timeout"; - reject(new Error(`Timed out (${timeout}ms).`)); - }, timeout); - }) - ]); - result.outcome = "passed"; - } catch (err) { - ctx.results.push({ ...result, err }); - // If hooks fail, we throw anyway. - throw err; - } finally { - clearTimeout(timer); - } - } -} diff --git a/testing/index.bzl b/testing/index.bzl deleted file mode 100644 index adeecf86..00000000 --- a/testing/index.bzl +++ /dev/null @@ -1,42 +0,0 @@ -load("//:ts_library.bzl", "ts_library") -load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_test") - -def ts_test(name, entry_point, args = [], templated_args = [], data = [], tags = [], **kwargs): - ts_library( - name = name + "_library", - data = data, - testonly = 1, - **kwargs - ) - nodejs_test( - name = name, - data = data + [ - ":{name}_library".format(name = name), - ], - entry_point = entry_point, - args = args, - templated_args = ["--node_options=--async-stack-traces"] + templated_args, - tags = tags, - ) - -def ts_test_suite(name, srcs, args = [], templated_args = [], data = [], tags = [], **kwargs): - ts_library( - name = name, - data = data, - srcs = srcs, - testonly = 1, - **kwargs - ) - for src in srcs: - basename = ".".join(src.split(".")[0:-1]) - if (basename[-5:] == ".spec" or basename[-5:] == "_test"): - nodejs_test( - name = basename, - data = data + [ - ":{name}".format(name = name), - ], - entry_point = ":" + src, - args = args, - templated_args = ["--node_options=--async-stack-traces"] + templated_args, - tags = tags, - ) diff --git a/testing/index.spec.ts b/testing/index.spec.ts deleted file mode 100644 index 14839a8a..00000000 --- a/testing/index.spec.ts +++ /dev/null @@ -1,173 +0,0 @@ -import { expect } from "chai"; - -import { ISuiteContext, Runner, suite, test } from "asciiflow/testing"; - -Runner.setNoExit(true); - -class ExampleFixture { - public counter = 0; - public constructor(ctx: ISuiteContext) { - ctx.before("reset counter", () => { - this.counter = 1; - }); - ctx.after("change counter", () => { - this.counter = 2; - }); - } -} - -const _ = (async () => { - try { - let exampleFixture: ExampleFixture; - suite("suite", () => { - test("passes", async () => true); - test("fails on expectation", () => expect({ value: 1 }).deep.equals({ value: 2 })); - test("fails on throw", () => { - throw new Error("fail-sync"); - }); - test("fails on promise rejection", async () => { - await Promise.reject(new Error("fail-async")); - }); - test( - "times out", - { timeout: 10 }, - async () => await new Promise(resolve => setTimeout(resolve, 100000)) - ); - suite("with before and after", ({ beforeEach, afterEach }) => { - let counter = 0; - beforeEach("increment counter", () => { - counter += 1; - }); - afterEach("reset counter", () => { - counter = 0; - }); - test("passes on first test", () => { - expect(counter).equals(1); - counter = 2; - }); - suite("in sub suite", () => { - test("passes on second test", () => { - expect(counter).equals(1); - counter = 2; - }); - }); - }); - - suite("with set up and tear down", ctx => { - exampleFixture = new ExampleFixture(ctx); - ctx.test({ name: "set up is called" }, () => { - expect(exampleFixture.counter).equals(1); - }); - }); - - suite("can execute in parallel", { parallel: true }, async () => { - let counter = 0; - test({ name: "test1" }, async () => { - expect(counter).equals(0); - await new Promise(resolve => setTimeout(resolve, 10)); - counter = 1; - }); - test({ name: "test2" }, async () => { - expect(counter).equals(0); - await new Promise(resolve => setTimeout(resolve, 10)); - counter = 1; - }); - }); - - suite("with failing before each hook", ({ beforeEach }) => { - beforeEach("hook that fails", () => { - throw new Error("fail-sync"); - }); - - test("test", () => true); - }); - - suite("with failing tear down hook", ({ after }) => { - after("hook that fails", () => { - throw new Error("fail-sync"); - }); - - test("test", () => true); - }); - - suite("with retries", () => { - let counter = 0; - test("passes second time", { retries: 1 }, () => { - const previousCounter = counter; - counter++; - expect(previousCounter).equals(1); - }); - - test("never passes", { retries: 1 }, () => { - throw new Error("fail-sync"); - }); - }); - }); - - const results = await Runner.result(); - - // Override the test exit code behaviour. - process.exitCode = 0; - - // Clean up the rest results. - const resultsClean = results.map(result => { - const newResult = { ...result }; - if (result.err) { - newResult.err = result.err.message; - } - return newResult; - }); - - expect(resultsClean).deep.members([ - { path: ["suite", "passes"], outcome: "passed" }, - { - path: ["suite", "fails on expectation"], - outcome: "failed", - err: "expected { value: 1 } to deeply equal { value: 2 }" - }, - { path: ["suite", "fails on throw"], outcome: "failed", err: "fail-sync" }, - { path: ["suite", "fails on promise rejection"], outcome: "failed", err: "fail-async" }, - { path: ["suite", "times out"], outcome: "timeout", err: "Timed out (10ms)." }, - { path: ["suite", "with before and after", "passes on first test"], outcome: "passed" }, - { - path: ["suite", "with before and after", "in sub suite", "passes on second test"], - outcome: "passed" - }, - { path: ["suite", "with set up and tear down", "set up is called"], outcome: "passed" }, - { path: ["suite", "can execute in parallel", "test1"], outcome: "passed" }, - { path: ["suite", "can execute in parallel", "test2"], outcome: "passed" }, - { - path: ["suite", "with failing before each hook", "test", "hook that fails (hook)"], - outcome: "failed", - err: "fail-sync" - }, - { - path: ["suite", "with failing before each hook", "test"], - outcome: "failed", - err: "fail-sync" - }, - { - path: ["suite", "with failing tear down hook", "test"], - outcome: "passed" - }, - { - path: ["suite", "with failing tear down hook", "hook that fails (hook)"], - outcome: "failed", - err: "fail-sync" - }, - { path: ["suite", "with retries", "passes second time"], outcome: "passed" }, - { path: ["suite", "with retries", "never passes"], outcome: "failed", err: "fail-sync" } - ]); - - // Tear down should have been called. - expect(exampleFixture.counter).equals(2); - } catch (e) { - // tslint:disable: no-console - console.error(e); - console.log(`Actual: \n ${JSON.stringify(e.actual, null, 4)}`); - // tslint:enable - process.exit(1); - } - - process.exit(0); -})(); diff --git a/testing/index.ts b/testing/index.ts deleted file mode 100644 index 46b492b3..00000000 --- a/testing/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -export * from "asciiflow/testing/hook"; -export * from "asciiflow/testing/suite"; -export * from "asciiflow/testing/test"; -export * from "asciiflow/testing/runner"; diff --git a/testing/runner.ts b/testing/runner.ts deleted file mode 100644 index 7751f38b..00000000 --- a/testing/runner.ts +++ /dev/null @@ -1,186 +0,0 @@ -import chalk from "chalk"; -import DeterministicStringify from "json-stable-stringify"; -import { promisify } from "util"; - -import { Hook, Suite } from "asciiflow/testing"; -import * as Diff from "diff"; - -export interface IRunResult { - path: string[]; - outcome: "passed" | "timeout" | "failed"; - err?: any; -} - -export interface IRunContext { - testNameMatcher: RegExp; - path: string[]; - results: IRunResult[]; - beforeEaches: Hook[]; - afterEaches: Hook[]; -} - -export class Runner { - public static readonly topLevelSuites: Set = new Set(); - - public static registerTopLevelSuite(suite: Suite) { - Runner.topLevelSuites.add(suite); - Runner.queueRun(); - } - - public static setNoExit(noExit: boolean) { - Runner.noExit = noExit; - } - public static queueRun() { - if (!Runner.resultPromise) { - Runner.resultPromise = Runner.run(); - } - } - - // tslint:disable: no-console - public static async run() { - chalk.enabled = true; - chalk.level = 3; - try { - // We tell the runner to start running at the end of current block of - // synchronously executed code. This will typically be after all the - // suite definitions are evaluated. This is equivalent to setTimeout(..., 0). - await promisify(process.nextTick)(); - const ctx: IRunContext = { - // tslint:disable-next-line: tsr-detect-non-literal-regexp - testNameMatcher: new RegExp(process.env.TESTBRIDGE_TEST_ONLY) || /.*/, - path: [], - results: [], - beforeEaches: [], - afterEaches: [] - }; - - await Promise.all([...this.topLevelSuites].map(suite => suite.run(ctx))); - - for (const result of ctx.results) { - const outcomeString = (result.outcome || "unknown").toUpperCase(); - const pathString = result.path.join(" > "); - - const colorFn = - result.outcome === "failed" || result.outcome === "timeout" - ? chalk.red - : result.outcome === "passed" - ? chalk.green - : chalk.yellow; - if (pathString.length + outcomeString.length + 1 <= 80) { - console.info( - `${pathString}${new Array(80 - pathString.length - outcomeString.length - 1) - .fill(" ") - .join("")}${colorFn(outcomeString)}` - ); - } else { - console.info(pathString); - console.info( - `${new Array(80 - outcomeString.length - 1).fill(" ").join("")}${colorFn( - outcomeString - )}` - ); - } - - if (result.err) { - const errString = result.err.stack - ? result.err.stack && this.indent(result.err.stack as string) - : ` ${DeterministicStringify(result.err, { space: " " })}`; - - console.error(`\n${errString}\n`); - if (result.err.showDiff) { - this.logExpectedVsActual(result); - } - } - } - - const hasErrors = ctx.results.some(result => result.outcome !== "passed"); - - if (hasErrors) { - console.info(chalk.red(`\nTests failed.`)); - } else { - console.info(chalk.green(`\nTests passed.`)); - } - - process.exitCode = hasErrors ? 1 : 0; - - if (!Runner.noExit) { - process.exit(); - } - - return ctx.results; - } catch (e) { - console.error(e); - process.exit(1); - } - } - - public static async result() { - return await Runner.resultPromise; - } - private static noExit = false; - - private static resultPromise: Promise; - - private static indent(value: string, levels = 4) { - return value - .split("\n") - .map(line => `${" ".repeat(levels)}${line}`) - .join("\n"); - } - - private static logExpectedVsActual(result: IRunResult) { - const expected = result.err.expected; - const actual = result.err.actual; - const comparingObjects = !(typeof expected === "string"); - - if (expected) { - console.error(`\n ${chalk.green("Expected")}:\n`); - console.error( - comparingObjects ? this.indent(DeterministicStringify(expected, { space: " " })) : expected - ); - } - if (actual) { - console.error(`\n ${chalk.red("Actual")}:\n`); - console.error( - comparingObjects ? this.indent(DeterministicStringify(actual, { space: " " })) : actual - ); - } - if (actual && expected) { - const diffs = comparingObjects - ? Diff.diffJson( - DeterministicStringify(expected, { space: " " }), - DeterministicStringify(actual, { space: " " }) - ) - : Diff.diffLines(expected, actual); - if (diffs.length === 1 && !diffs[0].added && !diffs[0].removed) { - console.error( - `\n ${chalk.yellow( - "Objects appear identical! Are you comparing objects with functions?" - )}` - ); - } else { - console.error( - `\n Overall diff (${chalk.green("expected -")}, ${chalk.red("actual +")}):\n` - ); - let toLog = ""; - diffs.forEach((diff, diffIndex, diffArr) => { - // This diff won't show well for users with either default green or red text. - const colorFn = diff.added ? chalk.red : diff.removed ? chalk.green : chalk.reset; - const indentMarker = `${diff.added ? "+" : diff.removed ? "-" : " "}${ - comparingObjects ? " " : "|" - }`; - toLog += diff.value - .split("\n") - // Add indent markers and colors only once per line. - .map((line, splitIndex, splitArr) => - splitIndex < splitArr.length - 1 || diffIndex === diffArr.length - 1 - ? colorFn(`${indentMarker}${line}`) - : line - ) - .join("\n"); - }); - console.error(`${comparingObjects ? this.indent(toLog) : toLog}\n`); - } - } - } -} diff --git a/testing/suite.ts b/testing/suite.ts deleted file mode 100644 index 3eed7c2c..00000000 --- a/testing/suite.ts +++ /dev/null @@ -1,148 +0,0 @@ -import { Hook, hook, IRunContext, Runner, test, Test } from "asciiflow/testing"; - -export interface ISuiteOptions { - name: string; - parallel?: boolean; -} - -export interface ISuiteContext { - suite: typeof suite; - test: typeof test; - beforeEach: typeof hook; - afterEach: typeof hook; - before: typeof hook; - after: typeof hook; -} - -export function suite(name: string | ISuiteOptions, fn: (ctx?: ISuiteContext) => void): void; -export function suite( - name: string, - options: Omit, - fn: (ctx?: ISuiteContext) => void -): void; -export function suite( - nameOrOptions: ISuiteOptions | string, - optionsOrFn: Omit | ((ctx?: ISuiteContext) => void), - fn?: (ctx?: ISuiteContext) => void -) { - const newSuite = Suite.create(nameOrOptions, optionsOrFn, fn); - if (Suite.globalStack.length > 0) { - Suite.globalStack.slice(-1)[0].addSuite(newSuite); - } else { - Runner.registerTopLevelSuite(newSuite); - } -} - -export class Suite { - public static readonly globalStack: Suite[] = []; - - public static create( - nameOrOptions: ISuiteOptions | string, - optionsOrFn: Omit | ((ctx?: ISuiteContext) => void), - fn?: (ctx?: ISuiteContext) => void - ): Suite { - let options: ISuiteOptions = - typeof nameOrOptions === "string" ? { name: nameOrOptions } : { ...nameOrOptions }; - if (typeof optionsOrFn === "function") { - fn = optionsOrFn; - } else { - options = { ...options, ...optionsOrFn }; - } - return new Suite(options, fn); - } - - private suites: Suite[] = []; - private tests: Test[] = []; - - private setUps: Hook[] = []; - private tearDowns: Hook[] = []; - private beforeEaches: Hook[] = []; - private afterEaches: Hook[] = []; - - private runStarted: boolean; - - constructor(public readonly options: ISuiteOptions, fn: (ctx?: ISuiteContext) => void) { - if (Suite.globalStack) { - Suite.globalStack.push(this); - } - fn(this.context()); - if (Suite.globalStack) { - Suite.globalStack.pop(); - } - } - - public async run(ctx: IRunContext) { - const testsAndSuites = [...this.suites, ...this.tests]; - const path = this.options.name === undefined ? ctx.path : [...ctx.path, this.options.name]; - const beforeEaches = [...ctx.beforeEaches, ...this.beforeEaches]; - const afterEaches = [...ctx.afterEaches, ...this.afterEaches]; - const runTestOrSuite = async (testOrSuite: Suite | Test) => { - await testOrSuite.run({ ...ctx, path, beforeEaches, afterEaches }); - }; - - try { - for (const setUp of this.setUps) { - await setUp.run({ ...ctx, path }); - } - - if (this.options.parallel) { - await Promise.all(testsAndSuites.map(testOrSuite => runTestOrSuite(testOrSuite))); - } else { - for (const testOrSuite of testsAndSuites) { - await runTestOrSuite(testOrSuite); - } - } - } catch (e) { - // If a set up fails, still run the tear downs. - } - try { - for (const tearDown of this.tearDowns) { - await tearDown.run({ ...ctx, path }); - } - } catch (e) { - // If an tear down fails, carry on. - } - } - - public addSuite(newSuite: Suite) { - this.checkMutation(); - this.suites.push(newSuite); - } - - public addTest(newTest: Test) { - this.checkMutation(); - this.tests.push(newTest); - } - - private addHook(hookList: Hook[], newHook: Hook) { - this.checkMutation(); - hookList.push(newHook); - } - - private checkMutation() { - if (this.runStarted) { - throw new Error("Cannot add to a suite that has already started running."); - } - if (Suite.globalStack.slice(-1)[0] !== this) { - throw new Error( - "Cannot add to a suite that is not currently in scope. Call ctx.suite, ctx.test, ctx.before/after instead." - ); - } - } - - private context(): ISuiteContext { - // The any types here are required due to method overloads. - return { - suite: ((...args: [any, any, any]) => this.addSuite(Suite.create(...args))) as typeof suite, - test: ((...args: [any, any, any]) => this.addTest(Test.create(...args))) as typeof test, - beforeEach: ((...args: [any, any, any]) => - this.addHook(this.beforeEaches, Hook.create(...args))) as typeof hook, - afterEach: ((...args: [any, any, any]) => - this.addHook(this.afterEaches, Hook.create(...args))) as typeof hook, - before: ((...args: [any, any, any]) => - this.addHook(this.setUps, Hook.create(...args))) as typeof hook, - after: ((...args: [any, any, any]) => - this.addHook(this.tearDowns, Hook.create(...args))) as typeof hook - }; - } -} diff --git a/testing/test.ts b/testing/test.ts deleted file mode 100644 index 583d2408..00000000 --- a/testing/test.ts +++ /dev/null @@ -1,104 +0,0 @@ -import { IRunContext, IRunResult, Runner, Suite } from "asciiflow/testing"; - -interface ITestOptions { - name: string; - timeout?: number; - retries?: number; -} - -export function test(name: string | ITestOptions, fn: (ctx?: ITestOptions) => void): void; -export function test( - name: string, - options: Omit, - fn: (ctx?: ITestOptions) => void -): void; -export function test( - nameOrOptions: ITestOptions | string, - optionsOrFn: Omit | (() => void), - fn?: () => void -): void { - const newTest = Test.create(nameOrOptions, optionsOrFn, fn); - if (Suite.globalStack.length > 0) { - Suite.globalStack.slice(-1)[0].addTest(newTest); - } else { - throw new Error("Cannot create a top level test, must be created in a suite."); - } -} - -export class Test { - public static readonly DEFAULT_TIMEOUT_MILLIS = 30000; - - public static create( - nameOrOptions: ITestOptions | string, - optionsOrFn: Omit | (() => void), - fn?: () => void - ) { - let options: ITestOptions = - typeof nameOrOptions === "string" ? { name: nameOrOptions } : { ...nameOrOptions }; - if (typeof optionsOrFn === "function") { - fn = optionsOrFn; - } else { - options = { ...options, ...optionsOrFn }; - } - return new Test(options, fn); - } - - constructor(public readonly options: ITestOptions, private readonly fn: () => any) {} - - public async run(ctx: IRunContext) { - const path = [...ctx.path, this.options.name]; - if (!path.join(" > ").match(ctx.testNameMatcher)) { - return; - } - const retries = this.options.retries || 0; - let lastResult: IRunResult; - for (let i = 0; i <= retries; i++) { - let timer: NodeJS.Timer; - const timeout = this.options.timeout || Test.DEFAULT_TIMEOUT_MILLIS; - const result: IRunResult = { - path, - outcome: "failed" - }; - try { - await Promise.race([ - (async () => { - const hookCtx = { - ...ctx, - path - }; - for (const beforeEach of ctx.beforeEaches) { - await beforeEach.run(hookCtx); - } - try { - // Run the test. - await this.fn(); - } finally { - // Always run the after eaches. - for (const afterEach of ctx.afterEaches) { - await afterEach.run(hookCtx); - } - } - })(), - new Promise((_, reject) => { - timer = setTimeout(() => { - result.outcome = "timeout"; - reject(new Error(`Timed out (${timeout}ms).`)); - }, timeout); - }) - ]); - result.outcome = "passed"; - } catch (e) { - result.err = e; - } finally { - clearTimeout(timer); - } - - lastResult = result; - if (result.outcome === "passed") { - break; - } - } - - ctx.results.push(lastResult); - } -} diff --git a/ts_library.bzl b/ts_library.bzl index 696a8d3e..8823dab0 100644 --- a/ts_library.bzl +++ b/ts_library.bzl @@ -12,7 +12,7 @@ def ts_library(tsconfig = None, **kwargs): def ts_mocha_test_suite(srcs, tsconfig = None, **kwargs): for src in srcs: - if not src.endswith("_test.ts"): + if not src.endswith(".spec.ts"): break test_name = src[:-3] lib_name = test_name + "_lib" @@ -28,12 +28,12 @@ def ts_mocha_test_suite(srcs, tsconfig = None, **kwargs): data = [ ":" + lib_name, "//:package_json", - "//:node_modules/source-map-support", + # "//:node_modules/source-map-support", ], node_options = [ "--experimental-specifier-resolution=node", - "-r", - "source-map-support/register", + # "-r", + # "source-map-support/register", ], args = [ "**/" + test_name + ".js", diff --git a/tsconfig.json b/tsconfig.json index b7d3257e..f1a8580a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "baseUrl": ".", "paths": { - "asciiflow/*": ["*", "bazel-bin/*", "bazel-genfiles/*"], + "#asciiflow/*": ["*", "bazel-bin/*", "bazel-genfiles/*"], }, "module": "ESNext", "moduleResolution": "node", @@ -13,7 +13,6 @@ "target": "ESNext", "sourceMap": true, "skipLibCheck": true, - "experimentalDecorators": true, "jsx": "react", "lib": ["es2017", "dom"], "esModuleInterop": true, diff --git a/vscode/BUILD b/vscode/BUILD index 15b8a9af..1b6c6770 100644 --- a/vscode/BUILD +++ b/vscode/BUILD @@ -6,7 +6,7 @@ ts_library( name = "vscode", srcs = glob(["**/*.ts"]), deps = [ - "@npm//@types/node", - "@npm//vscode", + "//:node_modules/@types/node", + "//:node_modules/vscode", ], ) From 8556a260524ce992c222fb9b9b636fb6b2e943f2 Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Wed, 21 Feb 2024 21:29:12 +0000 Subject: [PATCH 03/10] Fix sharing links --- client/store/canvas.ts | 58 +++++++++++++++++++++--------------------- client/text_utils.ts | 10 +++++--- tsconfig.json | 2 +- 3 files changed, 36 insertions(+), 34 deletions(-) diff --git a/client/store/canvas.ts b/client/store/canvas.ts index c5318342..850dd86e 100644 --- a/client/store/canvas.ts +++ b/client/store/canvas.ts @@ -15,17 +15,41 @@ import { RenderLayer } from "#asciiflow/client/render_layer"; * and provides methods to modify the current state. */ export class CanvasStore { - public readonly drawingId: DrawingId = DrawingId.local(""); - constructor(drawingId: DrawingId) { - this.drawingId = drawingId; + public readonly persistentCommitted: Persistent; + public readonly undoLayers: Persistent; + public readonly redoLayers: Persistent; + private _zoom: Persistent; + private _offset: Persistent; + + constructor(public readonly drawingId: DrawingId) { + this.persistentCommitted = Persistent.custom( + this.persistentKey("committed-layer"), + this.drawingId.shareSpec + ? new DrawingStringifier().deserialize(this.drawingId.shareSpec).layer + : new Layer(), + Layer + ); + this.undoLayers = Persistent.custom( + this.persistentKey("undo-layers"), + [], + new ArrayStringifier(Layer) + ); + this.redoLayers = Persistent.custom( + this.persistentKey("redo-layers"), + [], + new ArrayStringifier(Layer) + ); + this._zoom = Persistent.json(this.persistentKey("zoom"), 1); + this._offset = Persistent.json(this.persistentKey("offset"), { + x: (constants.MAX_GRID_WIDTH * constants.CHAR_PIXELS_H) / 2, + y: (constants.MAX_GRID_HEIGHT * constants.CHAR_PIXELS_V) / 2, + }) } public persistentKey(...values: string[]) { return Persistent.key("drawing", this.drawingId.persistentKey, ...values); } - private _zoom = Persistent.json(this.persistentKey("zoom"), 1); - public get zoom() { return this._zoom.get(); } @@ -34,11 +58,6 @@ export class CanvasStore { this._zoom.set(value); } - private _offset = Persistent.json(this.persistentKey("offset"), { - x: (constants.MAX_GRID_WIDTH * constants.CHAR_PIXELS_H) / 2, - y: (constants.MAX_GRID_HEIGHT * constants.CHAR_PIXELS_V) / 2, - }); - public get offset() { return new Vector(this._offset.get().x, this._offset.get().y); } @@ -50,13 +69,6 @@ export class CanvasStore { }); } - @observable accessor persistentCommitted = Persistent.custom( - this.persistentKey("committed-layer"), - this.drawingId.shareSpec - ? new DrawingStringifier().deserialize(this.drawingId.shareSpec).layer - : new Layer(), - Layer - ); @observable accessor scratch = new Layer(); @observable accessor selection: Box; @@ -80,18 +92,6 @@ export class CanvasStore { }); } - @observable accessor undoLayers = Persistent.custom( - this.persistentKey("undo-layers"), - [], - new ArrayStringifier(Layer) - ); - - @observable accessor redoLayers = Persistent.custom( - this.persistentKey("redo-layers"), - [], - new ArrayStringifier(Layer) - ); - @action.bound setSelection(box: Box) { this.selection = box; } diff --git a/client/text_utils.ts b/client/text_utils.ts index 470da97a..4eb07e6e 100644 --- a/client/text_utils.ts +++ b/client/text_utils.ts @@ -32,10 +32,12 @@ export function layerToText(layer: ILayerView, box?: Box) { .forEach(([key, value]) => { lineArrays[key.y - box.topLeft().y][key.x - box.topLeft().x] = value; }); - return lineArrays - .map((lineValues) => lineValues.reduce((acc, curr) => acc + curr, "")) - .map((line) => line.replace(/\s+$/, "")) - .join("\n"); + return ( + lineArrays + .map((lineValues) => lineValues.reduce((acc, curr) => acc + curr, "")) + .map((line) => line.replace(/\s+$/, "")) + .join("\n") + ); } /** diff --git a/tsconfig.json b/tsconfig.json index f1a8580a..117cc28c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "sourceMap": true, "skipLibCheck": true, "jsx": "react", - "lib": ["es2017", "dom"], + "lib": ["es2021", "dom"], "esModuleInterop": true, "declaration": true, "strictPropertyInitialization": false From 317c204082a9c242095d1beb224b63e2899ae6de Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Wed, 21 Feb 2024 21:38:51 +0000 Subject: [PATCH 04/10] Strip carriage returns and newlines during export --- client/text_utils.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/text_utils.ts b/client/text_utils.ts index 4eb07e6e..95d63ac5 100644 --- a/client/text_utils.ts +++ b/client/text_utils.ts @@ -35,7 +35,10 @@ export function layerToText(layer: ILayerView, box?: Box) { return ( lineArrays .map((lineValues) => lineValues.reduce((acc, curr) => acc + curr, "")) + // Remove trailing spaces. .map((line) => line.replace(/\s+$/, "")) + // Remove all carriage returns and newlines. + .map((line) => line.replaceAll(/[\r\n]/g, " ")) .join("\n") ); } From 17100a5a83f0377423377e4de0ddbc696c8fcfd9 Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Wed, 21 Feb 2024 22:01:24 +0000 Subject: [PATCH 05/10] Remove DEL characters too --- client/text_utils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/text_utils.ts b/client/text_utils.ts index 95d63ac5..c4ca9234 100644 --- a/client/text_utils.ts +++ b/client/text_utils.ts @@ -39,6 +39,8 @@ export function layerToText(layer: ILayerView, box?: Box) { .map((line) => line.replace(/\s+$/, "")) // Remove all carriage returns and newlines. .map((line) => line.replaceAll(/[\r\n]/g, " ")) + // DEL characters. + .map((line) => line.replaceAll(String.fromCharCode(127), " ")) .join("\n") ); } From 69bf7059994de56b4abf87a58eb63e627411fb3f Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Wed, 21 Feb 2024 22:09:05 +0000 Subject: [PATCH 06/10] Flip logic of export filtering to be an allowlist --- client/text_utils.ts | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/client/text_utils.ts b/client/text_utils.ts index c4ca9234..b4472fa6 100644 --- a/client/text_utils.ts +++ b/client/text_utils.ts @@ -30,19 +30,16 @@ export function layerToText(layer: ILayerView, box?: Box) { .entries() .filter(([key]) => box.contains(key)) .forEach(([key, value]) => { + if (value.charCodeAt(0) < 32 || value.charCodeAt(0) == 127) { + // Every ascii value below 32 is control, and 127 is DEL. + // Allow everything else and any unicode characters if they happen to be in the string. + value = " "; + } lineArrays[key.y - box.topLeft().y][key.x - box.topLeft().x] = value; }); - return ( - lineArrays - .map((lineValues) => lineValues.reduce((acc, curr) => acc + curr, "")) - // Remove trailing spaces. - .map((line) => line.replace(/\s+$/, "")) - // Remove all carriage returns and newlines. - .map((line) => line.replaceAll(/[\r\n]/g, " ")) - // DEL characters. - .map((line) => line.replaceAll(String.fromCharCode(127), " ")) - .join("\n") - ); + return lineArrays + .map((lineValues) => lineValues.reduce((acc, curr) => acc + curr, "")) + .join("\n"); } /** From 961f12c48a27ef94e385590a60ca1fa0ddc6541a Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Fri, 23 Feb 2024 16:45:27 +0000 Subject: [PATCH 07/10] WIP --- client/app.tsx | 26 +++++++++++++++++++++++--- client/draw/select.ts | 13 +------------ client/draw/text.ts | 25 ++++++++++++++++++++++++- 3 files changed, 48 insertions(+), 16 deletions(-) diff --git a/client/app.tsx b/client/app.tsx index 4125e441..cf7c00fb 100644 --- a/client/app.tsx +++ b/client/app.tsx @@ -4,14 +4,16 @@ import styles from "#asciiflow/client/app.module.css"; import { Controller, DesktopController, - TouchController + TouchController, } from "#asciiflow/client/controller"; import { Drawer } from "#asciiflow/client/drawer"; -import { DrawingId, store } from "#asciiflow/client/store"; -import { View } from "#asciiflow/client/view"; +import { DrawingId, store, ToolMode } from "#asciiflow/client/store"; +import { screenToCell, View } from "#asciiflow/client/view"; import { useObserver } from "mobx-react"; import { HashRouter, Route, useParams } from "react-router-dom"; import * as ReactDOM from "react-dom"; +import { Vector } from "#asciiflow/client/vector"; +import { textToLayer } from "#asciiflow/client/text_utils"; const controller = new Controller(); const touchController = new TouchController(controller); @@ -73,3 +75,21 @@ render().catch((e) => console.log(e)); window.addEventListener("keypress", (e) => controller.handleKeyPress(e)); window.addEventListener("keydown", (e) => controller.handleKeyDown(e)); window.addEventListener("keyup", (e) => controller.handleKeyUp(e)); + +window.document.addEventListener("paste", (e) => { + e.preventDefault(); + // Text tool manages pasting it's own way. + if (store.toolMode === ToolMode.TEXT) { + store.textTool.handlePaste(e.clipboardData.getData("text")); + } + const clipboardText = e.clipboardData.getData("text"); + // Default to the center of the screen. + var position = screenToCell(new Vector(window.innerWidth / 2, window.innerHeight / 2)); + // Use the select tool position if set. + if (store.selectTool.selectBox) { + position = store.selectTool.selectBox.topLeft(); + } + const pastedLayer = textToLayer(clipboardText, position); + store.currentCanvas.setScratchLayer(pastedLayer); + store.currentCanvas.commitScratch(); +}); diff --git a/client/draw/select.ts b/client/draw/select.ts index b54040e6..05dbfaaa 100644 --- a/client/draw/select.ts +++ b/client/draw/select.ts @@ -17,24 +17,13 @@ import { Vector } from "#asciiflow/client/vector"; export class DrawSelect extends AbstractDrawFunction { private moveTool: DrawMove; - private selectBox: Box; + public selectBox: Box; private dragStart: Vector; private dragEnd: Vector; constructor() { super(); - window.document.addEventListener("paste", (e) => { - const clipboardText = e.clipboardData.getData("text"); - if (this.selectBox) { - const pastedLayer = textToLayer( - clipboardText, - this.selectBox.topLeft() - ); - store.currentCanvas.setScratchLayer(pastedLayer); - store.currentCanvas.commitScratch(); - } - }); } start(position: Vector, modifierKeys: IModifierKeys) { diff --git a/client/draw/text.ts b/client/draw/text.ts index bdb351e1..dd836613 100644 --- a/client/draw/text.ts +++ b/client/draw/text.ts @@ -2,10 +2,11 @@ import { Box } from "#asciiflow/client/common"; import { AbstractDrawFunction } from "#asciiflow/client/draw/function"; import { Layer } from "#asciiflow/client/layer"; import { store, IModifierKeys } from "#asciiflow/client/store"; +import { textToLayer } from "#asciiflow/client/text_utils"; import { Vector } from "#asciiflow/client/vector"; export class DrawText extends AbstractDrawFunction { - private currentPosition: Vector; + public currentPosition: Vector; private textLayer: Layer; private newLineAlignment: Vector; @@ -23,6 +24,28 @@ export class DrawText extends AbstractDrawFunction { return "text"; } + handlePaste(value: string) { + let newLayer = new Layer(); + if (!!this.textLayer) { + [newLayer] = newLayer.apply(this.textLayer); + } + this.textLayer = newLayer; + + // Add the new text to the layer and move to the right. + const [pastedLayer] = this.textLayer.apply(textToLayer(value, this.currentPosition)); + this.textLayer = pastedLayer; + console.log(this.textLayer); + + this.currentPosition = new Vector( + Math.max(...pastedLayer.keys().map((v) => v.x)) + 1, + Math.max(...pastedLayer.keys().map((v) => v.y)) + ); + store.currentCanvas.setScratchLayer(this.textLayer); + store.currentCanvas.setSelection( + new Box(this.currentPosition, this.currentPosition) + ); + } + handleKey(value: string, modifierKeys: IModifierKeys) { let newLayer = new Layer(); if (!!this.textLayer) { From e7ca7c627e66fa1a62ff1f3386452dd0ba7f6eff Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Fri, 23 Feb 2024 19:24:43 +0000 Subject: [PATCH 08/10] Support pasting in all tools --- client/app.tsx | 6 +++--- client/draw/text.ts | 23 ----------------------- client/store/canvas.ts | 1 + 3 files changed, 4 insertions(+), 26 deletions(-) diff --git a/client/app.tsx b/client/app.tsx index cf7c00fb..1464e432 100644 --- a/client/app.tsx +++ b/client/app.tsx @@ -79,9 +79,6 @@ window.addEventListener("keyup", (e) => controller.handleKeyUp(e)); window.document.addEventListener("paste", (e) => { e.preventDefault(); // Text tool manages pasting it's own way. - if (store.toolMode === ToolMode.TEXT) { - store.textTool.handlePaste(e.clipboardData.getData("text")); - } const clipboardText = e.clipboardData.getData("text"); // Default to the center of the screen. var position = screenToCell(new Vector(window.innerWidth / 2, window.innerHeight / 2)); @@ -89,6 +86,9 @@ window.document.addEventListener("paste", (e) => { if (store.selectTool.selectBox) { position = store.selectTool.selectBox.topLeft(); } + if (store.toolMode === ToolMode.TEXT && store.textTool.currentPosition) { + position = store.textTool.currentPosition; + } const pastedLayer = textToLayer(clipboardText, position); store.currentCanvas.setScratchLayer(pastedLayer); store.currentCanvas.commitScratch(); diff --git a/client/draw/text.ts b/client/draw/text.ts index dd836613..6db35ae3 100644 --- a/client/draw/text.ts +++ b/client/draw/text.ts @@ -2,7 +2,6 @@ import { Box } from "#asciiflow/client/common"; import { AbstractDrawFunction } from "#asciiflow/client/draw/function"; import { Layer } from "#asciiflow/client/layer"; import { store, IModifierKeys } from "#asciiflow/client/store"; -import { textToLayer } from "#asciiflow/client/text_utils"; import { Vector } from "#asciiflow/client/vector"; export class DrawText extends AbstractDrawFunction { @@ -24,28 +23,6 @@ export class DrawText extends AbstractDrawFunction { return "text"; } - handlePaste(value: string) { - let newLayer = new Layer(); - if (!!this.textLayer) { - [newLayer] = newLayer.apply(this.textLayer); - } - this.textLayer = newLayer; - - // Add the new text to the layer and move to the right. - const [pastedLayer] = this.textLayer.apply(textToLayer(value, this.currentPosition)); - this.textLayer = pastedLayer; - console.log(this.textLayer); - - this.currentPosition = new Vector( - Math.max(...pastedLayer.keys().map((v) => v.x)) + 1, - Math.max(...pastedLayer.keys().map((v) => v.y)) - ); - store.currentCanvas.setScratchLayer(this.textLayer); - store.currentCanvas.setSelection( - new Box(this.currentPosition, this.currentPosition) - ); - } - handleKey(value: string, modifierKeys: IModifierKeys) { let newLayer = new Layer(); if (!!this.textLayer) { diff --git a/client/store/canvas.ts b/client/store/canvas.ts index 850dd86e..bc6ea223 100644 --- a/client/store/canvas.ts +++ b/client/store/canvas.ts @@ -101,6 +101,7 @@ export class CanvasStore { } @action.bound setScratchLayer(layer: Layer) { + console.trace(); this.scratch = layer; } From 9c63529bb159386f26bcb2d7d0dc00d6c50f8493 Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Fri, 23 Feb 2024 19:27:30 +0000 Subject: [PATCH 09/10] Remove console traces/logs --- client/controller.ts | 2 -- client/store/canvas.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/client/controller.ts b/client/controller.ts index 2f715879..9d039bf0 100644 --- a/client/controller.ts +++ b/client/controller.ts @@ -52,8 +52,6 @@ export class Controller { } handleKeyPress(event: KeyboardEvent) { - console.log(event.keyCode); - if (!event.ctrlKey && !event.metaKey && event.keyCode !== 13) { store.currentTool.handleKey( String.fromCharCode(event.keyCode), diff --git a/client/store/canvas.ts b/client/store/canvas.ts index bc6ea223..850dd86e 100644 --- a/client/store/canvas.ts +++ b/client/store/canvas.ts @@ -101,7 +101,6 @@ export class CanvasStore { } @action.bound setScratchLayer(layer: Layer) { - console.trace(); this.scratch = layer; } From 16b03908f2ee6f0920174d9115e9d4ec3cea1b3c Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Fri, 23 Feb 2024 19:28:48 +0000 Subject: [PATCH 10/10] Invoke tool cleanup before pasting --- client/app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app.tsx b/client/app.tsx index 1464e432..be54e853 100644 --- a/client/app.tsx +++ b/client/app.tsx @@ -90,6 +90,7 @@ window.document.addEventListener("paste", (e) => { position = store.textTool.currentPosition; } const pastedLayer = textToLayer(clipboardText, position); + store.currentTool.cleanup(); store.currentCanvas.setScratchLayer(pastedLayer); store.currentCanvas.commitScratch(); });