diff --git a/frontend/.bazelrc b/frontend/.bazelrc index 2738f8438..a477d8be6 100644 --- a/frontend/.bazelrc +++ b/frontend/.bazelrc @@ -7,3 +7,14 @@ query --@aspect_rules_ts//ts:skipLibCheck=always # Required for rules_js build --enable_runfiles + +########################### +# Linting +# Enable with --config=lint +build:lint --aspects=//next.js:lint.bzl%eslint +# Gather lint reports +build:lint --output_groups=rules_lint_report --remote_download_regex='.*aspect_rules_lint.report' +# Cause build failures when there are lint warnings. +# This is a simple configuration, but you probably want to report them as code review comments instead. +# See https://github.com/aspect-build/rules_lint/blob/main/docs/linting.md#usage +build:lint --aspects_parameters=fail_on_violation=true --keep_going diff --git a/frontend/.bazelversion b/frontend/.bazelversion index 3d9f29ee1..39233ac26 100644 --- a/frontend/.bazelversion +++ b/frontend/.bazelversion @@ -1 +1 @@ -6.4.0rc1 +7.0.0rc5 diff --git a/frontend/MODULE.bazel b/frontend/MODULE.bazel index c843f6343..0bc1bfc05 100644 --- a/frontend/MODULE.bazel +++ b/frontend/MODULE.bazel @@ -1,6 +1,7 @@ "Bazel module dependencies, see https://bazel.build/external/overview#bzlmod" bazel_dep(name = "aspect_bazel_lib", version = "1.33.0") +bazel_dep(name = "aspect_rules_lint", version = "0.6.1") bazel_dep(name = "aspect_rules_jest", version = "0.19.6") bazel_dep(name = "aspect_rules_js", version = "1.32.2") bazel_dep(name = "aspect_rules_swc", version = "1.0.2") diff --git a/frontend/MODULE.bazel.lock b/frontend/MODULE.bazel.lock new file mode 100644 index 000000000..ac5e012ab --- /dev/null +++ b/frontend/MODULE.bazel.lock @@ -0,0 +1,180121 @@ +{ + "lockFileVersion": 3, + "moduleFileHash": "8e4fd2d0a3f8fffa11bf5e6e62d12d5465a8856f0797b04ac8476ddd3eceb9d9", + "flags": { + "cmdRegistries": [ + "https://bcr.bazel.build/" + ], + "cmdModuleOverrides": {}, + "allowedYankedVersions": [], + "envVarAllowedYankedVersions": "", + "ignoreDevDependency": false, + "directDependenciesMode": "WARNING", + "compatibilityMode": "ERROR" + }, + "localOverrideHashes": { + "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787" + }, + "moduleDepGraph": { + "": { + "name": "", + "version": "", + "key": "", + "repoName": "", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@aspect_rules_js//npm:extensions.bzl", + "extensionName": "pnpm", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 13, + "column": 21 + }, + "imports": { + "pnpm": "pnpm" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@aspect_rules_js//npm:extensions.bzl", + "extensionName": "npm", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 16, + "column": 20 + }, + "imports": { + "npm": "npm" + }, + "devImports": [ + "npm" + ], + "tags": [ + { + "tagName": "npm_translate_lock", + "attributeValues": { + "name": "npm", + "bins": { + "react-scripts": [ + "react-scripts=./bin/react-scripts.js" + ] + }, + "npmrc": "//:.npmrc", + "pnpm_lock": "//:pnpm-lock.yaml", + "public_hoist_packages": { + "@next/eslint-plugin-next": [ + "next.js" + ], + "eslint-config-react-app": [ + "react" + ], + "eslint@8.28.0": [ + "react" + ] + }, + "verify_node_modules_ignored": "//:.bazelignore" + }, + "devDependency": true, + "location": { + "file": "@@//:MODULE.bazel", + "line": 17, + "column": 23 + } + } + ], + "hasDevUseExtension": true, + "hasNonDevUseExtension": false + }, + { + "extensionBzlFile": "@aspect_rules_ts//ts:extensions.bzl", + "extensionName": "ext", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 36, + "column": 29 + }, + "imports": { + "npm_typescript": "npm_typescript" + }, + "devImports": [ + "npm_typescript" + ], + "tags": [ + { + "tagName": "deps", + "attributeValues": {}, + "devDependency": true, + "location": { + "file": "@@//:MODULE.bazel", + "line": 41, + "column": 18 + } + } + ], + "hasDevUseExtension": true, + "hasNonDevUseExtension": false + } + ], + "deps": { + "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "aspect_rules_lint": "aspect_rules_lint@0.6.1", + "aspect_rules_jest": "aspect_rules_jest@0.19.6", + "aspect_rules_js": "aspect_rules_js@1.32.6", + "aspect_rules_swc": "aspect_rules_swc@1.0.2", + "aspect_rules_ts": "aspect_rules_ts@2.0.1", + "aspect_rules_rollup": "aspect_rules_rollup@1.0.0", + "aspect_rules_webpack": "aspect_rules_webpack@0.13.0", + "bazel_skylib": "bazel_skylib@1.4.2", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + } + }, + "aspect_bazel_lib@1.36.0": { + "name": "aspect_bazel_lib", + "version": "1.36.0", + "key": "aspect_bazel_lib@1.36.0", + "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": "ext", + "usingModule": "aspect_bazel_lib@1.36.0", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.36.0/MODULE.bazel", + "line": 16, + "column": 20 + }, + "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": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.4.2", + "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.36.0", + "urls": [ + "https://github.com/aspect-build/bazel-lib/releases/download/v1.36.0/bazel-lib-v1.36.0.tar.gz" + ], + "integrity": "sha256-y/Rz1jCrZ7NkYdg7OP3ETlb0W3jQPEBeSVgoAhESTXk=", + "strip_prefix": "bazel-lib-1.36.0", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_bazel_lib/1.36.0/patches/go_dev_dep.patch": "sha256-OcqYZNkw6zXpYsZhidT99VrrydGAuEbgDkiFyVRlKec=", + "https://bcr.bazel.build/modules/aspect_bazel_lib/1.36.0/patches/module_dot_bazel_version.patch": "sha256-cetZXQWGkLstl2v0BlbA5fqcPpTbFf/0BHNiyfuz+Ro=" + }, + "remote_patch_strip": 1 + } + } + }, + "aspect_rules_lint@0.6.1": { + "name": "aspect_rules_lint", + "version": "0.6.1", + "key": "aspect_rules_lint@0.6.1", + "repoName": "aspect_rules_lint", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "aspect_rules_js": "aspect_rules_js@1.32.6", + "bazel_skylib": "bazel_skylib@1.4.2", + "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.6.1", + "urls": [ + "https://github.com/aspect-build/rules_lint/releases/download/v0.6.1/rules_lint-v0.6.1.tar.gz" + ], + "integrity": "sha256-YEZm7H/9T18mNgAa6JKg+8Kcd0Absz3RBgFQTjum6ac=", + "strip_prefix": "rules_lint-0.6.1", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_lint/0.6.1/patches/module_dot_bazel_version.patch": "sha256-U/OUgw6/yslwsawKGErLLzoojwuAO95N2+tbXhYLR7M=" + }, + "remote_patch_strip": 1 + } + } + }, + "aspect_rules_jest@0.19.6": { + "name": "aspect_rules_jest", + "version": "0.19.6", + "key": "aspect_rules_jest@0.19.6", + "repoName": "aspect_rules_jest", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "aspect_rules_js": "aspect_rules_js@1.32.6", + "bazel_skylib": "bazel_skylib@1.4.2", + "rules_nodejs": "rules_nodejs@5.8.2", + "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_jest~0.19.6", + "urls": [ + "https://github.com/aspect-build/rules_jest/releases/download/v0.19.6/rules_jest-v0.19.6.tar.gz" + ], + "integrity": "sha256-yuRM94YrcfMMK6bfZHO8gCHHpsksfRdxpY6/XJnrV3Y=", + "strip_prefix": "rules_jest-0.19.6", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_jest/0.19.6/patches/module_dot_bazel_version.patch": "sha256-zMIhnoYX63UgVhntq/NToa6xJO7Zy84orSPWHxdRuHg=" + }, + "remote_patch_strip": 1 + } + } + }, + "aspect_rules_js@1.32.6": { + "name": "aspect_rules_js", + "version": "1.32.6", + "key": "aspect_rules_js@1.32.6", + "repoName": "aspect_rules_js", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_nodejs//nodejs:extensions.bzl", + "extensionName": "node", + "usingModule": "aspect_rules_js@1.32.6", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.32.6/MODULE.bazel", + "line": 17, + "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.32.6", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_js/1.32.6/MODULE.bazel", + "line": 26, + "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.32.6/MODULE.bazel", + "line": 27, + "column": 10 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "bazel_features": "bazel_features@0.1.0", + "bazel_skylib": "bazel_skylib@1.4.2", + "rules_nodejs": "rules_nodejs@5.8.2", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_rules_js~1.32.6", + "urls": [ + "https://github.com/aspect-build/rules_js/releases/download/v1.32.6/rules_js-v1.32.6.tar.gz" + ], + "integrity": "sha256-erl3a8yoI682FXehouu5ow0utblOzJZLi+Ng9EP3FLI=", + "strip_prefix": "rules_js-1.32.6", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_js/1.32.6/patches/module_dot_bazel_version.patch": "sha256-hencSyiH4nttUD1ueStXG27YtZv6jUjSJ4rPlE6FFjM=" + }, + "remote_patch_strip": 1 + } + } + }, + "aspect_rules_swc@1.0.2": { + "name": "aspect_rules_swc", + "version": "1.0.2", + "key": "aspect_rules_swc@1.0.2", + "repoName": "aspect_rules_swc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@swc_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@aspect_rules_swc//swc:extensions.bzl", + "extensionName": "swc", + "usingModule": "aspect_rules_swc@1.0.2", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_swc/1.0.2/MODULE.bazel", + "line": 16, + "column": 20 + }, + "imports": { + "swc_toolchains": "swc_toolchains" + }, + "devImports": [], + "tags": [ + { + "tagName": "toolchain", + "attributeValues": { + "name": "swc", + "swc_version": "v1.3.42" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_swc/1.0.2/MODULE.bazel", + "line": 17, + "column": 14 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "aspect_rules_js": "aspect_rules_js@1.32.6", + "bazel_skylib": "bazel_skylib@1.4.2", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_rules_swc~1.0.2", + "urls": [ + "https://github.com/aspect-build/rules_swc/releases/download/v1.0.2/rules_swc-v1.0.2.tar.gz" + ], + "integrity": "sha256-Fxh8FXEKwTOmVsNcL3aPPPqSWIjSbtk6n+n95pqGCqs=", + "strip_prefix": "rules_swc-1.0.2", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_swc/1.0.2/patches/module_dot_bazel_version.patch": "sha256-H6QV/Gg6aBSeD58ov4STAMwIvS1bhBiI6x4nQLJrW/o=" + }, + "remote_patch_strip": 0 + } + } + }, + "aspect_rules_ts@2.0.1": { + "name": "aspect_rules_ts", + "version": "2.0.1", + "key": "aspect_rules_ts@2.0.1", + "repoName": "aspect_rules_ts", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_skylib": "bazel_skylib@1.4.2", + "aspect_rules_js": "aspect_rules_js@1.32.6", + "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "rules_proto": "rules_proto@5.3.0-21.7", + "com_google_protobuf": "protobuf@21.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_rules_ts~2.0.1", + "urls": [ + "https://github.com/aspect-build/rules_ts/releases/download/v2.0.1/rules_ts-v2.0.1.tar.gz" + ], + "integrity": "sha256-D0PQawKJX4JawYpgkB6JnZGyKhHUTEAIyDg62mCWpKk=", + "strip_prefix": "rules_ts-2.0.1", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_ts/2.0.1/patches/module_dot_bazel_version.patch": "sha256-fxDPHoirUrWF+D6V4OH4RW+aXPan1Fw60PnAW1CapUw=" + }, + "remote_patch_strip": 1 + } + } + }, + "aspect_rules_rollup@1.0.0": { + "name": "aspect_rules_rollup", + "version": "1.0.0", + "key": "aspect_rules_rollup@1.0.0", + "repoName": "aspect_rules_rollup", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@aspect_rules_rollup//rollup:extensions.bzl", + "extensionName": "rollup", + "usingModule": "aspect_rules_rollup@1.0.0", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_rollup/1.0.0/MODULE.bazel", + "line": 21, + "column": 23 + }, + "imports": { + "rollup": "rollup" + }, + "devImports": [], + "tags": [ + { + "tagName": "toolchain", + "attributeValues": { + "name": "rollup", + "rollup_version": "v2.70.2" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_rules_rollup/1.0.0/MODULE.bazel", + "line": 22, + "column": 17 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.4.2", + "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "aspect_rules_js": "aspect_rules_js@1.32.6", + "rules_nodejs": "rules_nodejs@5.8.2", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_rules_rollup~1.0.0", + "urls": [ + "https://github.com/aspect-build/rules_rollup/releases/download/v1.0.0/rules_rollup-v1.0.0.tar.gz" + ], + "integrity": "sha256-oEM6CwIGpF02J0nXG8Hk4NrPXKKlcrBZMo+XUzkryoA=", + "strip_prefix": "rules_rollup-1.0.0", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_rollup/1.0.0/patches/module_dot_bazel_version.patch": "sha256-kKQOVz56fmoIEZF/qPn/wfPzCLcvqYP87QykfvGTqww=" + }, + "remote_patch_strip": 0 + } + } + }, + "aspect_rules_webpack@0.13.0": { + "name": "aspect_rules_webpack", + "version": "0.13.0", + "key": "aspect_rules_webpack@0.13.0", + "repoName": "aspect_rules_webpack", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "aspect_rules_js": "aspect_rules_js@1.32.6", + "bazel_skylib": "bazel_skylib@1.4.2", + "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_webpack~0.13.0", + "urls": [ + "https://github.com/aspect-build/rules_webpack/releases/download/v0.13.0/rules_webpack-v0.13.0.tar.gz" + ], + "integrity": "sha256-IahYSdAe670MsKXAEg61jk0yde2mhWWRjnwNhOFNMNk=", + "strip_prefix": "rules_webpack-0.13.0", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_rules_webpack/0.13.0/patches/module_dot_bazel_version.patch": "sha256-UVAwir22l+5vhWE1ZG6dKwCvbX5Lf/g3qgaGRsz9eQM=" + }, + "remote_patch_strip": 0 + } + } + }, + "bazel_skylib@1.4.2": { + "name": "bazel_skylib", + "version": "1.4.2", + "key": "bazel_skylib@1.4.2", + "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.4.2", + "urls": [ + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + ], + "integrity": "sha256-Zv/ZMVZlv6r8lrUiePV8fi3Qn17eJ56m05sr5HHn46o=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "bazel_tools@_": { + "name": "bazel_tools", + "version": "", + "key": "bazel_tools@_", + "repoName": "bazel_tools", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_cc_toolchains//:all", + "@local_config_sh//:local_sh_toolchain" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", + "extensionName": "cc_configure_extension", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 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@_" + } + }, + "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.4.2", + "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 + } + } + }, + "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.4.2", + "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 + } + } + }, + "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 + } + } + }, + "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.4.2", + "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_nodejs@5.8.2": { + "name": "rules_nodejs", + "version": "5.8.2", + "key": "rules_nodejs@5.8.2", + "repoName": "rules_nodejs", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@nodejs_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_nodejs//nodejs:extensions.bzl", + "extensionName": "node", + "usingModule": "rules_nodejs@5.8.2", + "location": { + "file": "https://bcr.bazel.build/modules/rules_nodejs/5.8.2/MODULE.bazel", + "line": 12, + "column": 21 + }, + "imports": { + "nodejs_toolchains": "nodejs_toolchains" + }, + "devImports": [], + "tags": [ + { + "tagName": "toolchain", + "attributeValues": { + "name": "nodejs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_nodejs/5.8.2/MODULE.bazel", + "line": 16, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.4.2", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_nodejs~5.8.2", + "urls": [ + "https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.2/rules_nodejs-core-5.8.2.tar.gz" + ], + "integrity": "sha256-dko7N1e7jDxqArozRHMaPXHlWCIK3LDPfkPJu6LDe6g=", + "strip_prefix": "", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_nodejs/5.8.2/patches/module_dot_bazel.patch": "sha256-5QrAbAO9TVzmRytAov5d4xvl/U3aRQsUpeP/h5SFmu4=" + }, + "remote_patch_strip": 0 + } + } + }, + "bazel_features@0.1.0": { + "name": "bazel_features", + "version": "0.1.0", + "key": "bazel_features@0.1.0", + "repoName": "bazel_features", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_features//private:extensions.bzl", + "extensionName": "version_extension", + "usingModule": "bazel_features@0.1.0", + "location": { + "file": "https://bcr.bazel.build/modules/bazel_features/0.1.0/MODULE.bazel", + "line": 6, + "column": 24 + }, + "imports": { + "bazel_features_globals": "bazel_features_globals", + "bazel_features_version": "bazel_features_version" + }, + "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": "bazel_features~0.1.0", + "urls": [ + "https://github.com/bazel-contrib/bazel_features/releases/download/v0.1.0/bazel_features-v0.1.0.tar.gz" + ], + "integrity": "sha256-8wgr/NynPcd9zWj6rOgGE1ouCMIwsCsdn729fbnZxFA=", + "strip_prefix": "bazel_features-0.1.0", + "remote_patches": { + "https://bcr.bazel.build/modules/bazel_features/0.1.0/patches/module_dot_bazel_version.patch": "sha256-m2frYY4QlwNsLI31bBG+ZVJjU94p+f3xDHI0hzbemiw=" + }, + "remote_patch_strip": 0 + } + } + }, + "rules_cc@0.0.9": { + "name": "rules_cc", + "version": "0.0.9", + "key": "rules_cc@0.0.9", + "repoName": "rules_cc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_cc_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", + "extensionName": "cc_configure_extension", + "usingModule": "rules_cc@0.0.9", + "location": { + "file": "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel", + "line": 9, + "column": 29 + }, + "imports": { + "local_config_cc_toolchains": "local_config_cc_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "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.4.2", + "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.4.2", + "platforms": "platforms@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "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_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.4.2", + "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.4.2", + "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.4.2", + "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" + } + } + } + } + }, + "@@aspect_bazel_lib~1.36.0//lib:extensions.bzl%ext": { + "general": { + "bzlTransitiveDigest": "d6v4vODNrB35+fS52kIBWD9GBBV5Ri+7on9DP5KEbP4=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "expand_template_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~expand_template_windows_amd64", + "platform": "windows_amd64" + } + }, + "copy_to_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_to_directory_windows_amd64", + "platform": "windows_amd64" + } + }, + "jq": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_host_alias_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~jq" + } + }, + "jq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~jq_darwin_amd64", + "platform": "darwin_amd64", + "version": "1.6" + } + }, + "expand_template_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~expand_template_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_to_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_to_directory_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "expand_template_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~expand_template_linux_amd64", + "platform": "linux_amd64" + } + }, + "copy_to_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_to_directory_linux_amd64", + "platform": "linux_amd64" + } + }, + "coreutils_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~coreutils_darwin_arm64", + "platform": "darwin_arm64", + "version": "0.0.16" + } + }, + "coreutils_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~coreutils_linux_amd64", + "platform": "linux_amd64", + "version": "0.0.16" + } + }, + "copy_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_toolchains", + "user_repository_name": "copy_directory" + } + }, + "copy_to_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_to_directory_linux_arm64", + "platform": "linux_arm64" + } + }, + "yq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~yq_linux_amd64", + "platform": "linux_amd64", + "version": "4.25.2" + } + }, + "copy_to_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_to_directory_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "coreutils_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~coreutils_darwin_amd64", + "platform": "darwin_amd64", + "version": "0.0.16" + } + }, + "coreutils_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~coreutils_linux_arm64", + "platform": "linux_arm64", + "version": "0.0.16" + } + }, + "coreutils_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~coreutils_toolchains", + "user_repository_name": "coreutils" + } + }, + "copy_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "yq_linux_s390x": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~yq_linux_s390x", + "platform": "linux_s390x", + "version": "4.25.2" + } + }, + "yq": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_host_alias_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~yq" + } + }, + "expand_template_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~expand_template_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "copy_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_linux_amd64", + "platform": "linux_amd64" + } + }, + "jq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~jq_darwin_arm64", + "platform": "darwin_arm64", + "version": "1.6" + } + }, + "yq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~yq_darwin_amd64", + "platform": "darwin_amd64", + "version": "4.25.2" + } + }, + "copy_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_linux_arm64", + "platform": "linux_arm64" + } + }, + "expand_template_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~expand_template_linux_arm64", + "platform": "linux_arm64" + } + }, + "jq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~jq_linux_amd64", + "platform": "linux_amd64", + "version": "1.6" + } + }, + "expand_template_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~expand_template_toolchains", + "user_repository_name": "expand_template" + } + }, + "yq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~yq_windows_amd64", + "platform": "windows_amd64", + "version": "4.25.2" + } + }, + "copy_to_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_to_directory_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "jq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~jq_windows_amd64", + "platform": "windows_amd64", + "version": "1.6" + } + }, + "expand_template_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~expand_template_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "yq_linux_ppc64le": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~yq_linux_ppc64le", + "platform": "linux_ppc64le", + "version": "4.25.2" + } + }, + "copy_to_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_to_directory_toolchains", + "user_repository_name": "copy_to_directory" + } + }, + "jq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~jq_toolchains", + "user_repository_name": "jq" + } + }, + "copy_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_windows_amd64", + "platform": "windows_amd64" + } + }, + "yq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~yq_darwin_arm64", + "platform": "darwin_arm64", + "version": "4.25.2" + } + }, + "yq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~yq_toolchains", + "user_repository_name": "yq" + } + }, + "coreutils_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~coreutils_windows_amd64", + "platform": "windows_amd64", + "version": "0.0.16" + } + }, + "yq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~1.36.0~ext~yq_linux_arm64", + "platform": "linux_arm64", + "version": "4.25.2" + } + } + } + } + }, + "@@aspect_rules_js~1.32.6//npm:extensions.bzl%npm": { + "general": { + "bzlTransitiveDigest": "NAqC0GhbZOgBIqNEkUrufU3xjvUqsvPH8NEAdhVBRjA=", + "accumulatedFileDigests": { + "@@//:.npmrc": "25afec638a4a1dc4a7277d8babd30464e9d942cf93d3e47505a4677adad1a901", + "@@//:pnpm-lock.yaml": "fd712cb9b14afc31b8001e59ee8580bf1f48f0b1a6aca8e0d6a81c8dee4564d5" + }, + "envVariables": {}, + "generatedRepoSpecs": { + "npm__esprima__1.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esprima__1.2.2__links", + "package": "esprima", + "version": "1.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esprima": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_sockjs__0.3.34": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_sockjs__0.3.34", + "package": "@types/sockjs", + "version": "0.3.34", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R+n7qBFnm/6jinlteC9DBL5dGiDGjWAvjo4viUanpnc/dG1y7uDoacXPIQ/PQEg1fI912SMHIa014ZjRpvDw4g==", + "url": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.34.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chokidar__3.5.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_rollup_pluginutils__3.1.0__rollup_2.79.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_pluginutils__3.1.0__rollup_2.79.1", + "package": "@rollup/pluginutils", + "version": "3.1.0_rollup_2.79.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "url": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-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_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-optional-catch-binding", + "version": "7.8.3_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_svgr_babel-plugin-remove-jsx-empty-expression__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-remove-jsx-empty-expression__5.0.1__links", + "package": "@svgr/babel-plugin-remove-jsx-empty-expression", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fresh__0.5.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__escodegen__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__escodegen__2.1.0__links", + "package": "escodegen", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "source-map": "0.6.1", + "esprima": "4.0.1", + "estraverse": "5.3.0", + "esutils": "2.0.3" + }, + "transitive_closure": { + "escodegen": [ + "2.1.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-module__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-module__1.0.0__links", + "package": "is-module", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-module": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_ampproject_remapping__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_ampproject_remapping__2.2.1__links", + "package": "@ampproject/remapping", + "version": "2.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/gen-mapping": "0.3.3", + "@jridgewell/trace-mapping": "0.3.19" + }, + "transitive_closure": { + "@ampproject/remapping": [ + "2.2.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__detect-newline__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__detect-newline__3.1.0", + "package": "detect-newline", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "url": "https://registry.npmjs.org/detect-newline/-/detect-newline-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__jest-cli__29.5.0__at_types_node_18.11.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-cli__29.5.0__at_types_node_18.11.9__links", + "package": "jest-cli", + "version": "29.5.0_at_types_node_18.11.9", + "dev": true, + "root_package": "", + "link_packages": { + "next.js": [ + "jest-cli" + ], + "react": [ + "jest-cli" + ] + }, + "deps": { + "@jest/core": "29.7.0", + "@jest/test-result": "29.7.0", + "@jest/types": "29.6.3", + "chalk": "4.1.2", + "exit": "0.1.2", + "graceful-fs": "4.2.11", + "import-local": "3.1.0", + "jest-config": "29.7.0_at_types_node_18.11.9", + "jest-util": "29.7.0", + "jest-validate": "29.7.0", + "prompts": "2.4.2", + "yargs": "17.7.2" + }, + "transitive_closure": { + "jest-cli": [ + "29.5.0_at_types_node_18.11.9" + ], + "@jest/core": [ + "29.7.0" + ], + "@jest/test-result": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "exit": [ + "0.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "import-local": [ + "3.1.0" + ], + "jest-config": [ + "29.7.0_at_types_node_18.11.9" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "prompts": [ + "2.4.2" + ], + "yargs": [ + "17.7.2" + ], + "cliui": [ + "8.0.1" + ], + "escalade": [ + "3.1.1" + ], + "get-caller-file": [ + "2.0.5" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "y18n": [ + "5.0.8" + ], + "yargs-parser": [ + "21.1.1" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/node": [ + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/test-sequencer": [ + "29.7.0" + ], + "babel-jest": [ + "29.7.0_at_babel_core_7.23.0" + ], + "deepmerge": [ + "4.3.1" + ], + "glob": [ + "7.2.3" + ], + "jest-circus": [ + "29.7.0" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-resolve": [ + "29.7.0" + ], + "jest-runner": [ + "29.7.0" + ], + "micromatch": [ + "4.0.5" + ], + "parse-json": [ + "5.2.0" + ], + "slash": [ + "3.0.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@jest/console": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "emittery": [ + "0.13.1" + ], + "jest-docblock": [ + "29.7.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-leak-detector": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-runtime": [ + "29.7.0" + ], + "jest-watcher": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "source-map-support": [ + "0.5.13" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "yocto-queue": [ + "0.1.0" + ], + "merge-stream": [ + "2.0.0" + ], + "ansi-escapes": [ + "4.3.2" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "type-fest": [ + "0.21.3" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/globals": [ + "29.7.0" + ], + "@jest/source-map": [ + "29.6.3" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-snapshot": [ + "29.7.0" + ], + "strip-bom": [ + "4.0.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "29.7.0" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "callsites": [ + "3.1.0" + ], + "@jest/expect": [ + "29.7.0" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "1.9.0", + "2.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "6.0.0", + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "co": [ + "4.6.0" + ], + "dedent": [ + "1.5.1" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "29.7.0" + ], + "pure-rand": [ + "6.0.4" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-preset-jest": [ + "29.6.3_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "29.6.3" + ], + "@babel/template": [ + "7.22.15" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "picocolors": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jest/reporters": [ + "29.7.0" + ], + "jest-changed-files": [ + "29.7.0" + ], + "jest-resolve-dependencies": [ + "29.7.0" + ], + "execa": [ + "5.1.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "v8-to-istanbul": [ + "9.1.0" + ], + "html-escaper": [ + "2.0.2" + ], + "make-dir": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__typed-array-buffer__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-buffer__1.0.0", + "package": "typed-array-buffer", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "url": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-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__wrap-ansi__7.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "wrap-ansi": [ + "7.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.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" + } + }, + "npm__at_types_yargs__17.0.26": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__17.0.26", + "package": "@types/yargs", + "version": "17.0.26", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw==", + "url": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.26.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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_swc_core-linux-x64-musl__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-x64-musl__1.3.100", + "package": "@swc/core-linux-x64-musl", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PhoXKf+f0OaNW/GCuXjJ0/KfK9EJX7z2gko+7nVnEA0p3aaPtbP6cq1Ubbl6CMoPL+Ci3gZ7nYumDqXNc3CtLQ==", + "url": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.100.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__ci-info__3.8.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ci-info__3.8.0", + "package": "ci-info", + "version": "3.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "url": "https://registry.npmjs.org/ci-info/-/ci-info-3.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__statuses__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-transform-literals__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-literals__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-literals", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pify__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_webassemblyjs_wasm-opt__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-opt__1.11.6", + "package": "@webassemblyjs/wasm-opt", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__merge2__1.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__merge2__1.4.1", + "package": "merge2", + "version": "1.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "url": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__csstype__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__csstype__3.1.2__links", + "package": "csstype", + "version": "3.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "csstype": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-root__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-root__2.1.0", + "package": "is-root", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", + "url": "https://registry.npmjs.org/is-root/-/is-root-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__tapable__2.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__terser-webpack-plugin__5.3.9__1251614587": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__terser-webpack-plugin__5.3.9__1251614587", + "package": "terser-webpack-plugin", + "version": "5.3.9_1251614587", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", + "url": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.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__which-boxed-primitive__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which-boxed-primitive__1.0.2__links", + "package": "which-boxed-primitive", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-bigint": "1.0.4", + "is-boolean-object": "1.1.2", + "is-number-object": "1.0.7", + "is-string": "1.0.7", + "is-symbol": "1.0.4" + }, + "transitive_closure": { + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-bigints": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__set-function-name__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__set-function-name__2.0.1__links", + "package": "set-function-name", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-data-property": "1.1.0", + "functions-have-names": "1.2.3", + "has-property-descriptors": "1.0.0" + }, + "transitive_closure": { + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_istanbul-reports__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-reports__3.0.2__links", + "package": "@types/istanbul-reports", + "version": "3.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/istanbul-lib-report": "3.0.1" + }, + "transitive_closure": { + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_compiler-sfc__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-sfc__3.3.4__links", + "package": "@vue/compiler-sfc", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@vue/compiler-core": "3.3.4", + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-ssr": "3.3.4", + "@vue/reactivity-transform": "3.3.4", + "@vue/shared": "3.3.4", + "estree-walker": "2.0.2", + "magic-string": "0.30.4", + "postcss": "8.4.31", + "source-map-js": "1.0.2" + }, + "transitive_closure": { + "@vue/compiler-sfc": [ + "3.3.4" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@vue/compiler-dom": [ + "3.3.4" + ], + "@vue/compiler-ssr": [ + "3.3.4" + ], + "@vue/reactivity-transform": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.4" + ], + "postcss": [ + "8.4.31" + ], + "source-map-js": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ws__8.14.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ws__8.14.2__links", + "package": "ws", + "version": "8.14.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ws": [ + "8.14.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__commander__10.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__commander__10.0.1__links", + "package": "commander", + "version": "10.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "10.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__commander__8.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_next_swc-linux-x64-musl__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-x64-musl__13.0.5__links", + "package": "@next/swc-linux-x64-musl", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-linux-x64-musl": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__bser__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__bser__2.1.1__links", + "package": "bser", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "node-int64": "0.4.0" + }, + "transitive_closure": { + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object.hasown__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.hasown__1.1.3__links", + "package": "object.hasown", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-properties": "1.2.1", + "es-abstract": "1.22.2" + }, + "transitive_closure": { + "object.hasown": [ + "1.1.3" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "call-bind": [ + "1.0.2" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__path-exists__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__postcss-clamp__4.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-clamp__4.1.0__postcss_8.4.31", + "package": "postcss-clamp", + "version": "4.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", + "url": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-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__convert-source-map__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__convert-source-map__2.0.0", + "package": "convert-source-map", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "url": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-worker__28.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__28.1.3__links", + "package": "jest-worker", + "version": "28.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9", + "merge-stream": "2.0.0", + "supports-color": "8.1.1" + }, + "transitive_closure": { + "jest-worker": [ + "28.1.3" + ], + "@types/node": [ + "18.11.9" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__p-limit__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__temp-dir__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__temp-dir__2.0.0", + "package": "temp-dir", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", + "url": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__nanoid__3.3.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__nanoid__3.3.6", + "package": "nanoid", + "version": "3.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "url": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__svgo__2.8.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__svgo__2.8.0", + "package": "svgo", + "version": "2.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "url": "https://registry.npmjs.org/svgo/-/svgo-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__at_sinonjs_commons__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_commons__3.0.0", + "package": "@sinonjs/commons", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", + "url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs-parser__20.2.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yargs-parser__20.2.9", + "package": "yargs-parser", + "version": "20.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-create-class-features-plugin__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-create-class-features-plugin__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/helper-create-class-features-plugin", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@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_at_babel_core_7.23.0", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", + "@babel/helper-split-export-declaration": "7.22.6", + "semver": "6.3.1" + }, + "transitive_closure": { + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__css-declaration-sorter__6.4.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-declaration-sorter__6.4.1__postcss_8.4.31__links", + "package": "css-declaration-sorter", + "version": "6.4.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "css-declaration-sorter": [ + "6.4.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_babel-helper-vue-transform-on__1.1.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_babel-helper-vue-transform-on__1.1.5", + "package": "@vue/babel-helper-vue-transform-on", + "version": "1.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==", + "url": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esprima__1.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esprima__1.2.2", + "package": "esprima", + "version": "1.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==", + "url": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__normalize-package-data__2.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__normalize-package-data__2.5.0__links", + "package": "normalize-package-data", + "version": "2.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "hosted-git-info": "2.8.9", + "resolve": "1.22.6", + "semver": "5.7.2", + "validate-npm-package-license": "3.0.4" + }, + "transitive_closure": { + "normalize-package-data": [ + "2.5.0" + ], + "hosted-git-info": [ + "2.8.9" + ], + "resolve": [ + "1.22.6" + ], + "semver": [ + "5.7.2" + ], + "validate-npm-package-license": [ + "3.0.4" + ], + "spdx-correct": [ + "3.2.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-exceptions": [ + "2.3.0" + ], + "spdx-license-ids": [ + "3.0.15" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__write-file-atomic__4.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__write-file-atomic__4.0.2", + "package": "write-file-atomic", + "version": "4.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "url": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-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__at_jest_environment__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_environment__27.5.1__links", + "package": "@jest/environment", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/fake-timers": "27.5.1", + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "jest-mock": "27.5.1" + }, + "transitive_closure": { + "@jest/environment": [ + "27.5.1" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "jest-mock": [ + "27.5.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_volar_language-core__1.0.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_language-core__1.0.9__links", + "package": "@volar/language-core", + "version": "1.0.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@volar/source-map": "1.0.9", + "@vue/reactivity": "3.3.4", + "muggle-string": "0.1.0" + }, + "transitive_closure": { + "@volar/language-core": [ + "1.0.9" + ], + "@volar/source-map": [ + "1.0.9" + ], + "@vue/reactivity": [ + "3.3.4" + ], + "muggle-string": [ + "0.1.0" + ], + "@vue/shared": [ + "3.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__check-types__11.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__check-types__11.2.3__links", + "package": "check-types", + "version": "11.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "check-types": [ + "11.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-runner__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-runner__29.7.0__links", + "package": "jest-runner", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/console": "29.7.0", + "@jest/environment": "29.7.0", + "@jest/test-result": "29.7.0", + "@jest/transform": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "emittery": "0.13.1", + "graceful-fs": "4.2.11", + "jest-docblock": "29.7.0", + "jest-environment-node": "29.7.0", + "jest-haste-map": "29.7.0", + "jest-leak-detector": "29.7.0", + "jest-message-util": "29.7.0", + "jest-resolve": "29.7.0", + "jest-runtime": "29.7.0", + "jest-util": "29.7.0", + "jest-watcher": "29.7.0", + "jest-worker": "29.7.0", + "p-limit": "3.1.0", + "source-map-support": "0.5.13" + }, + "transitive_closure": { + "jest-runner": [ + "29.7.0" + ], + "@jest/console": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/test-result": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "emittery": [ + "0.13.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-docblock": [ + "29.7.0" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-leak-detector": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-resolve": [ + "29.7.0" + ], + "jest-runtime": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-watcher": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "source-map-support": [ + "0.5.13" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "yocto-queue": [ + "0.1.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "5.5.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "ansi-escapes": [ + "4.3.2" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "type-fest": [ + "0.21.3" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/globals": [ + "29.7.0" + ], + "@jest/source-map": [ + "29.6.3" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "glob": [ + "7.2.3" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-snapshot": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "strip-bom": [ + "4.0.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "29.7.0" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "29.7.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "callsites": [ + "3.1.0" + ], + "@jest/expect": [ + "29.7.0" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "leven": [ + "3.1.0" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "stack-utils": [ + "2.0.6" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.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" + } + }, + "npm__import-local__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "import-local": [ + "3.1.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "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" + } + }, + "npm__at_bcoe_v8-coverage__0.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_bcoe_v8-coverage__0.2.3", + "package": "@bcoe/v8-coverage", + "version": "0.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "url": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__clean-css__5.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__clean-css__5.3.2__links", + "package": "clean-css", + "version": "5.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "source-map": "0.6.1" + }, + "transitive_closure": { + "clean-css": [ + "5.3.2" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-generator-function__1.0.10__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-generator-function__1.0.10__links", + "package": "is-generator-function", + "version": "1.0.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "is-generator-function": [ + "1.0.10" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jridgewell_set-array__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__requires-port__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_vue_babel-helper-vue-transform-on__1.1.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_babel-helper-vue-transform-on__1.1.5__links", + "package": "@vue/babel-helper-vue-transform-on", + "version": "1.1.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@vue/babel-helper-vue-transform-on": [ + "1.1.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_babel__traverse__7.20.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__traverse__7.20.2", + "package": "@types/babel__traverse", + "version": "7.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ojlGK1Hsfce93J0+kn3H5R73elidKUaZonirN33GSmgTUMpzI/MIFfSpF3haANe3G1bEBS9/9/QEqwTzwqFsKw==", + "url": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs__16.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__memorystream__0.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__memorystream__0.3.1", + "package": "memorystream", + "version": "0.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", + "url": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_esbuild_android-arm__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_esbuild_android-arm__0.15.18__links", + "package": "@esbuild/android-arm", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/android-arm": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-runtime__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-runtime__27.5.1__links", + "package": "jest-runtime", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "27.5.1", + "@jest/fake-timers": "27.5.1", + "@jest/globals": "27.5.1", + "@jest/source-map": "27.5.1", + "@jest/test-result": "27.5.1", + "@jest/transform": "27.5.1", + "@jest/types": "27.5.1", + "chalk": "4.1.2", + "cjs-module-lexer": "1.2.3", + "collect-v8-coverage": "1.0.2", + "execa": "5.1.1", + "glob": "7.2.3", + "graceful-fs": "4.2.11", + "jest-haste-map": "27.5.1", + "jest-message-util": "27.5.1", + "jest-mock": "27.5.1", + "jest-regex-util": "27.5.1", + "jest-resolve": "27.5.1", + "jest-snapshot": "27.5.1", + "jest-util": "27.5.1", + "slash": "3.0.0", + "strip-bom": "4.0.0" + }, + "transitive_closure": { + "jest-runtime": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "strip-bom": [ + "4.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "27.5.1" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "convert-source-map": [ + "1.9.0", + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "leven": [ + "3.1.0" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "stack-utils": [ + "2.0.6" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "source-map": [ + "0.6.1" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@jest/console": [ + "27.5.1" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_nodelib_fs.scandir__2.1.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.scandir__2.1.5__links", + "package": "@nodelib/fs.scandir", + "version": "2.1.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "1.2.0" + }, + "transitive_closure": { + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_environment__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_environment__29.7.0__links", + "package": "@jest/environment", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/fake-timers": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "jest-mock": "29.7.0" + }, + "transitive_closure": { + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_humanwhocodes_config-array__0.11.11": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_humanwhocodes_config-array__0.11.11", + "package": "@humanwhocodes/config-array", + "version": "0.11.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", + "url": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.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__es-array-method-boxes-properly__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-array-method-boxes-properly__1.0.0__links", + "package": "es-array-method-boxes-properly", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "es-array-method-boxes-properly": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-worker__26.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__26.6.2__links", + "package": "jest-worker", + "version": "26.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9", + "merge-stream": "2.0.0", + "supports-color": "7.2.0" + }, + "transitive_closure": { + "jest-worker": [ + "26.6.2" + ], + "@types/node": [ + "18.11.9" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__safe-buffer__5.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__collect-v8-coverage__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__collect-v8-coverage__1.0.2__links", + "package": "collect-v8-coverage", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "collect-v8-coverage": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object-assign__4.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__es-set-tostringtag__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-set-tostringtag__2.0.1__links", + "package": "es-set-tostringtag", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.1", + "has": "1.0.3", + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "es-set-tostringtag": [ + "2.0.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__find-up__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__import-fresh__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__import-fresh__3.3.0__links", + "package": "import-fresh", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "parent-module": "1.0.1", + "resolve-from": "4.0.0" + }, + "transitive_closure": { + "import-fresh": [ + "3.3.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_swc-win32-arm64-msvc__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-arm64-msvc__13.0.5", + "package": "@next/swc-win32-arm64-msvc", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wRE9rkp7I+/3Jf2T9PFIJOKq3adMWYEFkPOA7XAkUfYbQHlDJm/U5cVCWUsKByyQq5RThwufI91sgd19MfxRxg==", + "url": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__find-cache-dir__3.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__find-cache-dir__3.3.2", + "package": "find-cache-dir", + "version": "3.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "url": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-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__merge-stream__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_vue_shared__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_shared__3.3.4__links", + "package": "@vue/shared", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@vue/shared": [ + "3.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__qs__6.11.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__qs__6.11.0__links", + "package": "qs", + "version": "6.11.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "side-channel": "1.0.4" + }, + "transitive_closure": { + "qs": [ + "6.11.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tr46__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tr46__2.1.0", + "package": "tr46", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "url": "https://registry.npmjs.org/tr46/-/tr46-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__parent-module__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parent-module__1.0.1__links", + "package": "parent-module", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "callsites": "3.1.0" + }, + "transitive_closure": { + "parent-module": [ + "1.0.1" + ], + "callsites": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-runtime__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-runtime__29.7.0__links", + "package": "jest-runtime", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "29.7.0", + "@jest/fake-timers": "29.7.0", + "@jest/globals": "29.7.0", + "@jest/source-map": "29.6.3", + "@jest/test-result": "29.7.0", + "@jest/transform": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "cjs-module-lexer": "1.2.3", + "collect-v8-coverage": "1.0.2", + "glob": "7.2.3", + "graceful-fs": "4.2.11", + "jest-haste-map": "29.7.0", + "jest-message-util": "29.7.0", + "jest-mock": "29.7.0", + "jest-regex-util": "29.6.3", + "jest-resolve": "29.7.0", + "jest-snapshot": "29.7.0", + "jest-util": "29.7.0", + "slash": "3.0.0", + "strip-bom": "4.0.0" + }, + "transitive_closure": { + "jest-runtime": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/globals": [ + "29.7.0" + ], + "@jest/source-map": [ + "29.6.3" + ], + "@jest/test-result": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-resolve": [ + "29.7.0" + ], + "jest-snapshot": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "strip-bom": [ + "4.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "29.7.0" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "29.7.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "leven": [ + "3.1.0" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "stack-utils": [ + "2.0.6" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-worker": [ + "29.7.0" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@jest/console": [ + "29.7.0" + ], + "callsites": [ + "3.1.0" + ], + "@jest/expect": [ + "29.7.0" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_svgr_babel-preset__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-preset__5.5.0__links", + "package": "@svgr/babel-preset", + "version": "5.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@svgr/babel-plugin-add-jsx-attribute": "5.4.0", + "@svgr/babel-plugin-remove-jsx-attribute": "5.4.0", + "@svgr/babel-plugin-remove-jsx-empty-expression": "5.0.1", + "@svgr/babel-plugin-replace-jsx-attribute-value": "5.0.1", + "@svgr/babel-plugin-svg-dynamic-title": "5.4.0", + "@svgr/babel-plugin-svg-em-dimensions": "5.4.0", + "@svgr/babel-plugin-transform-react-native-svg": "5.4.0", + "@svgr/babel-plugin-transform-svg-component": "5.5.0" + }, + "transitive_closure": { + "@svgr/babel-preset": [ + "5.5.0" + ], + "@svgr/babel-plugin-add-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "5.0.1" + ], + "@svgr/babel-plugin-replace-jsx-attribute-value": [ + "5.0.1" + ], + "@svgr/babel-plugin-svg-dynamic-title": [ + "5.4.0" + ], + "@svgr/babel-plugin-svg-em-dimensions": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-react-native-svg": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-svg-component": [ + "5.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__destroy__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_typescript-eslint_types__5.62.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_types__5.62.0", + "package": "@typescript-eslint/types", + "version": "5.62.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cssnano-utils__3.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssnano-utils__3.1.0__postcss_8.4.31", + "package": "cssnano-utils", + "version": "3.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "url": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-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__ipaddr.js__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_swc_core-win32-arm64-msvc__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-arm64-msvc__1.3.100", + "package": "@swc/core-win32-arm64-msvc", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PwLADZN6F9cXn4Jw52FeP/MCLVHm8vwouZZSOoOScDtihjY495SSjdPnlosMaRSR4wJQssGwiD/4MbpgQPqbAw==", + "url": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.100.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__browserslist__4.22.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__browserslist__4.22.1__links", + "package": "browserslist", + "version": "4.22.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "caniuse-lite": "1.0.30001542", + "electron-to-chromium": "1.4.539", + "node-releases": "2.0.13", + "update-browserslist-db": "1.0.13_browserslist_4.22.1" + }, + "transitive_closure": { + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__path-type__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__path-type__3.0.0", + "package": "path-type", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "url": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__semver__5.7.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__semver__5.7.2__links", + "package": "semver", + "version": "5.7.2", + "dev": true, + "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" + } + }, + "npm__typed-array-length__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-length__1.0.4", + "package": "typed-array-length", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "url": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__damerau-levenshtein__1.0.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__damerau-levenshtein__1.0.8", + "package": "damerau-levenshtein", + "version": "1.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", + "url": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-attribute-case-insensitive__5.0.2__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-attribute-case-insensitive__5.0.2__postcss_8.4.31", + "package": "postcss-attribute-case-insensitive", + "version": "5.0.2_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", + "url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-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_istanbuljs_schema__0.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_istanbuljs_schema__0.1.3__links", + "package": "@istanbuljs/schema", + "version": "0.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@istanbuljs/schema": [ + "0.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_resolve__1.17.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_resolve__1.17.1__links", + "package": "@types/resolve", + "version": "1.17.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/resolve": [ + "1.17.1" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_typescript-eslint_visitor-keys__5.44.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_visitor-keys__5.44.0", + "package": "@typescript-eslint/visitor-keys", + "version": "5.44.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__escape-string-regexp__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-named-capturing-groups-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-property-literals__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-property-literals__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-property-literals", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jridgewell_sourcemap-codec__1.4.15": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__estree-walker__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__estree-walker__1.0.1", + "package": "estree-walker", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", + "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-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__cssom__0.3.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssom__0.3.8", + "package": "cssom", + "version": "0.3.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "url": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-overflow-shorthand__3.0.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-overflow-shorthand__3.0.4__postcss_8.4.31__links", + "package": "postcss-overflow-shorthand", + "version": "3.0.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-overflow-shorthand": [ + "3.0.4_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__chalk__2.4.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__chalk__2.4.2__links", + "package": "chalk", + "version": "2.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-styles": "3.2.1", + "escape-string-regexp": "1.0.5", + "supports-color": "5.5.0" + }, + "transitive_closure": { + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "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" + } + }, + "npm__webpack-dev-middleware__5.3.3__webpack_5.89.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-middleware__5.3.3__webpack_5.89.0", + "package": "webpack-dev-middleware", + "version": "5.3.3_webpack_5.89.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "url": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-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__mz__2.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mz__2.7.0", + "package": "mz", + "version": "2.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "url": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__queue-microtask__1.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__queue-microtask__1.2.3__links", + "package": "queue-microtask", + "version": "1.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "queue-microtask": [ + "1.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__escape-string-regexp__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__is-bigint__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-bigint__1.0.4__links", + "package": "is-bigint", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-bigints": "1.0.2" + }, + "transitive_closure": { + "is-bigint": [ + "1.0.4" + ], + "has-bigints": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_swc-linux-arm64-musl__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-arm64-musl__13.0.5__links", + "package": "@next/swc-linux-arm64-musl", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-linux-arm64-musl": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__entities__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__string.prototype.trimend__1.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.trimend__1.0.7", + "package": "string.prototype.trimend", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", + "url": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-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__hpack.js__2.1.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "hpack.js": [ + "2.1.6" + ], + "inherits": [ + "2.0.4" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "core-util-is": [ + "1.0.3" + ], + "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" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__raf__3.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__raf__3.4.1", + "package": "raf", + "version": "3.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", + "url": "https://registry.npmjs.org/raf/-/raf-3.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__esutils__2.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esutils__2.0.3", + "package": "esutils", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "url": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__get-symbol-description__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-symbol-description__1.0.0__links", + "package": "get-symbol-description", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1" + }, + "transitive_closure": { + "get-symbol-description": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-unicode-escapes__7.22.10__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-escapes__7.22.10__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-unicode-escapes", + "version": "7.22.10_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.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__jest-worker__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_vue_shared__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_shared__3.3.4", + "package": "@vue/shared", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==", + "url": "https://registry.npmjs.org/@vue/shared/-/shared-3.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__eventemitter3__4.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__typescript__4.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typescript__4.9.3__links", + "package": "typescript", + "version": "4.9.3", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "typescript" + ], + "react": [ + "typescript" + ], + "vue": [ + "typescript" + ] + }, + "deps": {}, + "transitive_closure": { + "typescript": [ + "4.9.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_rollup_plugin-replace__2.4.2__rollup_2.79.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_plugin-replace__2.4.2__rollup_2.79.1__links", + "package": "@rollup/plugin-replace", + "version": "2.4.2_rollup_2.79.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@rollup/pluginutils": "3.1.0_rollup_2.79.1", + "magic-string": "0.25.9", + "rollup": "2.79.1" + }, + "transitive_closure": { + "@rollup/plugin-replace": [ + "2.4.2_rollup_2.79.1" + ], + "@rollup/pluginutils": [ + "3.1.0_rollup_2.79.1" + ], + "magic-string": [ + "0.25.9" + ], + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "@types/estree": [ + "0.0.39" + ], + "estree-walker": [ + "1.0.1" + ], + "picomatch": [ + "2.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__accepts__1.3.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-types": [ + "2.1.35" + ], + "negotiator": [ + "0.6.3" + ], + "mime-db": [ + "1.52.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__autoprefixer__10.4.16__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__autoprefixer__10.4.16__postcss_8.4.31__links", + "package": "autoprefixer", + "version": "10.4.16_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "caniuse-lite": "1.0.30001542", + "fraction.js": "4.3.6", + "normalize-range": "0.1.2", + "picocolors": "1.0.0", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "autoprefixer": [ + "10.4.16_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "fraction.js": [ + "4.3.6" + ], + "normalize-range": [ + "0.1.2" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-unicode-escapes__7.22.10__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-escapes__7.22.10__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-unicode-escapes", + "version": "7.22.10_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-unicode-escapes": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__css-tree__1.0.0-alpha.37": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-tree__1.0.0-alpha.37", + "package": "css-tree", + "version": "1.0.0-alpha.37", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.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__inflight__1.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__js-yaml__3.14.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__js-yaml__3.14.1__links", + "package": "js-yaml", + "version": "3.14.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "argparse": "1.0.10", + "esprima": "4.0.1" + }, + "transitive_closure": { + "js-yaml": [ + "3.14.1" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__expect__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__expect__29.7.0", + "package": "expect", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", + "url": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__8.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_typescript-eslint_utils__5.44.0__509062556": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_utils__5.44.0__509062556", + "package": "@typescript-eslint/utils", + "version": "5.44.0_509062556", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==", + "url": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.44.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__iconv-lite__0.4.24__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__dotenv-expand__5.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dotenv-expand__5.1.0__links", + "package": "dotenv-expand", + "version": "5.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dotenv-expand": [ + "5.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-runner__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-runner__27.5.1__links", + "package": "jest-runner", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/console": "27.5.1", + "@jest/environment": "27.5.1", + "@jest/test-result": "27.5.1", + "@jest/transform": "27.5.1", + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "emittery": "0.8.1", + "graceful-fs": "4.2.11", + "jest-docblock": "27.5.1", + "jest-environment-jsdom": "27.5.1", + "jest-environment-node": "27.5.1", + "jest-haste-map": "27.5.1", + "jest-leak-detector": "27.5.1", + "jest-message-util": "27.5.1", + "jest-resolve": "27.5.1", + "jest-runtime": "27.5.1", + "jest-util": "27.5.1", + "jest-worker": "27.5.1", + "source-map-support": "0.5.21", + "throat": "6.0.2" + }, + "transitive_closure": { + "jest-runner": [ + "27.5.1" + ], + "@jest/console": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "emittery": [ + "0.8.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-docblock": [ + "27.5.1" + ], + "jest-environment-jsdom": [ + "27.5.1" + ], + "jest-environment-node": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-leak-detector": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "source-map-support": [ + "0.5.21" + ], + "throat": [ + "6.0.2" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "5.5.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "glob": [ + "7.2.3" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "strip-bom": [ + "4.0.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "27.5.1" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "convert-source-map": [ + "1.9.0", + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "leven": [ + "3.1.0" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "stack-utils": [ + "2.0.6" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "acorn-walk": [ + "7.2.0" + ], + "detect-newline": [ + "3.1.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "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" + } + }, + "npm__parent-module__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parent-module__1.0.1", + "package": "parent-module", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "url": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-async-generators", + "version": "7.8.4_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-loader__6.8.1__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-loader__6.8.1__webpack_5.88.2", + "package": "css-loader", + "version": "6.8.1_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==", + "url": "https://registry.npmjs.org/css-loader/-/css-loader-6.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__bytes__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__default-gateway__6.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__react-refresh__0.11.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-refresh__0.11.0__links", + "package": "react-refresh", + "version": "0.11.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "react-refresh": [ + "0.11.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-logical-assignment-operators", + "version": "7.10.4_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__acorn-globals__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-globals__6.0.0__links", + "package": "acorn-globals", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "7.4.1", + "acorn-walk": "7.2.0" + }, + "transitive_closure": { + "acorn-globals": [ + "6.0.0" + ], + "acorn": [ + "7.4.1" + ], + "acorn-walk": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_typescript-eslint_typescript-estree__5.62.0__typescript_4.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_typescript-estree__5.62.0__typescript_4.9.3__links", + "package": "@typescript-eslint/typescript-estree", + "version": "5.62.0_typescript_4.9.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0", + "debug": "4.3.4", + "globby": "11.1.0", + "is-glob": "4.0.3", + "semver": "7.5.4", + "tsutils": "3.21.0_typescript_4.9.3", + "typescript": "4.9.3" + }, + "transitive_closure": { + "@typescript-eslint/typescript-estree": [ + "5.62.0_typescript_4.9.3" + ], + "@typescript-eslint/types": [ + "5.62.0" + ], + "@typescript-eslint/visitor-keys": [ + "5.62.0" + ], + "debug": [ + "4.3.4" + ], + "globby": [ + "11.1.0" + ], + "is-glob": [ + "4.0.3" + ], + "semver": [ + "7.5.4" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "ignore": [ + "5.2.4" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "5.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "path-type": [ + "4.0.0" + ], + "ms": [ + "2.1.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", + "@babel/plugin-transform-optional-chaining": "7.23.0_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ansi-html-community__0.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__sax__1.2.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sax__1.2.4", + "package": "sax", + "version": "1.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "url": "https://registry.npmjs.org/sax/-/sax-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__braces__3.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__raf__3.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__raf__3.4.1__links", + "package": "raf", + "version": "3.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "performance-now": "2.1.0" + }, + "transitive_closure": { + "raf": [ + "3.4.1" + ], + "performance-now": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pkg-up__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pkg-up__3.1.0__links", + "package": "pkg-up", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "find-up": "3.0.0" + }, + "transitive_closure": { + "pkg-up": [ + "3.1.0" + ], + "find-up": [ + "3.0.0" + ], + "locate-path": [ + "3.0.0" + ], + "p-locate": [ + "3.0.0" + ], + "path-exists": [ + "3.0.0" + ], + "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" + } + }, + "npm__at_babel_plugin-transform-unicode-regex__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-regex__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-unicode-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_prettier__2.7.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_prettier__2.7.3__links", + "package": "@types/prettier", + "version": "2.7.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/prettier": [ + "2.7.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__natural-compare__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__natural-compare__1.4.0__links", + "package": "natural-compare", + "version": "1.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "natural-compare": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-plugin-jest-hoist__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-jest-hoist__29.6.3__links", + "package": "babel-plugin-jest-hoist", + "version": "29.6.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/template": "7.22.15", + "@babel/types": "7.23.0", + "@types/babel__core": "7.20.2", + "@types/babel__traverse": "7.20.2" + }, + "transitive_closure": { + "babel-plugin-jest-hoist": [ + "29.6.3" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__core": [ + "7.20.2" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__regexpp__3.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regexpp__3.2.0", + "package": "regexpp", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "url": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-validate__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-validate__29.7.0__links", + "package": "jest-validate", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "camelcase": "6.3.0", + "chalk": "4.1.2", + "jest-get-type": "29.6.3", + "leven": "3.1.0", + "pretty-format": "29.7.0" + }, + "transitive_closure": { + "jest-validate": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "camelcase": [ + "6.3.0" + ], + "chalk": [ + "4.1.2" + ], + "jest-get-type": [ + "29.6.3" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__path-to-regexp__0.1.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_next_swc-darwin-x64__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-darwin-x64__13.0.5__links", + "package": "@next/swc-darwin-x64", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-darwin-x64": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-font-variant__5.0.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-font-variant__5.0.0__postcss_8.4.31", + "package": "postcss-font-variant", + "version": "5.0.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", + "url": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-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-nested__6.0.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-nested__6.0.1__postcss_8.4.31", + "package": "postcss-nested", + "version": "6.0.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "url": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-browser-comments__4.0.0__-695478989": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-browser-comments__4.0.0__-695478989", + "package": "postcss-browser-comments", + "version": "4.0.0_-695478989", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", + "url": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-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__querystringify__2.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__querystringify__2.2.0", + "package": "querystringify", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "url": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__schema-utils__2.7.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__schema-utils__2.7.1__links", + "package": "schema-utils", + "version": "2.7.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/json-schema": "7.0.13", + "ajv": "6.12.6", + "ajv-keywords": "3.5.2_ajv_6.12.6" + }, + "transitive_closure": { + "schema-utils": [ + "2.7.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__global-prefix__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__global-prefix__3.0.0", + "package": "global-prefix", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "url": "https://registry.npmjs.org/global-prefix/-/global-prefix-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__at_babel_plugin-transform-regenerator__7.22.10__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-regenerator__7.22.10__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-regenerator", + "version": "7.22.10_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.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__validate-npm-package-license__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__validate-npm-package-license__3.0.4__links", + "package": "validate-npm-package-license", + "version": "3.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "spdx-correct": "3.2.0", + "spdx-expression-parse": "3.0.1" + }, + "transitive_closure": { + "validate-npm-package-license": [ + "3.0.4" + ], + "spdx-correct": [ + "3.2.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-exceptions": [ + "2.3.0" + ], + "spdx-license-ids": [ + "3.0.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__de-indent__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__de-indent__1.0.2__links", + "package": "de-indent", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "de-indent": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__rollup-plugin-terser__7.0.2__rollup_2.79.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__rollup-plugin-terser__7.0.2__rollup_2.79.1__links", + "package": "rollup-plugin-terser", + "version": "7.0.2_rollup_2.79.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "jest-worker": "26.6.2", + "rollup": "2.79.1", + "serialize-javascript": "4.0.0", + "terser": "5.20.0" + }, + "transitive_closure": { + "rollup-plugin-terser": [ + "7.0.2_rollup_2.79.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "jest-worker": [ + "26.6.2" + ], + "rollup": [ + "2.79.1" + ], + "serialize-javascript": [ + "4.0.0" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "acorn": [ + "8.10.0" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "fsevents": [ + "2.3.3" + ], + "@types/node": [ + "18.11.9" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-dotall-regex__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-dotall-regex__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-dotall-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__source-map-url__0.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-url__0.4.1", + "package": "source-map-url", + "version": "0.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "url": "https://registry.npmjs.org/source-map-url/-/source-map-url-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__recursive-readdir__2.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__recursive-readdir__2.2.3", + "package": "recursive-readdir", + "version": "2.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", + "url": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__escodegen__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__escodegen__2.1.0", + "package": "escodegen", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "url": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-environment-visitor__7.22.20__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-environment-visitor__7.22.20__links", + "package": "@babel/helper-environment-visitor", + "version": "7.22.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-environment-visitor": [ + "7.22.20" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-validate__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-validate__27.5.1__links", + "package": "jest-validate", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "camelcase": "6.3.0", + "chalk": "4.1.2", + "jest-get-type": "27.5.1", + "leven": "3.1.0", + "pretty-format": "27.5.1" + }, + "transitive_closure": { + "jest-validate": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "camelcase": [ + "6.3.0" + ], + "chalk": [ + "4.1.2" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "20.8.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array-flatten__2.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array-flatten__2.1.2", + "package": "array-flatten", + "version": "2.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "url": "https://registry.npmjs.org/array-flatten/-/array-flatten-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__depd__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__cookie-signature__1.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cookie-signature__1.0.6", + "package": "cookie-signature", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "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__is-set__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-set__2.0.2", + "package": "is-set", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "url": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-merge-longhand__5.1.7__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-merge-longhand__5.1.7__postcss_8.4.31__links", + "package": "postcss-merge-longhand", + "version": "5.1.7_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0", + "stylehacks": "5.1.1_postcss_8.4.31" + }, + "transitive_closure": { + "postcss-merge-longhand": [ + "5.1.7_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "stylehacks": [ + "5.1.1_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-routing__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-routing__6.6.0", + "package": "workbox-routing", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==", + "url": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.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__on-headers__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__setprototypeof__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__boolbase__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__object.values__1.1.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.values__1.1.7", + "package": "object.values", + "version": "1.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", + "url": "https://registry.npmjs.org/object.values/-/object.values-1.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__at-least-node__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at-least-node__1.0.0__links", + "package": "at-least-node", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "at-least-node": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object-hash__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object-hash__3.0.0", + "package": "object-hash", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "url": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__object.entries__1.1.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.entries__1.1.7", + "package": "object.entries", + "version": "1.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", + "url": "https://registry.npmjs.org/object.entries/-/object.entries-1.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__postcss-merge-longhand__5.1.7__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-merge-longhand__5.1.7__postcss_8.4.31", + "package": "postcss-merge-longhand", + "version": "5.1.7_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + "url": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__iterator.prototype__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__iterator.prototype__1.1.2__links", + "package": "iterator.prototype", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-properties": "1.2.1", + "get-intrinsic": "1.2.1", + "has-symbols": "1.0.3", + "reflect.getprototypeof": "1.0.4", + "set-function-name": "2.0.1" + }, + "transitive_closure": { + "iterator.prototype": [ + "1.1.2" + ], + "define-properties": [ + "1.2.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "reflect.getprototypeof": [ + "1.0.4" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "gopd": [ + "1.0.1" + ], + "call-bind": [ + "1.0.2" + ], + "es-abstract": [ + "1.22.2" + ], + "globalthis": [ + "1.0.3" + ], + "which-builtin-type": [ + "1.1.3" + ], + "function.prototype.name": [ + "1.1.6" + ], + "has-tostringtag": [ + "1.0.0" + ], + "is-async-function": [ + "2.0.0" + ], + "is-date-object": [ + "1.0.5" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "is-regex": [ + "1.1.4" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-collection": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "is-callable": [ + "1.2.7" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-bigints": [ + "1.0.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_serve-static__1.15.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_serve-static__1.15.3__links", + "package": "@types/serve-static", + "version": "1.15.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/http-errors": "2.0.2", + "@types/mime": "3.0.2", + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/serve-static": [ + "1.15.3" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-even__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-even__1.0.0", + "package": "is-even", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "is-even" + ] + }, + "integrity": "sha512-LEhnkAdJqic4Dbqn58A0y52IXoHWlsueqQkKfMfdEnIYG8A1sm/GHidKkS6yvXlMoRrkM34csHnXQtOqcb+Jzg==", + "url": "https://registry.npmjs.org/is-even/-/is-even-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_babel_preset-react__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-react__7.22.15__at_babel_core_7.23.0", + "package": "@babel/preset-react", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==", + "url": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-snapshot__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-snapshot__27.5.1__links", + "package": "jest-snapshot", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/generator": "7.23.0", + "@babel/plugin-syntax-typescript": "7.22.5_at_babel_core_7.23.0", + "@babel/traverse": "7.23.0", + "@babel/types": "7.23.0", + "@jest/transform": "27.5.1", + "@jest/types": "27.5.1", + "@types/babel__traverse": "7.20.2", + "@types/prettier": "2.7.3", + "babel-preset-current-node-syntax": "1.0.1_at_babel_core_7.23.0", + "chalk": "4.1.2", + "expect": "27.5.1", + "graceful-fs": "4.2.11", + "jest-diff": "27.5.1", + "jest-get-type": "27.5.1", + "jest-haste-map": "27.5.1", + "jest-matcher-utils": "27.5.1", + "jest-message-util": "27.5.1", + "jest-util": "27.5.1", + "natural-compare": "1.4.0", + "pretty-format": "27.5.1", + "semver": "7.5.4" + }, + "transitive_closure": { + "jest-snapshot": [ + "27.5.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/transform": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "expect": [ + "27.5.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "27.5.1" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "source-map": [ + "0.6.1" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-snapshot__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-snapshot__29.7.0__links", + "package": "jest-snapshot", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/generator": "7.23.0", + "@babel/plugin-syntax-jsx": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-syntax-typescript": "7.22.5_at_babel_core_7.23.0", + "@babel/types": "7.23.0", + "@jest/expect-utils": "29.7.0", + "@jest/transform": "29.7.0", + "@jest/types": "29.6.3", + "babel-preset-current-node-syntax": "1.0.1_at_babel_core_7.23.0", + "chalk": "4.1.2", + "expect": "29.7.0", + "graceful-fs": "4.2.11", + "jest-diff": "29.7.0", + "jest-get-type": "29.6.3", + "jest-matcher-utils": "29.7.0", + "jest-message-util": "29.7.0", + "jest-util": "29.7.0", + "natural-compare": "1.4.0", + "pretty-format": "29.7.0", + "semver": "7.5.4" + }, + "transitive_closure": { + "jest-snapshot": [ + "29.7.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "expect": [ + "29.7.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "29.7.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/node": [ + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "supports-color": [ + "8.1.1", + "7.2.0", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-worker": [ + "29.7.0" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_qs__6.9.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_qs__6.9.8__links", + "package": "@types/qs", + "version": "6.9.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/qs": [ + "6.9.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-regex-util__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__29.6.3__links", + "package": "jest-regex-util", + "version": "29.6.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jest-regex-util": [ + "29.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-minify-selectors__5.2.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-selectors__5.2.1__postcss_8.4.31__links", + "package": "postcss-minify-selectors", + "version": "5.2.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-minify-selectors": [ + "5.2.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_testing-library_dom__8.20.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_dom__8.20.1__links", + "package": "@testing-library/dom", + "version": "8.20.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "@babel/runtime": "7.23.1", + "@types/aria-query": "5.0.2", + "aria-query": "5.1.3", + "chalk": "4.1.2", + "dom-accessibility-api": "0.5.16", + "lz-string": "1.5.0", + "pretty-format": "27.5.1" + }, + "transitive_closure": { + "@testing-library/dom": [ + "8.20.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/runtime": [ + "7.23.1" + ], + "@types/aria-query": [ + "5.0.2" + ], + "aria-query": [ + "5.1.3" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "dom-accessibility-api": [ + "0.5.16" + ], + "lz-string": [ + "1.5.0" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "deep-equal": [ + "2.2.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "es-get-iterator": [ + "1.1.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-arguments": [ + "1.1.1" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-date-object": [ + "1.0.5" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-is": [ + "1.1.5" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "side-channel": [ + "1.0.4" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-collection": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-bigints": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "define-properties": [ + "1.2.1" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "is-typed-array": [ + "1.1.12" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "stop-iteration-iterator": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__clean-css__5.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__clean-css__5.3.2", + "package": "clean-css", + "version": "5.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==", + "url": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__emittery__0.10.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.10.2", + "package": "emittery", + "version": "0.10.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", + "url": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_range-parser__1.2.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_range-parser__1.2.5", + "package": "@types/range-parser", + "version": "1.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xrO9OoVPqFuYyR/loIHjnbvvyRZREYKLjxV4+dY6v3FQR3stQ9ZxIGkaclF7YhI9hfjpuTbu14hZEy94qKLtOA==", + "url": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_reactivity-transform__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity-transform__3.2.45", + "package": "@vue/reactivity-transform", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==", + "url": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__vue-template-compiler__2.7.14": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue-template-compiler__2.7.14", + "package": "vue-template-compiler", + "version": "2.7.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==", + "url": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cssstyle__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssstyle__2.3.0", + "package": "cssstyle", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__source-list-map__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-list-map__2.0.1__links", + "package": "source-list-map", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "source-list-map": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_wasm-edit__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-edit__1.11.6", + "package": "@webassemblyjs/wasm-edit", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__v8-to-istanbul__9.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__v8-to-istanbul__9.1.0", + "package": "v8-to-istanbul", + "version": "9.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", + "url": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-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__vue__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue__3.2.45__links", + "package": "vue", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": { + "vue": [ + "vue" + ] + }, + "deps": { + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-sfc": "3.2.45", + "@vue/runtime-dom": "3.2.45", + "@vue/server-renderer": "3.2.45_vue_3.2.45", + "@vue/shared": "3.2.45" + }, + "transitive_closure": { + "vue": [ + "3.2.45" + ], + "@vue/compiler-dom": [ + "3.2.45" + ], + "@vue/compiler-sfc": [ + "3.2.45" + ], + "@vue/runtime-dom": [ + "3.2.45" + ], + "@vue/server-renderer": [ + "3.2.45_vue_3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "@vue/compiler-ssr": [ + "3.2.45" + ], + "@vue/runtime-core": [ + "3.2.45" + ], + "csstype": [ + "2.6.21" + ], + "@vue/reactivity": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.2.45" + ], + "@vue/reactivity-transform": [ + "3.2.45" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.25.9" + ], + "postcss": [ + "8.4.31" + ], + "source-map": [ + "0.6.1" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esprima__4.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esprima__4.0.1", + "package": "esprima", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "url": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-what__3.4.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-what__3.4.2", + "package": "css-what", + "version": "3.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", + "url": "https://registry.npmjs.org/css-what/-/css-what-3.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__at_webpack-cli_info__2.0.2__-360275163": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webpack-cli_info__2.0.2__-360275163", + "package": "@webpack-cli/info", + "version": "2.0.2_-360275163", + "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__has-symbols__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__postcss-attribute-case-insensitive__5.0.2__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-attribute-case-insensitive__5.0.2__postcss_8.4.31__links", + "package": "postcss-attribute-case-insensitive", + "version": "5.0.2_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-attribute-case-insensitive": [ + "5.0.2_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_console__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_console__29.7.0", + "package": "@jest/console", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", + "url": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__char-regex__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__char-regex__2.0.1__links", + "package": "char-regex", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "char-regex": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cosmiconfig__7.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cosmiconfig__7.1.0__links", + "package": "cosmiconfig", + "version": "7.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/parse-json": "4.0.0", + "import-fresh": "3.3.0", + "parse-json": "5.2.0", + "path-type": "4.0.0", + "yaml": "1.10.2" + }, + "transitive_closure": { + "cosmiconfig": [ + "7.1.0" + ], + "@types/parse-json": [ + "4.0.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parse-json": [ + "5.2.0" + ], + "path-type": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-color-rebeccapurple__7.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-color-rebeccapurple__7.1.1__postcss_8.4.31__links", + "package": "postcss-color-rebeccapurple", + "version": "7.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-color-rebeccapurple": [ + "7.1.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cosmiconfig__7.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cosmiconfig__7.1.0", + "package": "cosmiconfig", + "version": "7.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-app-polyfill__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-app-polyfill__3.0.0__links", + "package": "react-app-polyfill", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "core-js": "3.33.0", + "object-assign": "4.1.1", + "promise": "8.3.0", + "raf": "3.4.1", + "regenerator-runtime": "0.13.11", + "whatwg-fetch": "3.6.19" + }, + "transitive_closure": { + "react-app-polyfill": [ + "3.0.0" + ], + "core-js": [ + "3.33.0" + ], + "object-assign": [ + "4.1.1" + ], + "promise": [ + "8.3.0" + ], + "raf": [ + "3.4.1" + ], + "regenerator-runtime": [ + "0.13.11" + ], + "whatwg-fetch": [ + "3.6.19" + ], + "performance-now": [ + "2.1.0" + ], + "asap": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__regexp.prototype.flags__1.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regexp.prototype.flags__1.5.1", + "package": "regexp.prototype.flags", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", + "url": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_express-serve-static-core__4.17.37__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_express-serve-static-core__4.17.37__links", + "package": "@types/express-serve-static-core", + "version": "4.17.37", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9", + "@types/qs": "6.9.8", + "@types/range-parser": "1.2.5", + "@types/send": "0.17.2" + }, + "transitive_closure": { + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/node": [ + "18.11.9" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/mime": [ + "1.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-numeric-separator", + "version": "7.10.4_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-resolve__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve__29.7.0", + "package": "jest-resolve", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", + "url": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__whatwg-mimetype__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-mimetype__3.0.0__links", + "package": "whatwg-mimetype", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "whatwg-mimetype": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-classes__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-classes__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-classes", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__levn__0.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__levn__0.3.0", + "package": "levn", + "version": "0.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", + "url": "https://registry.npmjs.org/levn/-/levn-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__merge-descriptors__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__merge-descriptors__1.0.1", + "package": "merge-descriptors", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "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__is-plain-object__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-plain-object__2.0.4__links", + "package": "is-plain-object", + "version": "2.0.4", + "dev": true, + "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" + } + }, + "npm__at_next_swc-linux-arm-gnueabihf__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-arm-gnueabihf__13.0.5__links", + "package": "@next/swc-linux-arm-gnueabihf", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-linux-arm-gnueabihf": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cssnano-preset-default__5.2.14__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssnano-preset-default__5.2.14__postcss_8.4.31", + "package": "cssnano-preset-default", + "version": "5.2.14_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", + "url": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.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__safe-buffer__5.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_helper-module-transforms__7.23.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-module-transforms__7.23.0__at_babel_core_7.23.0", + "package": "@babel/helper-module-transforms", + "version": "7.23.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==", + "url": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fs-extra__9.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fs-extra__9.1.0__links", + "package": "fs-extra", + "version": "9.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "at-least-node": "1.0.0", + "graceful-fs": "4.2.11", + "jsonfile": "6.1.0", + "universalify": "2.0.0" + }, + "transitive_closure": { + "fs-extra": [ + "9.1.0" + ], + "at-least-node": [ + "1.0.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.31__links", + "package": "postcss-modules-extract-imports", + "version": "3.0.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-modules-extract-imports": [ + "3.0.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__whatwg-url__11.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-url__11.0.0", + "package": "whatwg-url", + "version": "11.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__array-union__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array-union__2.1.0__links", + "package": "array-union", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "array-union": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-normalize-unicode__5.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-unicode__5.1.1__postcss_8.4.31__links", + "package": "postcss-normalize-unicode", + "version": "5.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-normalize-unicode": [ + "5.1.1_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_trysound_sax__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_trysound_sax__0.2.0__links", + "package": "@trysound/sax", + "version": "0.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@trysound/sax": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__json-schema-traverse__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__html-entities__2.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-overflow-shorthand__3.0.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-overflow-shorthand__3.0.4__postcss_8.4.31", + "package": "postcss-overflow-shorthand", + "version": "3.0.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", + "url": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-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__dom-accessibility-api__0.5.16": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dom-accessibility-api__0.5.16", + "package": "dom-accessibility-api", + "version": "0.5.16", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", + "url": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.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_types_q__1.5.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_q__1.5.6__links", + "package": "@types/q", + "version": "1.5.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/q": [ + "1.5.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-json-strings", + "version": "7.8.3_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dir-glob__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dir-glob__3.0.1", + "package": "dir-glob", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "url": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-shared-array-buffer__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-shared-array-buffer__1.0.2", + "package": "is-shared-array-buffer", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "url": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_csstools_postcss-nested-calc__1.0.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-nested-calc__1.0.0__postcss_8.4.31", + "package": "@csstools/postcss-nested-calc", + "version": "1.0.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", + "url": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-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__is-plain-obj__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__combined-stream__1.0.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__combined-stream__1.0.8", + "package": "combined-stream", + "version": "1.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "url": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-stable-stringify-without-jsonify__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json-stable-stringify-without-jsonify__1.0.1__links", + "package": "json-stable-stringify-without-jsonify", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__resolve-from__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__argparse__1.0.10__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__argparse__1.0.10__links", + "package": "argparse", + "version": "1.0.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "sprintf-js": "1.0.3" + }, + "transitive_closure": { + "argparse": [ + "1.0.10" + ], + "sprintf-js": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_mime__3.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_mime__3.0.2", + "package": "@types/mime", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Wj+fqpTLtTbG7c0tH47dkahefpLKEbB+xAZuLq7b4/IDHPl/n6VoXcyUQ2bypFlbSwvCr0y+bD4euTTqTJsPxQ==", + "url": "https://registry.npmjs.org/@types/mime/-/mime-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__cssom__0.3.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssom__0.3.8__links", + "package": "cssom", + "version": "0.3.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cssom": [ + "0.3.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_reactivity-transform__3.2.37": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity-transform__3.2.37", + "package": "@vue/reactivity-transform", + "version": "3.2.37", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==", + "url": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.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__at_typescript-eslint_type-utils__5.44.0__509062556__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_type-utils__5.44.0__509062556__links", + "package": "@typescript-eslint/type-utils", + "version": "5.44.0_509062556", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/typescript-estree": "5.44.0_typescript_4.9.3", + "@typescript-eslint/utils": "5.44.0_509062556", + "debug": "4.3.4", + "eslint": "8.28.0", + "tsutils": "3.21.0_typescript_4.9.3", + "typescript": "4.9.3" + }, + "transitive_closure": { + "@typescript-eslint/type-utils": [ + "5.44.0_509062556" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "@typescript-eslint/utils": [ + "5.44.0_509062556" + ], + "debug": [ + "4.3.4" + ], + "eslint": [ + "8.28.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "5.1.1", + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "ms": [ + "2.1.2" + ], + "@types/json-schema": [ + "7.0.13" + ], + "@types/semver": [ + "7.5.3" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "semver": [ + "7.5.4" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "globby": [ + "11.1.0" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__vue__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue__3.3.4", + "package": "vue", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue/libraries/simple": [ + "vue" + ] + }, + "integrity": "sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==", + "url": "https://registry.npmjs.org/vue/-/vue-3.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__escalade__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__escalade__3.1.1", + "package": "escalade", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "url": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__detect-port-alt__1.1.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__detect-port-alt__1.1.6__links", + "package": "detect-port-alt", + "version": "1.1.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "address": "1.2.2", + "debug": "2.6.9" + }, + "transitive_closure": { + "detect-port-alt": [ + "1.1.6" + ], + "address": [ + "1.2.2" + ], + "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" + } + }, + "npm__tr46__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tr46__2.1.0__links", + "package": "tr46", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "punycode": "2.3.0" + }, + "transitive_closure": { + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_counter__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_counter__0.1.2__links", + "package": "@swc/counter", + "version": "0.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/counter": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_test-result__28.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-result__28.1.3", + "package": "@jest/test-result", + "version": "28.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", + "url": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.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_json-schema__7.0.13__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_json-schema__7.0.13__links", + "package": "@types/json-schema", + "version": "7.0.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/json-schema": [ + "7.0.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-util__28.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-util__28.1.3", + "package": "jest-util", + "version": "28.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "url": "https://registry.npmjs.org/jest-util/-/jest-util-28.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__load-json-file__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__load-json-file__4.0.0__links", + "package": "load-json-file", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "parse-json": "4.0.0", + "pify": "3.0.0", + "strip-bom": "3.0.0" + }, + "transitive_closure": { + "load-json-file": [ + "4.0.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "parse-json": [ + "4.0.0" + ], + "pify": [ + "3.0.0" + ], + "strip-bom": [ + "3.0.0" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "is-arrayish": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_http-errors__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_http-errors__2.0.2__links", + "package": "@types/http-errors", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/http-errors": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_runtime-core__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-core__3.3.4__links", + "package": "@vue/runtime-core", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/reactivity": "3.3.4", + "@vue/shared": "3.3.4" + }, + "transitive_closure": { + "@vue/runtime-core": [ + "3.3.4" + ], + "@vue/reactivity": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__json5__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-transform-react-pure-annotations__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-pure-annotations__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-react-pure-annotations", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-flag__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-jsx", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-stream__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-loader__6.2.1__1967977863__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-loader__6.2.1__1967977863__links", + "package": "postcss-loader", + "version": "6.2.1_1967977863", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cosmiconfig": "7.1.0", + "klona": "2.0.6", + "postcss": "8.4.31", + "postcss-flexbugs-fixes": "5.0.2_postcss_8.4.31", + "postcss-normalize": "10.0.1_-695478989", + "postcss-preset-env": "7.8.3_postcss_8.4.31", + "semver": "7.5.4", + "webpack": "5.88.2" + }, + "transitive_closure": { + "postcss-loader": [ + "6.2.1_1967977863" + ], + "cosmiconfig": [ + "7.1.0" + ], + "klona": [ + "2.0.6" + ], + "postcss": [ + "8.4.31" + ], + "postcss-flexbugs-fixes": [ + "5.0.2_postcss_8.4.31" + ], + "postcss-normalize": [ + "10.0.1_-695478989" + ], + "postcss-preset-env": [ + "7.8.3_postcss_8.4.31" + ], + "semver": [ + "7.5.4" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "5.5.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "@csstools/postcss-cascade-layers": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-color-function": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-font-format-keywords": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-hwb-function": [ + "1.0.2_postcss_8.4.31" + ], + "@csstools/postcss-ic-unit": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-is-pseudo-class": [ + "2.0.7_postcss_8.4.31" + ], + "@csstools/postcss-nested-calc": [ + "1.0.0_postcss_8.4.31" + ], + "@csstools/postcss-normalize-display-values": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-oklab-function": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-progressive-custom-properties": [ + "1.3.0_postcss_8.4.31" + ], + "@csstools/postcss-stepped-value-functions": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-text-decoration-shorthand": [ + "1.0.0_postcss_8.4.31" + ], + "@csstools/postcss-trigonometric-functions": [ + "1.0.2_postcss_8.4.31" + ], + "@csstools/postcss-unset-value": [ + "1.0.2_postcss_8.4.31" + ], + "autoprefixer": [ + "10.4.16_postcss_8.4.31" + ], + "css-blank-pseudo": [ + "3.0.3_postcss_8.4.31" + ], + "css-has-pseudo": [ + "3.0.4_postcss_8.4.31" + ], + "css-prefers-color-scheme": [ + "6.0.3_postcss_8.4.31" + ], + "cssdb": [ + "7.7.2" + ], + "postcss-attribute-case-insensitive": [ + "5.0.2_postcss_8.4.31" + ], + "postcss-clamp": [ + "4.1.0_postcss_8.4.31" + ], + "postcss-color-functional-notation": [ + "4.2.4_postcss_8.4.31" + ], + "postcss-color-hex-alpha": [ + "8.0.4_postcss_8.4.31" + ], + "postcss-color-rebeccapurple": [ + "7.1.1_postcss_8.4.31" + ], + "postcss-custom-media": [ + "8.0.2_postcss_8.4.31" + ], + "postcss-custom-properties": [ + "12.1.11_postcss_8.4.31" + ], + "postcss-custom-selectors": [ + "6.0.3_postcss_8.4.31" + ], + "postcss-dir-pseudo-class": [ + "6.0.5_postcss_8.4.31" + ], + "postcss-double-position-gradients": [ + "3.1.2_postcss_8.4.31" + ], + "postcss-env-function": [ + "4.0.6_postcss_8.4.31" + ], + "postcss-focus-visible": [ + "6.0.4_postcss_8.4.31" + ], + "postcss-focus-within": [ + "5.0.4_postcss_8.4.31" + ], + "postcss-font-variant": [ + "5.0.0_postcss_8.4.31" + ], + "postcss-gap-properties": [ + "3.0.5_postcss_8.4.31" + ], + "postcss-image-set-function": [ + "4.0.7_postcss_8.4.31" + ], + "postcss-initial": [ + "4.0.1_postcss_8.4.31" + ], + "postcss-lab-function": [ + "4.2.1_postcss_8.4.31" + ], + "postcss-logical": [ + "5.0.4_postcss_8.4.31" + ], + "postcss-media-minmax": [ + "5.0.0_postcss_8.4.31" + ], + "postcss-nesting": [ + "10.2.0_postcss_8.4.31" + ], + "postcss-opacity-percentage": [ + "1.1.3_postcss_8.4.31" + ], + "postcss-overflow-shorthand": [ + "3.0.4_postcss_8.4.31" + ], + "postcss-page-break": [ + "3.0.4_postcss_8.4.31" + ], + "postcss-place": [ + "7.0.5_postcss_8.4.31" + ], + "postcss-pseudo-class-any-link": [ + "7.1.6_postcss_8.4.31" + ], + "postcss-replace-overflow-wrap": [ + "4.0.0_postcss_8.4.31" + ], + "postcss-selector-not": [ + "6.0.1_postcss_8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "@csstools/selector-specificity": [ + "2.2.0_postcss-selector-parser_6.0.13" + ], + "fraction.js": [ + "4.3.6" + ], + "normalize-range": [ + "0.1.2" + ], + "@csstools/normalize.css": [ + "12.0.0" + ], + "postcss-browser-comments": [ + "4.0.0_-695478989" + ], + "sanitize.css": [ + "13.0.0" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ], + "@types/parse-json": [ + "4.0.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parse-json": [ + "5.2.0" + ], + "path-type": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__rollup__2.79.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__rollup__2.79.1", + "package": "rollup", + "version": "2.79.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", + "url": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__parse-json__5.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parse-json__5.2.0", + "package": "parse-json", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "url": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-preset-jest__29.6.3__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-jest__29.6.3__at_babel_core_7.23.0__links", + "package": "babel-preset-jest", + "version": "29.6.3_at_babel_core_7.23.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "babel-plugin-jest-hoist": "29.6.3", + "babel-preset-current-node-syntax": "1.0.1_at_babel_core_7.23.0" + }, + "transitive_closure": { + "babel-preset-jest": [ + "29.6.3_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "babel-plugin-jest-hoist": [ + "29.6.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__core": [ + "7.20.2" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__grapheme-splitter__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__grapheme-splitter__1.0.4__links", + "package": "grapheme-splitter", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "grapheme-splitter": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-async-generators", + "version": "7.8.4_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__source-map-support__0.5.21__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-support__0.5.21__links", + "package": "source-map-support", + "version": "0.5.21", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-from": "1.1.2", + "source-map": "0.6.1" + }, + "transitive_closure": { + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__caniuse-lite__1.0.30001542": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__caniuse-lite__1.0.30001542", + "package": "caniuse-lite", + "version": "1.0.30001542", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UrtAXVcj1mvPBFQ4sKd38daP8dEcXXr5sQe6QNNinaPd0iA/cxg9/l3VrSdL73jgw5sKyuQ6jNgiKO12W3SsVA==", + "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001542.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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-caller-file__2.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__type-check__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-check__0.4.0__links", + "package": "type-check", + "version": "0.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "prelude-ls": "1.2.1" + }, + "transitive_closure": { + "type-check": [ + "0.4.0" + ], + "prelude-ls": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__convert-source-map__1.9.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__convert-source-map__1.9.0__links", + "package": "convert-source-map", + "version": "1.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "convert-source-map": [ + "1.9.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__rimraf__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__rimraf__3.0.2__links", + "package": "rimraf", + "version": "3.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "glob": "7.2.3" + }, + "transitive_closure": { + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_code-frame__7.22.13": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_code-frame__7.22.13", + "package": "@babel/code-frame", + "version": "7.22.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "url": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.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__at_babel_plugin-transform-spread__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-spread__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-spread", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_sockjs__0.3.34__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_sockjs__0.3.34__links", + "package": "@types/sockjs", + "version": "0.3.34", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/sockjs": [ + "0.3.34" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_ieee754__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_ieee754__1.11.6", + "package": "@webassemblyjs/ieee754", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "url": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-plugin-polyfill-corejs3__0.8.4__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-corejs3__0.8.4__at_babel_core_7.23.0", + "package": "babel-plugin-polyfill-corejs3", + "version": "0.8.4_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==", + "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-parse-even-better-errors__2.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__ci-info__3.8.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ci-info__3.8.0__links", + "package": "ci-info", + "version": "3.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ci-info": [ + "3.8.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-hwb-function__1.0.2__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-hwb-function__1.0.2__postcss_8.4.31__links", + "package": "@csstools/postcss-hwb-function", + "version": "1.0.2_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-hwb-function": [ + "1.0.2_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-changed-files__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-changed-files__27.5.1__links", + "package": "jest-changed-files", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "execa": "5.1.1", + "throat": "6.0.2" + }, + "transitive_closure": { + "jest-changed-files": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "execa": [ + "5.1.1" + ], + "throat": [ + "6.0.2" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "20.8.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "chalk": [ + "4.1.2" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-minify-font-values__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-font-values__5.1.0__postcss_8.4.31__links", + "package": "postcss-minify-font-values", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-minify-font-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__isarray__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__magic-string__0.25.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__magic-string__0.25.9", + "package": "magic-string", + "version": "0.25.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_next_eslint-plugin-next__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_eslint-plugin-next__13.0.5", + "package": "@next/eslint-plugin-next", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "@next/eslint-plugin-next" + ] + }, + "integrity": "sha512-H9U9B1dFnCDmylDZ6/dYt95Ie1Iu+SLBMcO6rkIGIDcj5UK+DNyMiWm83xWBZ1gREM8cfp5Srv1g6wqf8pM4lw==", + "url": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.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_jest_test-sequencer__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-sequencer__27.5.1__links", + "package": "@jest/test-sequencer", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/test-result": "27.5.1", + "graceful-fs": "4.2.11", + "jest-haste-map": "27.5.1", + "jest-runtime": "27.5.1" + }, + "transitive_closure": { + "@jest/test-sequencer": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "glob": [ + "7.2.3" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "strip-bom": [ + "4.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "27.5.1" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "8.1.1", + "7.2.0", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "convert-source-map": [ + "1.9.0", + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "leven": [ + "3.1.0" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "stack-utils": [ + "2.0.6" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "source-map": [ + "0.6.1" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@jest/console": [ + "27.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__events__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__sourcemap-codec__1.4.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sourcemap-codec__1.4.8", + "package": "sourcemap-codec", + "version": "1.4.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "url": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__depd__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__slash__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__slash__3.0.0", + "package": "slash", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "url": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__type-check__0.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-check__0.3.2__links", + "package": "type-check", + "version": "0.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "prelude-ls": "1.1.2" + }, + "transitive_closure": { + "type-check": [ + "0.3.2" + ], + "prelude-ls": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object.groupby__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.groupby__1.0.1__links", + "package": "object.groupby", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "get-intrinsic": "1.2.1" + }, + "transitive_closure": { + "object.groupby": [ + "1.0.1" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tr46__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tr46__3.0.0__links", + "package": "tr46", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "punycode": "2.3.0" + }, + "transitive_closure": { + "tr46": [ + "3.0.0" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_humanwhocodes_module-importer__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_humanwhocodes_module-importer__1.0.1", + "package": "@humanwhocodes/module-importer", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "url": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-arrayish__0.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-arrayish__0.2.1__links", + "package": "is-arrayish", + "version": "0.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-arrayish": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-changed-files__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-changed-files__29.7.0__links", + "package": "jest-changed-files", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "execa": "5.1.1", + "jest-util": "29.7.0", + "p-limit": "3.1.0" + }, + "transitive_closure": { + "jest-changed-files": [ + "29.7.0" + ], + "execa": [ + "5.1.1" + ], + "jest-util": [ + "29.7.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "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" + } + }, + "npm__aria-query__5.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__aria-query__5.3.0__links", + "package": "aria-query", + "version": "5.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "dequal": "2.0.3" + }, + "transitive_closure": { + "aria-query": [ + "5.3.0" + ], + "dequal": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_is-even__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_is-even__1.0.1__links", + "package": "@types/is-even", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": { + "next.js": [ + "@types/is-even" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/is-even": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__form-data__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__form-data__4.0.0", + "package": "form-data", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "url": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-watch-typeahead__1.1.0__jest_27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-watch-typeahead__1.1.0__jest_27.5.1__links", + "package": "jest-watch-typeahead", + "version": "1.1.0_jest_27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-escapes": "4.3.2", + "chalk": "4.1.2", + "jest": "27.5.1", + "jest-regex-util": "28.0.2", + "jest-watcher": "28.1.3", + "slash": "4.0.0", + "string-length": "5.0.1", + "strip-ansi": "7.1.0" + }, + "transitive_closure": { + "jest-watch-typeahead": [ + "1.1.0_jest_27.5.1" + ], + "ansi-escapes": [ + "4.3.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "jest": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1", + "28.0.2" + ], + "jest-watcher": [ + "27.5.1", + "28.1.3" + ], + "slash": [ + "3.0.0", + "4.0.0" + ], + "string-length": [ + "4.0.2", + "5.0.1" + ], + "strip-ansi": [ + "6.0.1", + "7.1.0" + ], + "ansi-regex": [ + "5.0.1", + "6.0.1" + ], + "char-regex": [ + "1.0.2", + "2.0.1" + ], + "@jest/test-result": [ + "27.5.1", + "28.1.3" + ], + "@jest/types": [ + "27.5.1", + "28.1.3" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "emittery": [ + "0.8.1", + "0.10.2" + ], + "jest-util": [ + "27.5.1", + "28.1.3" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@jest/schemas": [ + "28.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6", + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.24.51" + ], + "@jest/console": [ + "27.5.1", + "28.1.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-message-util": [ + "27.5.1", + "28.1.3" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1", + "28.1.3" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2", + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@jest/core": [ + "27.5.1" + ], + "import-local": [ + "3.1.0" + ], + "jest-cli": [ + "27.5.1" + ], + "exit": [ + "0.1.2" + ], + "jest-config": [ + "27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "prompts": [ + "2.4.2" + ], + "yargs": [ + "16.2.0" + ], + "cliui": [ + "7.0.4" + ], + "escalade": [ + "3.1.1" + ], + "get-caller-file": [ + "2.0.5" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "y18n": [ + "5.0.8" + ], + "yargs-parser": [ + "20.2.9" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "wrap-ansi": [ + "7.0.0" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/test-sequencer": [ + "27.5.1" + ], + "babel-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "deepmerge": [ + "4.3.1" + ], + "glob": [ + "7.2.3" + ], + "jest-circus": [ + "27.5.1" + ], + "jest-environment-jsdom": [ + "27.5.1" + ], + "jest-environment-node": [ + "27.5.1" + ], + "jest-jasmine2": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-runner": [ + "27.5.1" + ], + "parse-json": [ + "5.2.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "jest-docblock": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-leak-detector": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "source-map-support": [ + "0.5.21" + ], + "throat": [ + "6.0.2" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.7.4", + "0.6.1" + ], + "merge-stream": [ + "2.0.0" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "execa": [ + "5.1.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "strip-bom": [ + "4.0.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "co": [ + "4.6.0" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "acorn-walk": [ + "7.2.0" + ], + "dedent": [ + "0.7.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "picocolors": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "@jest/reporters": [ + "27.5.1" + ], + "jest-changed-files": [ + "27.5.1" + ], + "jest-resolve-dependencies": [ + "27.5.1" + ], + "rimraf": [ + "3.0.2" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "terminal-link": [ + "2.1.1" + ], + "v8-to-istanbul": [ + "8.1.1" + ], + "supports-hyperlinks": [ + "2.3.0" + ], + "html-escaper": [ + "2.0.2" + ], + "make-dir": [ + "4.0.0" + ], + "type-fest": [ + "0.21.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-preset-jest__27.5.1__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-jest__27.5.1__at_babel_core_7.23.0", + "package": "babel-preset-jest", + "version": "27.5.1_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", + "url": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-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__at_swc_helpers__0.4.14__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_helpers__0.4.14__links", + "package": "@swc/helpers", + "version": "0.4.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "2.6.2" + }, + "transitive_closure": { + "@swc/helpers": [ + "0.4.14" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-google-analytics__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-google-analytics__6.6.0", + "package": "workbox-google-analytics", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==", + "url": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.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_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-class-properties", + "version": "7.12.13_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__es-get-iterator__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-get-iterator__1.1.3", + "package": "es-get-iterator", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", + "url": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-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__postcss-modules-scope__3.0.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-scope__3.0.0__postcss_8.4.31__links", + "package": "postcss-modules-scope", + "version": "3.0.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-modules-scope": [ + "3.0.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_jest__29.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_jest__29.2.3__links", + "package": "@types/jest", + "version": "29.2.3", + "dev": true, + "root_package": "", + "link_packages": { + "next.js": [ + "@types/jest" + ], + "react": [ + "@types/jest" + ] + }, + "deps": { + "expect": "29.7.0", + "pretty-format": "29.7.0" + }, + "transitive_closure": { + "@types/jest": [ + "29.2.3" + ], + "expect": [ + "29.7.0" + ], + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "jest-diff": [ + "29.7.0" + ], + "diff-sequences": [ + "29.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array-buffer-byte-length__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array-buffer-byte-length__1.0.0", + "package": "array-buffer-byte-length", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "url": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-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__typedarray-to-buffer__3.1.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typedarray-to-buffer__3.1.5", + "package": "typedarray-to-buffer", + "version": "3.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "url": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jsonpointer__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsonpointer__5.0.1__links", + "package": "jsonpointer", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsonpointer": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_core__7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_core__7.23.0", + "package": "@babel/core", + "version": "7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", + "url": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__camelcase-css__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__camelcase-css__2.0.1", + "package": "camelcase-css", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "url": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__has-tostringtag__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__has-tostringtag__1.0.0__links", + "package": "has-tostringtag", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-symbols": "1.0.3" + }, + "transitive_closure": { + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__loose-envify__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "loose-envify": [ + "1.4.0" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__terser-webpack-plugin__5.3.9__1251614587__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__terser-webpack-plugin__5.3.9__1251614587__links", + "package": "terser-webpack-plugin", + "version": "5.3.9_1251614587", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/trace-mapping": "0.3.19", + "@swc/core": "1.3.100", + "jest-worker": "27.5.1", + "schema-utils": "3.3.0", + "serialize-javascript": "6.0.1", + "terser": "5.20.0", + "webpack": "5.89.0_-1501518582" + }, + "transitive_closure": { + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@swc/core": [ + "1.3.100" + ], + "jest-worker": [ + "27.5.1" + ], + "schema-utils": [ + "4.2.0", + "3.3.0" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "webpack": [ + "5.89.0_-1501518582" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "tapable": [ + "2.2.1" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-cli": [ + "5.1.4_34022717" + ], + "webpack-sources": [ + "3.2.3" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "2.20.3", + "10.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "express": [ + "4.18.2" + ], + "html-entities": [ + "2.4.0" + ], + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "range-parser": [ + "1.2.1" + ], + "fs-monkey": [ + "1.0.5" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "mime-db": [ + "1.52.0" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack-merge__5.10.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__minimatch__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__flat-cache__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__flat-cache__3.1.0__links", + "package": "flat-cache", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "flatted": "3.2.9", + "keyv": "4.5.3", + "rimraf": "3.0.2" + }, + "transitive_closure": { + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "json-buffer": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-async-to-generator__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-async-to-generator__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-async-to-generator", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fs-monkey__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fs-monkey__1.0.5__links", + "package": "fs-monkey", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fs-monkey": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__keyv__4.5.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__keyv__4.5.3__links", + "package": "keyv", + "version": "4.5.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "json-buffer": "3.0.1" + }, + "transitive_closure": { + "keyv": [ + "4.5.3" + ], + "json-buffer": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__immer__9.0.21": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__immer__9.0.21", + "package": "immer", + "version": "9.0.21", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", + "url": "https://registry.npmjs.org/immer/-/immer-9.0.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__is-number__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-number__3.0.0__links", + "package": "is-number", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "kind-of": "3.2.2" + }, + "transitive_closure": { + "is-number": [ + "3.0.0" + ], + "kind-of": [ + "3.2.2" + ], + "is-buffer": [ + "1.1.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__yallist__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__get-tsconfig__4.7.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-tsconfig__4.7.2", + "package": "get-tsconfig", + "version": "4.7.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==", + "url": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__workbox-streams__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-streams__6.6.0", + "package": "workbox-streams", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==", + "url": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.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__css-minimizer-webpack-plugin__3.4.1__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-minimizer-webpack-plugin__3.4.1__webpack_5.88.2", + "package": "css-minimizer-webpack-plugin", + "version": "3.4.1_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", + "url": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.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__shell-quote__1.8.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-computed-properties__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-computed-properties__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-computed-properties", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_istanbul-reports__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-reports__1.1.2__links", + "package": "@types/istanbul-reports", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/istanbul-lib-coverage": "2.0.4", + "@types/istanbul-lib-report": "3.0.1" + }, + "transitive_closure": { + "@types/istanbul-reports": [ + "1.1.2" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__regex-parser__2.2.11__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regex-parser__2.2.11__links", + "package": "regex-parser", + "version": "2.2.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "regex-parser": [ + "2.2.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__bluebird__3.7.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__bluebird__3.7.2__links", + "package": "bluebird", + "version": "3.7.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "bluebird": [ + "3.7.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__mkdirp__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mkdirp__1.0.4__links", + "package": "mkdirp", + "version": "1.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mkdirp": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__decimal.js__10.4.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__decimal.js__10.4.3", + "package": "decimal.js", + "version": "10.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "url": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__swc-loader__0.2.3__1251614587__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__swc-loader__0.2.3__1251614587__links", + "package": "swc-loader", + "version": "0.2.3_1251614587", + "dev": true, + "root_package": "", + "link_packages": { + "react-webpack": [ + "swc-loader" + ] + }, + "deps": { + "@swc/core": "1.3.100", + "webpack": "5.89.0_-1501518582" + }, + "transitive_closure": { + "swc-loader": [ + "0.2.3_1251614587" + ], + "@swc/core": [ + "1.3.100" + ], + "webpack": [ + "5.89.0_-1501518582" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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": [ + "4.2.0", + "3.3.0" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-cli": [ + "5.1.4_34022717" + ], + "webpack-sources": [ + "3.2.3" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "2.20.3", + "10.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "express": [ + "4.18.2" + ], + "html-entities": [ + "2.4.0" + ], + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "range-parser": [ + "1.2.1" + ], + "fs-monkey": [ + "1.0.5" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "mime-db": [ + "1.52.0" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_test-sequencer__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-sequencer__29.7.0__links", + "package": "@jest/test-sequencer", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/test-result": "29.7.0", + "graceful-fs": "4.2.11", + "jest-haste-map": "29.7.0", + "slash": "3.0.0" + }, + "transitive_closure": { + "@jest/test-sequencer": [ + "29.7.0" + ], + "@jest/test-result": [ + "29.7.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "@types/node": [ + "18.11.9" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-util": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@jest/console": [ + "29.7.0" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-message-util": [ + "29.7.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "pretty-format": [ + "29.7.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "18.2.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_mime__1.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_mime__1.3.3__links", + "package": "@types/mime", + "version": "1.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/mime": [ + "1.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core-darwin-arm64__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-darwin-arm64__1.3.100", + "package": "@swc/core-darwin-arm64", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XVWFsKe6ei+SsDbwmsuRkYck1SXRpO60Hioa4hoLwR8fxbA9eVp6enZtMxzVVMBi8ej5seZ4HZQeAWepbukiBw==", + "url": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.100.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__is-plain-obj__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__async__3.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__async__3.2.4__links", + "package": "async", + "version": "3.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "async": [ + "3.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-convert-values__5.1.3__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-convert-values__5.1.3__postcss_8.4.31__links", + "package": "postcss-convert-values", + "version": "5.1.3_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-convert-values": [ + "5.1.3_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__source-map-js__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_svgr_webpack__5.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_webpack__5.5.0", + "package": "@svgr/webpack", + "version": "5.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", + "url": "https://registry.npmjs.org/@svgr/webpack/-/webpack-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__at_vue_tsconfig__0.1.3__at_types_node_18.11.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_tsconfig__0.1.3__at_types_node_18.11.9", + "package": "@vue/tsconfig", + "version": "0.1.3_at_types_node_18.11.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue": [ + "@vue/tsconfig" + ] + }, + "integrity": "sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==", + "url": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__readdirp__3.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "readdirp": [ + "3.6.0" + ], + "picomatch": [ + "2.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tslib__2.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_helper-split-export-declaration__7.22.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-split-export-declaration__7.22.6__links", + "package": "@babel/helper-split-export-declaration", + "version": "7.22.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__execa__5.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__which-boxed-primitive__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which-boxed-primitive__1.0.2", + "package": "which-boxed-primitive", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "url": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__es-module-lexer__1.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-module-lexer__1.3.1", + "package": "es-module-lexer", + "version": "1.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==", + "url": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-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__underscore__1.12.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__underscore__1.12.1", + "package": "underscore", + "version": "1.12.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==", + "url": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__immer__9.0.21__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__immer__9.0.21__links", + "package": "immer", + "version": "9.0.21", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "immer": [ + "9.0.21" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-clamp__4.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-clamp__4.1.0__postcss_8.4.31__links", + "package": "postcss-clamp", + "version": "4.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-clamp": [ + "4.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-import-resolver-typescript__3.6.1__237066510__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-import-resolver-typescript__3.6.1__237066510__links", + "package": "eslint-import-resolver-typescript", + "version": "3.6.1_237066510", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4", + "enhanced-resolve": "5.15.0", + "eslint": "8.28.0", + "eslint-module-utils": "2.8.0_2031701610", + "eslint-plugin-import": "2.28.1_918111916", + "fast-glob": "3.3.1", + "get-tsconfig": "4.7.2", + "is-core-module": "2.13.0", + "is-glob": "4.0.3" + }, + "transitive_closure": { + "eslint-import-resolver-typescript": [ + "3.6.1_237066510" + ], + "debug": [ + "3.2.7", + "4.3.4" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "eslint": [ + "8.28.0" + ], + "eslint-module-utils": [ + "2.8.0_2031701610" + ], + "eslint-plugin-import": [ + "2.28.1_918111916" + ], + "fast-glob": [ + "3.3.1" + ], + "get-tsconfig": [ + "4.7.2" + ], + "is-core-module": [ + "2.13.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-extglob": [ + "2.1.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "resolve-pkg-maps": [ + "1.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "6.0.2", + "5.1.2" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.findlastindex": [ + "1.2.3" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "doctrine": [ + "3.0.0", + "2.1.0" + ], + "eslint-import-resolver-node": [ + "0.3.9" + ], + "minimatch": [ + "3.1.2" + ], + "object.fromentries": [ + "2.0.7" + ], + "object.groupby": [ + "1.0.1" + ], + "object.values": [ + "1.1.7" + ], + "semver": [ + "7.5.4", + "6.3.1" + ], + "tsconfig-paths": [ + "3.14.2" + ], + "@types/json5": [ + "0.0.29" + ], + "json5": [ + "1.0.2" + ], + "minimist": [ + "1.2.8" + ], + "strip-bom": [ + "3.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "resolve": [ + "1.22.6" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "esutils": [ + "2.0.3" + ], + "ms": [ + "2.1.2", + "2.1.3" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "ignore": [ + "5.2.4" + ], + "slash": [ + "3.0.0" + ], + "path-type": [ + "4.0.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "argparse": [ + "2.0.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "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" + } + }, + "npm__optionator__0.9.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__optionator__0.9.3", + "package": "optionator", + "version": "0.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "url": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__tslib__2.6.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__thenify__3.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__thenify__3.3.1", + "package": "thenify", + "version": "3.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "url": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__commander__7.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__commander__7.2.0", + "package": "commander", + "version": "7.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "url": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-glob__4.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-glob": [ + "4.0.3" + ], + "is-extglob": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__electron-to-chromium__1.4.539__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__electron-to-chromium__1.4.539__links", + "package": "electron-to-chromium", + "version": "1.4.539", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "electron-to-chromium": [ + "1.4.539" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__picocolors__0.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__accepts__1.3.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__resolve__2.0.0-next.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve__2.0.0-next.4__links", + "package": "resolve", + "version": "2.0.0-next.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-core-module": "2.13.0", + "path-parse": "1.0.7", + "supports-preserve-symlinks-flag": "1.0.0" + }, + "transitive_closure": { + "resolve": [ + "2.0.0-next.4" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_nodelib_fs.scandir__2.1.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.scandir__2.1.5", + "package": "@nodelib/fs.scandir", + "version": "2.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "url": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__big.js__5.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__lz-string__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lz-string__1.5.0__links", + "package": "lz-string", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lz-string": [ + "1.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__confusing-browser-globals__1.0.11__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__confusing-browser-globals__1.0.11__links", + "package": "confusing-browser-globals", + "version": "1.0.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "confusing-browser-globals": [ + "1.0.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-serializer__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-serializer__27.5.1", + "package": "jest-serializer", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "url": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-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__pretty-format__28.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__28.1.3", + "package": "pretty-format", + "version": "28.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.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__is-even__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-even__1.0.0__links", + "package": "is-even", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "is-even" + ] + }, + "deps": { + "is-odd": "0.1.2" + }, + "transitive_closure": { + "is-even": [ + "1.0.0" + ], + "is-odd": [ + "0.1.2" + ], + "is-number": [ + "3.0.0" + ], + "kind-of": [ + "3.2.2" + ], + "is-buffer": [ + "1.1.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__renderkid__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "renderkid": [ + "3.0.0" + ], + "css-select": [ + "4.3.0" + ], + "dom-converter": [ + "0.2.0" + ], + "htmlparser2": [ + "6.1.0" + ], + "lodash": [ + "4.17.21" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "dom-serializer": [ + "1.4.1" + ], + "utila": [ + "0.4.0" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "nth-check": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-class-static-block", + "version": "7.14.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__unicode-match-property-value-ecmascript__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unicode-match-property-value-ecmascript__2.1.0", + "package": "unicode-match-property-value-ecmascript", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "url": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__interpret__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-watcher__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__29.7.0", + "package": "jest-watcher", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", + "url": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__emoji-regex__9.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__whatwg-fetch__3.6.19": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-fetch__3.6.19", + "package": "whatwg-fetch", + "version": "3.6.19", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==", + "url": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.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__vary__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__yallist__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yallist__3.1.1__links", + "package": "yallist", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__v8-to-istanbul__9.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__v8-to-istanbul__9.1.0__links", + "package": "v8-to-istanbul", + "version": "9.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/trace-mapping": "0.3.19", + "@types/istanbul-lib-coverage": "2.0.4", + "convert-source-map": "1.9.0" + }, + "transitive_closure": { + "v8-to-istanbul": [ + "9.1.0" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "convert-source-map": [ + "1.9.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_node__18.18.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__18.18.3__links", + "package": "@types/node", + "version": "18.18.3", + "dev": true, + "root_package": "", + "link_packages": { + "vue/libraries/simple": [ + "@types/node" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/node": [ + "18.18.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint__8.28.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint__8.28.0", + "package": "eslint", + "version": "8.28.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "eslint" + ], + "react": [ + "eslint" + ] + }, + "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==", + "url": "https://registry.npmjs.org/eslint/-/eslint-8.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__commander__2.20.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__dom-serializer__0.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dom-serializer__0.2.2__links", + "package": "dom-serializer", + "version": "0.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "domelementtype": "2.3.0", + "entities": "2.2.0" + }, + "transitive_closure": { + "dom-serializer": [ + "0.2.2" + ], + "domelementtype": [ + "2.3.0" + ], + "entities": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pkg-up__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pkg-up__3.1.0", + "package": "pkg-up", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "url": "https://registry.npmjs.org/pkg-up/-/pkg-up-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_typescript-eslint_scope-manager__5.62.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_scope-manager__5.62.0__links", + "package": "@typescript-eslint/scope-manager", + "version": "5.62.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0" + }, + "transitive_closure": { + "@typescript-eslint/scope-manager": [ + "5.62.0" + ], + "@typescript-eslint/types": [ + "5.62.0" + ], + "@typescript-eslint/visitor-keys": [ + "5.62.0" + ], + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pkg-dir__4.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "pkg-dir": [ + "4.2.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "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" + } + }, + "npm__array.prototype.reduce__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.reduce__1.0.6__links", + "package": "array.prototype.reduce", + "version": "1.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "es-array-method-boxes-properly": "1.0.0", + "is-string": "1.0.7" + }, + "transitive_closure": { + "array.prototype.reduce": [ + "1.0.6" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "es-array-method-boxes-properly": [ + "1.0.0" + ], + "is-string": [ + "1.0.7" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__co__4.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__co__4.6.0__links", + "package": "co", + "version": "4.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "co": [ + "4.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__acorn-walk__7.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-walk__7.2.0", + "package": "acorn-walk", + "version": "7.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "url": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-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__jest-mock__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-mock__29.7.0__links", + "package": "jest-mock", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "jest-util": "29.7.0" + }, + "transitive_closure": { + "jest-mock": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "jest-util": [ + "29.7.0" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__interpret__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__interpret__3.1.1__links", + "package": "interpret", + "version": "3.1.1", + "dev": true, + "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" + } + }, + "npm__at_webassemblyjs_floating-point-hex-parser__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_floating-point-hex-parser__1.11.6__links", + "package": "@webassemblyjs/floating-point-hex-parser", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-template-literals__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-template-literals__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-template-literals", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-template-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_rollup_plugin-babel__5.3.1__116925565__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_plugin-babel__5.3.1__116925565__links", + "package": "@rollup/plugin-babel", + "version": "5.3.1_116925565", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-module-imports": "7.22.15", + "@rollup/pluginutils": "3.1.0_rollup_2.79.1", + "rollup": "2.79.1" + }, + "transitive_closure": { + "@rollup/plugin-babel": [ + "5.3.1_116925565" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@rollup/pluginutils": [ + "3.1.0_rollup_2.79.1" + ], + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ], + "@types/estree": [ + "0.0.39" + ], + "estree-walker": [ + "1.0.1" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__yallist__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__webpack-cli__5.1.4__34022717__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-cli__5.1.4__34022717__links", + "package": "webpack-cli", + "version": "5.1.4_34022717", + "dev": true, + "root_package": "", + "link_packages": { + "react-webpack": [ + "webpack-cli" + ] + }, + "deps": { + "@discoveryjs/json-ext": "0.5.7", + "@webpack-cli/configtest": "2.1.1_-360275163", + "@webpack-cli/info": "2.0.2_-360275163", + "@webpack-cli/serve": "2.0.5_-1521883062", + "colorette": "2.0.20", + "commander": "10.0.1", + "cross-spawn": "7.0.3", + "envinfo": "7.11.0", + "fastest-levenshtein": "1.0.16", + "import-local": "3.1.0", + "interpret": "3.1.1", + "rechoir": "0.8.0", + "webpack": "5.89.0_-1501518582", + "webpack-dev-server": "4.15.1_-360275163", + "webpack-merge": "5.10.0" + }, + "transitive_closure": { + "webpack-cli": [ + "5.1.4_34022717" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "2.20.3", + "10.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack": [ + "5.89.0_-1501518582" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "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_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "mime-db": [ + "1.52.0" + ], + "fs-monkey": [ + "1.0.5" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "5.1.1" + ], + "events": [ + "3.3.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "loader-runner": [ + "4.3.0" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@swc/core": [ + "1.3.100" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "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" + } + }, + "npm__locate-path__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__debug__4.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__pretty-format__24.9.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__24.9.0", + "package": "pretty-format", + "version": "24.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==", + "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.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__to-regex-range__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-runner__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-runner__29.7.0", + "package": "jest-runner", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", + "url": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__gensync__1.0.0-beta.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__gensync__1.0.0-beta.2__links", + "package": "gensync", + "version": "1.0.0-beta.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "gensync": [ + "1.0.0-beta.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__mdn-data__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mdn-data__2.0.4", + "package": "mdn-data", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==", + "url": "https://registry.npmjs.org/mdn-data/-/mdn-data-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__sourcemap-codec__1.4.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sourcemap-codec__1.4.8__links", + "package": "sourcemap-codec", + "version": "1.4.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sourcemap-codec": [ + "1.4.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__define-properties__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.0", + "has-property-descriptors": "1.0.0", + "object-keys": "1.1.1" + }, + "transitive_closure": { + "define-properties": [ + "1.2.1" + ], + "define-data-property": [ + "1.1.0" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "object-keys": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fs.realpath__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__has-bigints__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__has-bigints__1.0.2", + "package": "has-bigints", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "url": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__serve-index__1.9.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "serve-index": [ + "1.9.1" + ], + "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" + ], + "mime-db": [ + "1.52.0" + ], + "depd": [ + "1.1.2" + ], + "inherits": [ + "2.0.3" + ], + "setprototypeof": [ + "1.1.0" + ], + "statuses": [ + "1.5.0" + ], + "ms": [ + "2.0.0" + ], + "negotiator": [ + "0.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-dynamic-import", + "version": "7.8.3_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-android-arm64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-android-arm64__0.15.18__links", + "package": "esbuild-android-arm64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-android-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__globalthis__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "globalthis": [ + "1.0.3" + ], + "define-properties": [ + "1.2.1" + ], + "define-data-property": [ + "1.1.0" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "object-keys": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jridgewell_source-map__0.3.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.19" + }, + "transitive_closure": { + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-binary-path__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__resolve.exports__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve.exports__1.1.1", + "package": "resolve.exports", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", + "url": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-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__babel-plugin-named-asset-import__0.3.8__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-named-asset-import__0.3.8__at_babel_core_7.23.0", + "package": "babel-plugin-named-asset-import", + "version": "0.3.8_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", + "url": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-odd__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-odd__0.1.2__links", + "package": "is-odd", + "version": "0.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-number": "3.0.0" + }, + "transitive_closure": { + "is-odd": [ + "0.1.2" + ], + "is-number": [ + "3.0.0" + ], + "kind-of": [ + "3.2.2" + ], + "is-buffer": [ + "1.1.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__browser-process-hrtime__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__browser-process-hrtime__1.0.0__links", + "package": "browser-process-hrtime", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "browser-process-hrtime": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__entities__2.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__array.prototype.findlastindex__1.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.findlastindex__1.2.3__links", + "package": "array.prototype.findlastindex", + "version": "1.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "es-shim-unscopables": "1.0.0", + "get-intrinsic": "1.2.1" + }, + "transitive_closure": { + "array.prototype.findlastindex": [ + "1.2.3" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-object-super__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-object-super__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-object-super", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__camelcase__6.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_jest_globals__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_globals__27.5.1__links", + "package": "@jest/globals", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "27.5.1", + "@jest/types": "27.5.1", + "expect": "27.5.1" + }, + "transitive_closure": { + "@jest/globals": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "expect": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "jest-diff": [ + "27.5.1" + ], + "diff-sequences": [ + "27.5.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9", + "20.8.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "jest-mock": [ + "27.5.1" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "jest-util": [ + "27.5.1" + ], + "ci-info": [ + "3.8.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__char-regex__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__char-regex__1.0.2", + "package": "char-regex", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "url": "https://registry.npmjs.org/char-regex/-/char-regex-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__fb-watchman__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fb-watchman__2.0.2", + "package": "fb-watchman", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "url": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_globals__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_globals__29.7.0__links", + "package": "@jest/globals", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "29.7.0", + "@jest/expect": "29.7.0", + "@jest/types": "29.6.3", + "jest-mock": "29.7.0" + }, + "transitive_closure": { + "@jest/globals": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/expect": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "jest-mock": [ + "29.7.0" + ], + "@types/node": [ + "18.11.9" + ], + "jest-util": [ + "29.7.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "8.1.1", + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "expect": [ + "29.7.0" + ], + "jest-snapshot": [ + "29.7.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "29.7.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "react-is": [ + "18.2.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-worker": [ + "29.7.0" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webpack-cli_info__2.0.2__-360275163__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webpack-cli_info__2.0.2__-360275163__links", + "package": "@webpack-cli/info", + "version": "2.0.2_-360275163", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "webpack": "5.89.0_-1501518582", + "webpack-cli": "5.1.4_34022717" + }, + "transitive_closure": { + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "webpack": [ + "5.89.0_-1501518582" + ], + "webpack-cli": [ + "5.1.4_34022717" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "2.20.3", + "10.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "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_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "mime-db": [ + "1.52.0" + ], + "fs-monkey": [ + "1.0.5" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "5.1.1" + ], + "events": [ + "3.3.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "loader-runner": [ + "4.3.0" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@swc/core": [ + "1.3.100" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__spdx-correct__3.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__spdx-correct__3.2.0", + "package": "spdx-correct", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "url": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__get-package-type__0.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-package-type__0.1.0__links", + "package": "get-package-type", + "version": "0.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "get-package-type": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__kleur__3.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__kleur__3.0.3", + "package": "kleur", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "url": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-optional-chaining", + "version": "7.8.3_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-finalizationregistry__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-finalizationregistry__1.0.2__links", + "package": "is-finalizationregistry", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2" + }, + "transitive_closure": { + "is-finalizationregistry": [ + "1.0.2" + ], + "call-bind": [ + "1.0.2" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss__8.4.14__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss__8.4.14__links", + "package": "postcss", + "version": "8.4.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "nanoid": "3.3.6", + "picocolors": "1.0.0", + "source-map-js": "1.0.2" + }, + "transitive_closure": { + "postcss": [ + "8.4.14" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__content-type__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_swc_core-linux-arm64-gnu__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-arm64-gnu__1.3.100__links", + "package": "@swc/core-linux-arm64-gnu", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-mock__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-mock__27.5.1__links", + "package": "jest-mock", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "@types/node": "18.11.9" + }, + "transitive_closure": { + "jest-mock": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "chalk": [ + "4.1.2" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__diff-sequences__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__27.5.1", + "package": "diff-sequences", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + "url": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-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__esrecurse__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__css-tree__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-tree__1.1.3", + "package": "css-tree", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "url": "https://registry.npmjs.org/css-tree/-/css-tree-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__html-encoding-sniffer__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-encoding-sniffer__2.0.1__links", + "package": "html-encoding-sniffer", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "whatwg-encoding": "1.0.5" + }, + "transitive_closure": { + "html-encoding-sniffer": [ + "2.0.1" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "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" + } + }, + "npm__workbox-window__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-window__6.6.0__links", + "package": "workbox-window", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/trusted-types": "2.0.4", + "workbox-core": "6.6.0" + }, + "transitive_closure": { + "workbox-window": [ + "6.6.0" + ], + "@types/trusted-types": [ + "2.0.4" + ], + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_istanbul-lib-report__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-lib-report__3.0.1__links", + "package": "@types/istanbul-lib-report", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/istanbul-lib-coverage": "2.0.4" + }, + "transitive_closure": { + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__argparse__1.0.10": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__argparse__1.0.10", + "package": "argparse", + "version": "1.0.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "url": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-watcher__28.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__28.1.3__links", + "package": "jest-watcher", + "version": "28.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/test-result": "28.1.3", + "@jest/types": "28.1.3", + "@types/node": "18.11.9", + "ansi-escapes": "4.3.2", + "chalk": "4.1.2", + "emittery": "0.10.2", + "jest-util": "28.1.3", + "string-length": "4.0.2" + }, + "transitive_closure": { + "jest-watcher": [ + "28.1.3" + ], + "@jest/test-result": [ + "28.1.3" + ], + "@jest/types": [ + "28.1.3" + ], + "@types/node": [ + "18.11.9" + ], + "ansi-escapes": [ + "4.3.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "emittery": [ + "0.10.2" + ], + "jest-util": [ + "28.1.3" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "type-fest": [ + "0.21.3" + ], + "@jest/schemas": [ + "28.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.24.51" + ], + "@jest/console": [ + "28.1.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-message-util": [ + "28.1.3" + ], + "slash": [ + "3.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "28.1.3" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__picomatch__2.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__minimatch__5.1.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__minimatch__5.1.6", + "package": "minimatch", + "version": "5.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-cli__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-cli__27.5.1", + "package": "jest-cli", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "url": "https://registry.npmjs.org/jest-cli/-/jest-cli-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__at_babel_plugin-transform-exponentiation-operator__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-exponentiation-operator__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-exponentiation-operator", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_react-dom__18.0.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_react-dom__18.0.9", + "package": "@types/react-dom", + "version": "18.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "@types/react-dom" + ] + }, + "integrity": "sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==", + "url": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.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__eslint-import-resolver-node__0.3.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-import-resolver-node__0.3.9__links", + "package": "eslint-import-resolver-node", + "version": "0.3.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "3.2.7", + "is-core-module": "2.13.0", + "resolve": "1.22.6" + }, + "transitive_closure": { + "eslint-import-resolver-node": [ + "0.3.9" + ], + "debug": [ + "3.2.7" + ], + "is-core-module": [ + "2.13.0" + ], + "resolve": [ + "1.22.6" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "ms": [ + "2.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-dynamic-import", + "version": "7.8.3_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_compiler-ssr__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.3.4", + "package": "@vue/compiler-ssr", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==", + "url": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.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__at_babel_plugin-transform-literals__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-literals__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-literals", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__loader-utils__3.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__loader-utils__3.2.1__links", + "package": "loader-utils", + "version": "3.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "loader-utils": [ + "3.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15__links", + "package": "@babel/helper-builder-binary-assignment-operator-visitor", + "version": "7.22.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-plugin-testing-library__5.11.1__509062556": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-testing-library__5.11.1__509062556", + "package": "eslint-plugin-testing-library", + "version": "5.11.1_509062556", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==", + "url": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.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__jest-validate__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-validate__27.5.1", + "package": "jest-validate", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", + "url": "https://registry.npmjs.org/jest-validate/-/jest-validate-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__picocolors__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_jest_environment__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_environment__29.7.0", + "package": "@jest/environment", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", + "url": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_fake-timers__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_fake-timers__29.7.0", + "package": "@jest/fake-timers", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", + "url": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_wasm-edit__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-edit__1.11.6__links", + "package": "@webassemblyjs/wasm-edit", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-opt": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6", + "@webassemblyjs/wast-printer": "1.11.6" + }, + "transitive_closure": { + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__statuses__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__react-is__18.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-is__18.2.0__links", + "package": "react-is", + "version": "18.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "react-is": [ + "18.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-custom-properties__12.1.11__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-custom-properties__12.1.11__postcss_8.4.31", + "package": "postcss-custom-properties", + "version": "12.1.11_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", + "url": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.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__brace-expansion__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "brace-expansion": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-member-expression-literals__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-member-expression-literals__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-member-expression-literals", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-member-expression-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_expect__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_expect__29.7.0__links", + "package": "@jest/expect", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "expect": "29.7.0", + "jest-snapshot": "29.7.0" + }, + "transitive_closure": { + "@jest/expect": [ + "29.7.0" + ], + "expect": [ + "29.7.0" + ], + "jest-snapshot": [ + "29.7.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "29.7.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/node": [ + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "supports-color": [ + "8.1.1", + "7.2.0", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-worker": [ + "29.7.0" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-discard-overridden__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-overridden__5.1.0__postcss_8.4.31", + "package": "postcss-discard-overridden", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "url": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-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__at_types_node__20.8.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__20.8.2__links", + "package": "@types/node", + "version": "20.8.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/node": [ + "20.8.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__read-pkg__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__read-pkg__3.0.0__links", + "package": "read-pkg", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "load-json-file": "4.0.0", + "normalize-package-data": "2.5.0", + "path-type": "3.0.0" + }, + "transitive_closure": { + "read-pkg": [ + "3.0.0" + ], + "load-json-file": [ + "4.0.0" + ], + "normalize-package-data": [ + "2.5.0" + ], + "path-type": [ + "3.0.0" + ], + "pify": [ + "3.0.0" + ], + "hosted-git-info": [ + "2.8.9" + ], + "resolve": [ + "1.22.6" + ], + "semver": [ + "5.7.2" + ], + "validate-npm-package-license": [ + "3.0.4" + ], + "spdx-correct": [ + "3.2.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-exceptions": [ + "2.3.0" + ], + "spdx-license-ids": [ + "3.0.15" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "parse-json": [ + "4.0.0" + ], + "strip-bom": [ + "3.0.0" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "is-arrayish": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webpack-cli_serve__2.0.5__-1521883062": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webpack-cli_serve__2.0.5__-1521883062", + "package": "@webpack-cli/serve", + "version": "2.0.5_-1521883062", + "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__is-negative-zero__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-negative-zero__2.0.2__links", + "package": "is-negative-zero", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-negative-zero": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core-darwin-arm64__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-darwin-arm64__1.3.100__links", + "package": "@swc/core-darwin-arm64", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/core-darwin-arm64": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__browserslist__4.22.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__browserslist__4.22.1", + "package": "browserslist", + "version": "4.22.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", + "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dot-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__recursive-readdir__2.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__recursive-readdir__2.2.3__links", + "package": "recursive-readdir", + "version": "2.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minimatch": "3.1.2" + }, + "transitive_closure": { + "recursive-readdir": [ + "2.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cssnano-preset-default__5.2.14__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssnano-preset-default__5.2.14__postcss_8.4.31__links", + "package": "cssnano-preset-default", + "version": "5.2.14_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "css-declaration-sorter": "6.4.1_postcss_8.4.31", + "cssnano-utils": "3.1.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-calc": "8.2.4_postcss_8.4.31", + "postcss-colormin": "5.3.1_postcss_8.4.31", + "postcss-convert-values": "5.1.3_postcss_8.4.31", + "postcss-discard-comments": "5.1.2_postcss_8.4.31", + "postcss-discard-duplicates": "5.1.0_postcss_8.4.31", + "postcss-discard-empty": "5.1.1_postcss_8.4.31", + "postcss-discard-overridden": "5.1.0_postcss_8.4.31", + "postcss-merge-longhand": "5.1.7_postcss_8.4.31", + "postcss-merge-rules": "5.1.4_postcss_8.4.31", + "postcss-minify-font-values": "5.1.0_postcss_8.4.31", + "postcss-minify-gradients": "5.1.1_postcss_8.4.31", + "postcss-minify-params": "5.1.4_postcss_8.4.31", + "postcss-minify-selectors": "5.2.1_postcss_8.4.31", + "postcss-normalize-charset": "5.1.0_postcss_8.4.31", + "postcss-normalize-display-values": "5.1.0_postcss_8.4.31", + "postcss-normalize-positions": "5.1.1_postcss_8.4.31", + "postcss-normalize-repeat-style": "5.1.1_postcss_8.4.31", + "postcss-normalize-string": "5.1.0_postcss_8.4.31", + "postcss-normalize-timing-functions": "5.1.0_postcss_8.4.31", + "postcss-normalize-unicode": "5.1.1_postcss_8.4.31", + "postcss-normalize-url": "5.1.0_postcss_8.4.31", + "postcss-normalize-whitespace": "5.1.1_postcss_8.4.31", + "postcss-ordered-values": "5.1.3_postcss_8.4.31", + "postcss-reduce-initial": "5.1.2_postcss_8.4.31", + "postcss-reduce-transforms": "5.1.0_postcss_8.4.31", + "postcss-svgo": "5.1.0_postcss_8.4.31", + "postcss-unique-selectors": "5.1.1_postcss_8.4.31" + }, + "transitive_closure": { + "cssnano-preset-default": [ + "5.2.14_postcss_8.4.31" + ], + "css-declaration-sorter": [ + "6.4.1_postcss_8.4.31" + ], + "cssnano-utils": [ + "3.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-calc": [ + "8.2.4_postcss_8.4.31" + ], + "postcss-colormin": [ + "5.3.1_postcss_8.4.31" + ], + "postcss-convert-values": [ + "5.1.3_postcss_8.4.31" + ], + "postcss-discard-comments": [ + "5.1.2_postcss_8.4.31" + ], + "postcss-discard-duplicates": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-discard-empty": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-discard-overridden": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-merge-longhand": [ + "5.1.7_postcss_8.4.31" + ], + "postcss-merge-rules": [ + "5.1.4_postcss_8.4.31" + ], + "postcss-minify-font-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-minify-gradients": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-minify-params": [ + "5.1.4_postcss_8.4.31" + ], + "postcss-minify-selectors": [ + "5.2.1_postcss_8.4.31" + ], + "postcss-normalize-charset": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-display-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-positions": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-repeat-style": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-string": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-timing-functions": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-unicode": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-url": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-whitespace": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-ordered-values": [ + "5.1.3_postcss_8.4.31" + ], + "postcss-reduce-initial": [ + "5.1.2_postcss_8.4.31" + ], + "postcss-reduce-transforms": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-svgo": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-unique-selectors": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "svgo": [ + "2.8.0" + ], + "@trysound/sax": [ + "0.2.0" + ], + "commander": [ + "7.2.0" + ], + "css-select": [ + "4.3.0" + ], + "css-tree": [ + "1.1.3" + ], + "csso": [ + "4.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "stable": [ + "0.1.8" + ], + "mdn-data": [ + "2.0.14" + ], + "source-map": [ + "0.6.1" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "nth-check": [ + "2.1.1" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "entities": [ + "2.2.0" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-api": [ + "3.0.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "lodash.memoize": [ + "4.1.2" + ], + "lodash.uniq": [ + "4.5.0" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "normalize-url": [ + "6.1.0" + ], + "colord": [ + "2.9.3" + ], + "stylehacks": [ + "5.1.1_postcss_8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__which__1.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which__1.3.1__links", + "package": "which", + "version": "1.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "isexe": "2.0.0" + }, + "transitive_closure": { + "which": [ + "1.3.1" + ], + "isexe": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__shebang-command__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__shebang-command__1.2.0__links", + "package": "shebang-command", + "version": "1.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "shebang-regex": "1.0.0" + }, + "transitive_closure": { + "shebang-command": [ + "1.2.0" + ], + "shebang-regex": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__shebang-command__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__css-declaration-sorter__6.4.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-declaration-sorter__6.4.1__postcss_8.4.31", + "package": "css-declaration-sorter", + "version": "6.4.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", + "url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css__2.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css__2.2.4__links", + "package": "css", + "version": "2.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "inherits": "2.0.4", + "source-map": "0.6.1", + "source-map-resolve": "0.5.3", + "urix": "0.1.0" + }, + "transitive_closure": { + "css": [ + "2.2.4" + ], + "inherits": [ + "2.0.4" + ], + "source-map": [ + "0.6.1" + ], + "source-map-resolve": [ + "0.5.3" + ], + "urix": [ + "0.1.0" + ], + "atob": [ + "2.1.2" + ], + "decode-uri-component": [ + "0.2.2" + ], + "resolve-url": [ + "0.2.1" + ], + "source-map-url": [ + "0.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__bytes__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__css-blank-pseudo__3.0.3__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-blank-pseudo__3.0.3__postcss_8.4.31", + "package": "css-blank-pseudo", + "version": "3.0.3_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", + "url": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-shorthand-properties__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-shorthand-properties__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-shorthand-properties", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__neo-async__2.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_types_send__0.17.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_send__0.17.2", + "package": "@types/send", + "version": "0.17.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aAG6yRf6r0wQ29bkS+x97BIs64ZLxeE/ARwyS6wrldMm3C1MdKwCcnnEwMC1slI8wuxJOpiUH9MioC0A0i+GJw==", + "url": "https://registry.npmjs.org/@types/send/-/send-0.17.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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-dev-utils__12.0.1__1750596493__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-dev-utils__12.0.1__1750596493__links", + "package": "react-dev-utils", + "version": "12.0.1_1750596493", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "address": "1.2.2", + "browserslist": "4.22.1", + "chalk": "4.1.2", + "cross-spawn": "7.0.3", + "detect-port-alt": "1.1.6", + "escape-string-regexp": "4.0.0", + "filesize": "8.0.7", + "find-up": "5.0.0", + "fork-ts-checker-webpack-plugin": "6.5.3_1750596493", + "global-modules": "2.0.0", + "globby": "11.1.0", + "gzip-size": "6.0.0", + "immer": "9.0.21", + "is-root": "2.1.0", + "loader-utils": "3.2.1", + "open": "8.4.2", + "pkg-up": "3.1.0", + "prompts": "2.4.2", + "react-error-overlay": "6.0.11", + "recursive-readdir": "2.2.3", + "shell-quote": "1.8.1", + "strip-ansi": "6.0.1", + "text-table": "0.2.0", + "typescript": "4.9.3", + "webpack": "5.88.2" + }, + "transitive_closure": { + "react-dev-utils": [ + "12.0.1_1750596493" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "address": [ + "1.2.2" + ], + "browserslist": [ + "4.22.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "detect-port-alt": [ + "1.1.6" + ], + "escape-string-regexp": [ + "1.0.5", + "4.0.0" + ], + "filesize": [ + "8.0.7" + ], + "find-up": [ + "3.0.0", + "5.0.0" + ], + "fork-ts-checker-webpack-plugin": [ + "6.5.3_1750596493" + ], + "global-modules": [ + "2.0.0" + ], + "globby": [ + "11.1.0" + ], + "gzip-size": [ + "6.0.0" + ], + "immer": [ + "9.0.21" + ], + "is-root": [ + "2.1.0" + ], + "loader-utils": [ + "3.2.1" + ], + "open": [ + "8.4.2" + ], + "pkg-up": [ + "3.1.0" + ], + "prompts": [ + "2.4.2" + ], + "react-error-overlay": [ + "6.0.11" + ], + "recursive-readdir": [ + "2.2.3" + ], + "shell-quote": [ + "1.8.1" + ], + "strip-ansi": [ + "6.0.1" + ], + "text-table": [ + "0.2.0" + ], + "typescript": [ + "4.9.3" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "7.2.2", + "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": [ + "2.7.0", + "3.3.0" + ], + "tapable": [ + "1.1.3", + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "ansi-regex": [ + "5.0.1" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" + ], + "locate-path": [ + "6.0.0", + "3.0.0" + ], + "p-locate": [ + "5.0.0", + "3.0.0" + ], + "path-exists": [ + "4.0.0", + "3.0.0" + ], + "p-limit": [ + "3.1.0", + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "duplexer": [ + "0.1.2" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "ignore": [ + "5.2.4" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "6.0.2", + "5.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-extglob": [ + "2.1.1" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "path-type": [ + "4.0.0" + ], + "global-prefix": [ + "3.0.0" + ], + "ini": [ + "1.3.8" + ], + "kind-of": [ + "6.0.3" + ], + "which": [ + "2.0.2", + "1.3.1" + ], + "isexe": [ + "2.0.0" + ], + "chokidar": [ + "3.5.3" + ], + "cosmiconfig": [ + "6.0.0" + ], + "deepmerge": [ + "4.3.1" + ], + "eslint": [ + "8.28.0" + ], + "fs-extra": [ + "9.1.0" + ], + "glob": [ + "7.2.3" + ], + "memfs": [ + "3.5.3" + ], + "semver": [ + "7.5.4" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "fs-monkey": [ + "1.0.5" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "at-least-node": [ + "1.0.0" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "argparse": [ + "2.0.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "ms": [ + "2.0.0", + "2.1.2" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@types/parse-json": [ + "4.0.0" + ], + "parse-json": [ + "5.2.0" + ], + "yaml": [ + "1.10.2" + ], + "error-ex": [ + "1.3.2" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__parse-json__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parse-json__4.0.0", + "package": "parse-json", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "url": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_compiler-core__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-core__3.2.45__links", + "package": "@vue/compiler-core", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@vue/shared": "3.2.45", + "estree-walker": "2.0.2", + "source-map": "0.6.1" + }, + "transitive_closure": { + "@vue/compiler-core": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/shared": [ + "3.2.45" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map": [ + "0.6.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__human-signals__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-get-type__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__27.5.1", + "package": "jest-get-type", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", + "url": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-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__spdy-transport__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "spdy-transport": [ + "3.0.0" + ], + "debug": [ + "4.3.4" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_sinonjs_fake-timers__8.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_fake-timers__8.1.0", + "package": "@sinonjs/fake-timers", + "version": "8.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "url": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-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__fs-extra__9.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fs-extra__9.1.0", + "package": "fs-extra", + "version": "9.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-plugin-transform-react-remove-prop-types__0.4.24__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-transform-react-remove-prop-types__0.4.24__links", + "package": "babel-plugin-transform-react-remove-prop-types", + "version": "0.4.24", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "babel-plugin-transform-react-remove-prop-types": [ + "0.4.24" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core-linux-arm64-musl__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-arm64-musl__1.3.100", + "package": "@swc/core-linux-arm64-musl", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BWx/0EeY89WC4q3AaIaBSGfQxkYxIlS3mX19dwy2FWJs/O+fMvF9oLk/CyJPOZzbp+1DjGeeoGFuDYpiNO91JA==", + "url": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.100.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__at_types_mime__1.3.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_mime__1.3.3", + "package": "@types/mime", + "version": "1.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ys+/St+2VF4+xuY6+kDIXGxbNRO0mesVg0bbxEfB97Od1Vjpjx9KD1qxs64Gcb3CWPirk9Xe+PT4YiiHQ9T+eg==", + "url": "https://registry.npmjs.org/@types/mime/-/mime-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__postcss-normalize-positions__5.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-positions__5.1.1__postcss_8.4.31__links", + "package": "postcss-normalize-positions", + "version": "5.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-normalize-positions": [ + "5.1.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__universalify__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__universalify__2.0.0", + "package": "universalify", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "url": "https://registry.npmjs.org/universalify/-/universalify-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__color-name__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__crypto-random-string__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__crypto-random-string__2.0.0__links", + "package": "crypto-random-string", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "crypto-random-string": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__validate-npm-package-license__3.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__validate-npm-package-license__3.0.4", + "package": "validate-npm-package-license", + "version": "3.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "url": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-linux-mips64le__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-mips64le__0.15.18", + "package": "esbuild-linux-mips64le", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==", + "url": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.18.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__react__18.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react__18.2.0__links", + "package": "react", + "version": "18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "react" + ], + "react": [ + "react" + ], + "react-webpack": [ + "react" + ] + }, + "deps": { + "loose-envify": "1.4.0" + }, + "transitive_closure": { + "react": [ + "18.2.0" + ], + "loose-envify": [ + "1.4.0" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_discoveryjs_json-ext__0.5.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__regenerator-runtime__0.14.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerator-runtime__0.14.0", + "package": "regenerator-runtime", + "version": "0.14.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", + "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__whatwg-encoding__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-encoding__1.0.5", + "package": "whatwg-encoding", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "url": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-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__esbuild-freebsd-64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-freebsd-64__0.15.18", + "package": "esbuild-freebsd-64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==", + "url": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.18.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__jest-regex-util__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__27.5.1__links", + "package": "jest-regex-util", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jest-regex-util": [ + "27.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_mime__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_mime__3.0.2__links", + "package": "@types/mime", + "version": "3.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/mime": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array.prototype.tosorted__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.tosorted__1.1.2", + "package": "array.prototype.tosorted", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==", + "url": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-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_babel_traverse__7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_traverse__7.23.0", + "package": "@babel/traverse", + "version": "7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", + "url": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__xmlchars__2.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__xmlchars__2.2.0", + "package": "xmlchars", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "url": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__data-urls__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__data-urls__3.0.2__links", + "package": "data-urls", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "abab": "2.0.6", + "whatwg-mimetype": "3.0.0", + "whatwg-url": "11.0.0" + }, + "transitive_closure": { + "data-urls": [ + "3.0.2" + ], + "abab": [ + "2.0.6" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "11.0.0" + ], + "tr46": [ + "3.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-transform-stub__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-transform-stub__2.0.0__links", + "package": "jest-transform-stub", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": { + "next.js": [ + "jest-transform-stub" + ], + "react": [ + "jest-transform-stub" + ] + }, + "deps": {}, + "transitive_closure": { + "jest-transform-stub": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object-is__1.1.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object-is__1.1.5", + "package": "object-is", + "version": "1.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "url": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__prompts__2.4.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__prompts__2.4.2__links", + "package": "prompts", + "version": "2.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "kleur": "3.0.3", + "sisteransi": "1.0.5" + }, + "transitive_closure": { + "prompts": [ + "2.4.2" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__xml__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__xml__1.0.1", + "package": "xml", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==", + "url": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_sinclair_typebox__0.24.51": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinclair_typebox__0.24.51", + "package": "@sinclair/typebox", + "version": "0.24.51", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", + "url": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.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__cjs-module-lexer__1.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cjs-module-lexer__1.2.3", + "package": "cjs-module-lexer", + "version": "1.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==", + "url": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__es-shim-unscopables__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-shim-unscopables__1.0.0", + "package": "es-shim-unscopables", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "url": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-get-type__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__27.5.1__links", + "package": "jest-get-type", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jest-get-type": [ + "27.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-sw__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-sw__6.6.0__links", + "package": "workbox-sw", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "workbox-sw": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__strip-ansi__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__acorn-globals__7.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-globals__7.0.1__links", + "package": "acorn-globals", + "version": "7.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.10.0", + "acorn-walk": "8.2.0" + }, + "transitive_closure": { + "acorn-globals": [ + "7.0.1" + ], + "acorn": [ + "8.10.0" + ], + "acorn-walk": [ + "8.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dom-converter__0.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-transform-stub__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-transform-stub__2.0.0", + "package": "jest-transform-stub", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "jest-transform-stub" + ], + "react": [ + "jest-transform-stub" + ] + }, + "integrity": "sha512-lspHaCRx/mBbnm3h4uMMS3R5aZzMwyNpNIJLXj4cEsV0mIUtS4IjYJLSoyjRCtnxb6RIGJ4NL2quZzfIeNhbkg==", + "url": "https://registry.npmjs.org/jest-transform-stub/-/jest-transform-stub-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_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-object-rest-spread", + "version": "7.8.3_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-module__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-module__1.0.0", + "package": "is-module", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", + "url": "https://registry.npmjs.org/is-module/-/is-module-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-array-length__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-length__1.0.4__links", + "package": "typed-array-length", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "for-each": "0.3.3", + "is-typed-array": "1.1.12" + }, + "transitive_closure": { + "typed-array-length": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "for-each": [ + "0.3.3" + ], + "is-typed-array": [ + "1.1.12" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "is-callable": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__html-minifier-terser__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.2", + "commander": "8.3.0", + "he": "1.2.0", + "param-case": "3.0.4", + "relateurl": "0.2.7", + "terser": "5.20.0" + }, + "transitive_closure": { + "html-minifier-terser": [ + "6.1.0" + ], + "camel-case": [ + "4.1.2" + ], + "clean-css": [ + "5.3.2" + ], + "commander": [ + "2.20.3", + "8.3.0" + ], + "he": [ + "1.2.0" + ], + "param-case": [ + "3.0.4" + ], + "relateurl": [ + "0.2.7" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "acorn": [ + "8.10.0" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "dot-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "no-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "pascal-case": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-buffer__1.1.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-buffer__1.1.6", + "package": "is-buffer", + "version": "1.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_retry__0.12.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_retry__0.12.0__links", + "package": "@types/retry", + "version": "0.12.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/retry": [ + "0.12.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_react-dom__18.0.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_react-dom__18.0.9__links", + "package": "@types/react-dom", + "version": "18.0.9", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "@types/react-dom" + ] + }, + "deps": { + "@types/react": "18.0.25" + }, + "transitive_closure": { + "@types/react-dom": [ + "18.0.9" + ], + "@types/react": [ + "18.0.25" + ], + "@types/prop-types": [ + "15.7.8" + ], + "@types/scheduler": [ + "0.16.4" + ], + "csstype": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-runtime__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-runtime__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-runtime", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-module-imports": "7.22.15", + "@babel/helper-plugin-utils": "7.22.5", + "babel-plugin-polyfill-corejs2": "0.4.5_at_babel_core_7.23.0", + "babel-plugin-polyfill-corejs3": "0.8.4_at_babel_core_7.23.0", + "babel-plugin-polyfill-regenerator": "0.5.2_at_babel_core_7.23.0", + "semver": "6.3.1" + }, + "transitive_closure": { + "@babel/plugin-transform-runtime": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.5_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs3": [ + "0.8.4_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-regenerator": [ + "0.5.2_at_babel_core_7.23.0" + ], + "semver": [ + "6.3.1" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "core-js-compat": [ + "3.33.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-normalize-string__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-string__5.1.0__postcss_8.4.31__links", + "package": "postcss-normalize-string", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-normalize-string": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__csstype__2.6.21": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_types_yargs-parser__21.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs-parser__21.0.1", + "package": "@types/yargs-parser", + "version": "21.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ==", + "url": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.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__esbuild-netbsd-64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-netbsd-64__0.15.18__links", + "package": "esbuild-netbsd-64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-netbsd-64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__update-browserslist-db__1.0.13__browserslist_4.22.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__update-browserslist-db__1.0.13__browserslist_4.22.1__links", + "package": "update-browserslist-db", + "version": "1.0.13_browserslist_4.22.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "escalade": "3.1.1", + "picocolors": "1.0.0" + }, + "transitive_closure": { + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "browserslist": [ + "4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__language-tags__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__language-tags__1.0.5", + "package": "language-tags", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", + "url": "https://registry.npmjs.org/language-tags/-/language-tags-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_types_connect__3.4.36__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_connect__3.4.36__links", + "package": "@types/connect", + "version": "3.4.36", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/connect": [ + "3.4.36" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__asynckit__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__asynckit__0.4.0__links", + "package": "asynckit", + "version": "0.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "asynckit": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__minimatch__5.1.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__minimatch__5.1.6__links", + "package": "minimatch", + "version": "5.1.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "brace-expansion": "2.0.1" + }, + "transitive_closure": { + "minimatch": [ + "5.1.6" + ], + "brace-expansion": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__type-check__0.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-check__0.3.2", + "package": "type-check", + "version": "0.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", + "url": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__domelementtype__1.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__domelementtype__1.3.1__links", + "package": "domelementtype", + "version": "1.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "domelementtype": [ + "1.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-netbsd-64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-netbsd-64__0.15.18", + "package": "esbuild-netbsd-64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==", + "url": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.18.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__at_jest_console__28.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_console__28.1.3", + "package": "@jest/console", + "version": "28.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", + "url": "https://registry.npmjs.org/@jest/console/-/console-28.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_babel_generator__7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_generator__7.23.0", + "package": "@babel/generator", + "version": "7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "url": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-place__7.0.5__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-place__7.0.5__postcss_8.4.31__links", + "package": "postcss-place", + "version": "7.0.5_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-place": [ + "7.0.5_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsesc__0.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsesc__0.5.0", + "package": "jsesc", + "version": "0.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "url": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_highlight__7.22.20__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_highlight__7.22.20__links", + "package": "@babel/highlight", + "version": "7.22.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/helper-validator-identifier": "7.22.20", + "chalk": "2.4.2", + "js-tokens": "4.0.0" + }, + "transitive_closure": { + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "js-tokens": [ + "4.0.0" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "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" + } + }, + "npm__at_jest_test-sequencer__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-sequencer__27.5.1", + "package": "@jest/test-sequencer", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", + "url": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-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__is-extglob__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__w3c-hr-time__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__w3c-hr-time__1.0.2", + "package": "w3c-hr-time", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "url": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-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__bonjour-service__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__bonjour-service__1.1.1", + "package": "bonjour-service", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==", + "url": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-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__postcss-media-minmax__5.0.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-media-minmax__5.0.0__postcss_8.4.31", + "package": "postcss-media-minmax", + "version": "5.0.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", + "url": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-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-selector-parser__6.0.13": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-selector-parser__6.0.13", + "package": "postcss-selector-parser", + "version": "6.0.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", + "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.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__minimist__1.2.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__normalize-package-data__2.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__normalize-package-data__2.5.0", + "package": "normalize-package-data", + "version": "2.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "url": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-pseudo-class-any-link__7.1.6__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-pseudo-class-any-link__7.1.6__postcss_8.4.31__links", + "package": "postcss-pseudo-class-any-link", + "version": "7.1.6_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-pseudo-class-any-link": [ + "7.1.6_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_leichtgewicht_ip-codec__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-initial__4.0.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-initial__4.0.1__postcss_8.4.31", + "package": "postcss-initial", + "version": "4.0.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", + "url": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-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__esquery__1.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esquery__1.5.0", + "package": "esquery", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "url": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__prop-types__15.8.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "prop-types": [ + "15.8.1" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "react-is": [ + "16.13.1" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__debug__4.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__eslint-plugin-react-hooks__4.6.0__eslint_8.28.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-react-hooks__4.6.0__eslint_8.28.0__links", + "package": "eslint-plugin-react-hooks", + "version": "4.6.0_eslint_8.28.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "eslint": "8.28.0" + }, + "transitive_closure": { + "eslint-plugin-react-hooks": [ + "4.6.0_eslint_8.28.0" + ], + "eslint": [ + "8.28.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-fullwidth-code-point__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__css-select-base-adapter__0.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-select-base-adapter__0.1.1__links", + "package": "css-select-base-adapter", + "version": "0.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "css-select-base-adapter": [ + "0.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__compressible__2.0.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__dequal__2.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dequal__2.0.3", + "package": "dequal", + "version": "2.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "url": "https://registry.npmjs.org/dequal/-/dequal-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__at_typescript-eslint_types__5.44.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_types__5.44.0", + "package": "@typescript-eslint/types", + "version": "5.44.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.44.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__source-map-support__0.5.13__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-support__0.5.13__links", + "package": "source-map-support", + "version": "0.5.13", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "buffer-from": "1.1.2", + "source-map": "0.6.1" + }, + "transitive_closure": { + "source-map-support": [ + "0.5.13" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__strip-ansi__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__magic-string__0.30.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__magic-string__0.30.4", + "package": "magic-string", + "version": "0.30.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Q/TKtsC5BPm0kGqgBIF9oXAs/xEf2vRKiIB4wCRQTJOQIByZ1d+NnUOotvJOvNpi5RNIgVOMC3pOuaP1ZTDlVg==", + "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.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_babel_helper-simple-access__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-simple-access__7.22.5__links", + "package": "@babel/helper-simple-access", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_typescript-eslint_visitor-keys__5.62.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_visitor-keys__5.62.0", + "package": "@typescript-eslint/visitor-keys", + "version": "5.62.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", + "url": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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.13__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__node-releases__2.0.13__links", + "package": "node-releases", + "version": "2.0.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-releases": [ + "2.0.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_jsdom__20.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_jsdom__20.0.1", + "package": "@types/jsdom", + "version": "20.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==", + "url": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.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__define-data-property__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__define-data-property__1.1.0__links", + "package": "define-data-property", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.1", + "gopd": "1.0.1", + "has-property-descriptors": "1.0.0" + }, + "transitive_closure": { + "define-data-property": [ + "1.1.0" + ], + "get-intrinsic": [ + "1.2.1" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_runtime-core__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-core__3.3.4", + "package": "@vue/runtime-core", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==", + "url": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.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__lines-and-columns__1.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lines-and-columns__1.2.4__links", + "package": "lines-and-columns", + "version": "1.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lines-and-columns": [ + "1.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-discard-overridden__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-overridden__5.1.0__postcss_8.4.31__links", + "package": "postcss-discard-overridden", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-discard-overridden": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__svg-tags__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__svg-tags__1.0.0__links", + "package": "svg-tags", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "svg-tags": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__global-modules__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__global-modules__2.0.0__links", + "package": "global-modules", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "global-prefix": "3.0.0" + }, + "transitive_closure": { + "global-modules": [ + "2.0.0" + ], + "global-prefix": [ + "3.0.0" + ], + "ini": [ + "1.3.8" + ], + "kind-of": [ + "6.0.3" + ], + "which": [ + "1.3.1" + ], + "isexe": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tough-cookie__4.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tough-cookie__4.1.3", + "package": "tough-cookie", + "version": "4.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", + "url": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_test-result__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-result__29.7.0", + "package": "@jest/test-result", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", + "url": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_runtime-core__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-core__3.2.45", + "package": "@vue/runtime-core", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==", + "url": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-proposal-private-property-in-object", + "version": "7.21.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array-buffer-byte-length__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array-buffer-byte-length__1.0.0__links", + "package": "array-buffer-byte-length", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "is-array-buffer": "3.0.2" + }, + "transitive_closure": { + "array-buffer-byte-length": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "is-array-buffer": [ + "3.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-typed-array": [ + "1.1.12" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-regex-util__28.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__28.0.2__links", + "package": "jest-regex-util", + "version": "28.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jest-regex-util": [ + "28.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__he__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-syntax-import-assertions__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-import-assertions__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-import-assertions", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_csstools_postcss-normalize-display-values__1.0.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-normalize-display-values__1.0.1__postcss_8.4.31__links", + "package": "@csstools/postcss-normalize-display-values", + "version": "1.0.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-normalize-display-values": [ + "1.0.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__locate-path__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__locate-path__3.0.0", + "package": "locate-path", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "url": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__regenerate-unicode-properties__10.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerate-unicode-properties__10.1.1", + "package": "regenerate-unicode-properties", + "version": "10.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "url": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__media-typer__0.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__cssom__0.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssom__0.5.0__links", + "package": "cssom", + "version": "0.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cssom": [ + "0.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__rechoir__0.8.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__ansi-styles__5.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ansi-styles__5.2.0", + "package": "ansi-styles", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-preset-react-app__10.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-react-app__10.0.1", + "package": "babel-preset-react-app", + "version": "10.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==", + "url": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-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__at_babel_plugin-transform-private-property-in-object__7.22.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-private-property-in-object__7.22.11__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-private-property-in-object", + "version": "7.22.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.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__schema-utils__4.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-fullwidth-code-point__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__regexpu-core__5.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regexpu-core__5.3.2", + "package": "regexpu-core", + "version": "5.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "url": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__acorn__7.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn__7.4.1", + "package": "acorn", + "version": "7.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "url": "https://registry.npmjs.org/acorn/-/acorn-7.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_sinonjs_commons__1.8.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_commons__1.8.6", + "package": "@sinonjs/commons", + "version": "1.8.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__string-natural-compare__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string-natural-compare__3.0.1", + "package": "string-natural-compare", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==", + "url": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-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_babel_plugin-transform-class-properties__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-class-properties__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-class-properties", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_body-parser__1.19.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_body-parser__1.19.3", + "package": "@types/body-parser", + "version": "1.19.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oyl4jvAfTGX9Bt6Or4H9ni1Z447/tQuxnZsytsCaExKlmJiU8sFgnIBRzJUpKwB5eWn9HuBYlUlVA74q/yN0eQ==", + "url": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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__2.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-sources__2.3.1", + "package": "webpack-sources", + "version": "2.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", + "url": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-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__deepmerge__4.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__deepmerge__4.3.1__links", + "package": "deepmerge", + "version": "4.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "deepmerge": [ + "4.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__has-flag__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__once__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_preset-react__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-react__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/preset-react", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-validator-option": "7.22.15", + "@babel/plugin-transform-react-display-name": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-react-jsx": "7.22.15_at_babel_core_7.23.0", + "@babel/plugin-transform-react-jsx-development": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-react-pure-annotations": "7.22.5_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/preset-react": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "@babel/plugin-transform-react-display-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-jsx": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-jsx-development": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-pure-annotations": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_compiler-core__3.2.37__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-core__3.2.37__links", + "package": "@vue/compiler-core", + "version": "3.2.37", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@vue/shared": "3.2.37", + "estree-walker": "2.0.2", + "source-map": "0.6.1" + }, + "transitive_closure": { + "@vue/compiler-core": [ + "3.2.37" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/shared": [ + "3.2.37" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map": [ + "0.6.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__globby__11.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__globby__11.1.0__links", + "package": "globby", + "version": "11.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-union": "2.1.0", + "dir-glob": "3.0.1", + "fast-glob": "3.3.1", + "ignore": "5.2.4", + "merge2": "1.4.1", + "slash": "3.0.0" + }, + "transitive_closure": { + "globby": [ + "11.1.0" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "ignore": [ + "5.2.4" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "5.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-extglob": [ + "2.1.1" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-map__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-map__2.0.2", + "package": "is-map", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "url": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ms__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__natural-compare-lite__1.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__natural-compare-lite__1.4.0__links", + "package": "natural-compare-lite", + "version": "1.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "natural-compare-lite": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-finalizationregistry__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-finalizationregistry__1.0.2", + "package": "is-finalizationregistry", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", + "url": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__rimraf__3.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__rimraf__3.0.2", + "package": "rimraf", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "url": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-error-overlay__6.0.11": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-error-overlay__6.0.11", + "package": "react-error-overlay", + "version": "6.0.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==", + "url": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.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__supports-color__7.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_range-parser__1.2.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_range-parser__1.2.5__links", + "package": "@types/range-parser", + "version": "1.2.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/range-parser": [ + "1.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-react-pure-annotations__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-pure-annotations__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-react-pure-annotations", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-react-pure-annotations": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__nth-check__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "nth-check": [ + "2.1.1" + ], + "boolbase": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__signal-exit__3.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__keyv__4.5.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__keyv__4.5.3", + "package": "keyv", + "version": "4.5.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==", + "url": "https://registry.npmjs.org/keyv/-/keyv-4.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__de-indent__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__de-indent__1.0.2", + "package": "de-indent", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", + "url": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-junit__16.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-junit__16.0.0", + "package": "jest-junit", + "version": "16.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "jest-junit" + ], + "react": [ + "jest-junit" + ] + }, + "integrity": "sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==", + "url": "https://registry.npmjs.org/jest-junit/-/jest-junit-16.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-optional-catch-binding", + "version": "7.8.3_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__typed-array-byte-length__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-byte-length__1.0.0", + "package": "typed-array-byte-length", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "url": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-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_babel_plugin-transform-optional-chaining__7.23.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-optional-chaining__7.23.0__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-optional-chaining", + "version": "7.23.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-for-of__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-for-of__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-for-of", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_reporters__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_reporters__29.7.0", + "package": "@jest/reporters", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", + "url": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__follow-redirects__1.15.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__follow-redirects__1.15.3", + "package": "follow-redirects", + "version": "1.15.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "url": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__regenerator-runtime__0.14.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerator-runtime__0.14.0__links", + "package": "regenerator-runtime", + "version": "0.14.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "regenerator-runtime": [ + "0.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ansi-regex__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__shebang-command__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__shebang-command__1.2.0", + "package": "shebang-command", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "url": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-normalize-timing-functions__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-timing-functions__5.1.0__postcss_8.4.31__links", + "package": "postcss-normalize-timing-functions", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-normalize-timing-functions": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__safe-array-concat__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__safe-array-concat__1.0.1", + "package": "safe-array-concat", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", + "url": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__source-map__0.7.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map__0.7.4__links", + "package": "source-map", + "version": "0.7.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "source-map": [ + "0.7.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__require-from-string__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_jest_schemas__28.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_schemas__28.1.3__links", + "package": "@jest/schemas", + "version": "28.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sinclair/typebox": "0.24.51" + }, + "transitive_closure": { + "@jest/schemas": [ + "28.1.3" + ], + "@sinclair/typebox": [ + "0.24.51" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_prettier__2.7.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_prettier__2.7.3", + "package": "@types/prettier", + "version": "2.7.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==", + "url": "https://registry.npmjs.org/@types/prettier/-/prettier-2.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": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_helper-validator-option__7.22.15__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-validator-option__7.22.15__links", + "package": "@babel/helper-validator-option", + "version": "7.22.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-validator-option": [ + "7.22.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fork-ts-checker-webpack-plugin__6.5.3__1750596493": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fork-ts-checker-webpack-plugin__6.5.3__1750596493", + "package": "fork-ts-checker-webpack-plugin", + "version": "6.5.3_1750596493", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", + "url": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-validator-option__7.22.15": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-validator-option__7.22.15", + "package": "@babel/helper-validator-option", + "version": "7.22.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "url": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__source-map-resolve__0.5.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-resolve__0.5.3__links", + "package": "source-map-resolve", + "version": "0.5.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "atob": "2.1.2", + "decode-uri-component": "0.2.2", + "resolve-url": "0.2.1", + "source-map-url": "0.4.1", + "urix": "0.1.0" + }, + "transitive_closure": { + "source-map-resolve": [ + "0.5.3" + ], + "atob": [ + "2.1.2" + ], + "decode-uri-component": [ + "0.2.2" + ], + "resolve-url": [ + "0.2.1" + ], + "source-map-url": [ + "0.4.1" + ], + "urix": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__acorn-import-assertions__1.9.0__acorn_8.10.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-import-assertions__1.9.0__acorn_8.10.0", + "package": "acorn-import-assertions", + "version": "1.9.0_acorn_8.10.0", + "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__acorn-globals__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-globals__6.0.0", + "package": "acorn-globals", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "url": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-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__at_csstools_postcss-nested-calc__1.0.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-nested-calc__1.0.0__postcss_8.4.31__links", + "package": "@csstools/postcss-nested-calc", + "version": "1.0.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-nested-calc": [ + "1.0.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_humanwhocodes_object-schema__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_humanwhocodes_object-schema__1.2.1__links", + "package": "@humanwhocodes/object-schema", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@humanwhocodes/object-schema": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__flatted__3.2.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__flatted__3.2.9__links", + "package": "flatted", + "version": "3.2.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "flatted": [ + "3.2.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__get-caller-file__2.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__saxes__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__saxes__5.0.1__links", + "package": "saxes", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "xmlchars": "2.2.0" + }, + "transitive_closure": { + "saxes": [ + "5.0.1" + ], + "xmlchars": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dedent__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dedent__1.5.1__links", + "package": "dedent", + "version": "1.5.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dedent": [ + "1.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-date-object__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-date-object__1.0.5__links", + "package": "is-date-object", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "is-date-object": [ + "1.0.5" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__terser__5.20.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__terser__5.20.0__links", + "package": "terser", + "version": "5.20.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/source-map": "0.3.5", + "acorn": "8.10.0", + "commander": "2.20.3", + "source-map-support": "0.5.21" + }, + "transitive_closure": { + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "acorn": [ + "8.10.0" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-modules-systemjs__7.23.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-systemjs__7.23.0__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-modules-systemjs", + "version": "7.23.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-hoist-variables": "7.22.5", + "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-validator-identifier": "7.22.20" + }, + "transitive_closure": { + "@babel/plugin-transform-modules-systemjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@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/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "globals": [ + "11.12.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-matcher-utils__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-matcher-utils__27.5.1__links", + "package": "jest-matcher-utils", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "4.1.2", + "jest-diff": "27.5.1", + "jest-get-type": "27.5.1", + "pretty-format": "27.5.1" + }, + "transitive_closure": { + "jest-matcher-utils": [ + "27.5.1" + ], + "chalk": [ + "4.1.2" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "diff-sequences": [ + "27.5.1" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.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" + } + }, + "npm__eslint-import-resolver-node__0.3.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-import-resolver-node__0.3.9", + "package": "eslint-import-resolver-node", + "version": "0.3.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", + "url": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.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__node-releases__2.0.13": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__node-releases__2.0.13", + "package": "node-releases", + "version": "2.0.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "url": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__obuf__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_typescript-eslint_visitor-keys__5.62.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_visitor-keys__5.62.0__links", + "package": "@typescript-eslint/visitor-keys", + "version": "5.62.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "5.62.0", + "eslint-visitor-keys": "3.4.3" + }, + "transitive_closure": { + "@typescript-eslint/visitor-keys": [ + "5.62.0" + ], + "@typescript-eslint/types": [ + "5.62.0" + ], + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-create-class-features-plugin__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-create-class-features-plugin__7.22.15__at_babel_core_7.23.0", + "package": "@babel/helper-create-class-features-plugin", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==", + "url": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__spdx-expression-parse__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__spdx-expression-parse__3.0.1", + "package": "spdx-expression-parse", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "url": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-path-inside__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-path-inside__3.0.3__links", + "package": "is-path-inside", + "version": "3.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-path-inside": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-custom-media__8.0.2__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-custom-media__8.0.2__postcss_8.4.31__links", + "package": "postcss-custom-media", + "version": "8.0.2_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-custom-media": [ + "8.0.2_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-watch-typeahead__1.1.0__jest_27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-watch-typeahead__1.1.0__jest_27.5.1", + "package": "jest-watch-typeahead", + "version": "1.1.0_jest_27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", + "url": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-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__nice-try__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__nice-try__1.0.5", + "package": "nice-try", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "url": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_source-map__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_source-map__27.5.1__links", + "package": "@jest/source-map", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "callsites": "3.1.0", + "graceful-fs": "4.2.11", + "source-map": "0.6.1" + }, + "transitive_closure": { + "@jest/source-map": [ + "27.5.1" + ], + "callsites": [ + "3.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-diff__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__27.5.1", + "package": "jest-diff", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + "url": "https://registry.npmjs.org/jest-diff/-/jest-diff-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__react-dom__18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-dom__18.2.0__react_18.2.0__links", + "package": "react-dom", + "version": "18.2.0_react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "react-dom" + ], + "react": [ + "react-dom" + ], + "react-webpack": [ + "react-dom" + ] + }, + "deps": { + "loose-envify": "1.4.0", + "react": "18.2.0", + "scheduler": "0.23.0" + }, + "transitive_closure": { + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cssstyle__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssstyle__2.3.0__links", + "package": "cssstyle", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cssom": "0.3.8" + }, + "transitive_closure": { + "cssstyle": [ + "2.3.0" + ], + "cssom": [ + "0.3.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-linux-32__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-32__0.15.18__links", + "package": "esbuild-linux-32", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-linux-32": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-ordered-values__5.1.3__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-ordered-values__5.1.3__postcss_8.4.31", + "package": "postcss-ordered-values", + "version": "5.1.3_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "url": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__camel-case__4.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "pascal-case": [ + "3.1.2" + ], + "tslib": [ + "2.6.2" + ], + "no-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-loader__8.3.0__-2089762372": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-loader__8.3.0__-2089762372", + "package": "babel-loader", + "version": "8.3.0_-2089762372", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "url": "https://registry.npmjs.org/babel-loader/-/babel-loader-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__at_types_graceful-fs__4.1.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_graceful-fs__4.1.7", + "package": "@types/graceful-fs", + "version": "4.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw==", + "url": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.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__jest-matcher-utils__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-matcher-utils__29.7.0__links", + "package": "jest-matcher-utils", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "4.1.2", + "jest-diff": "29.7.0", + "jest-get-type": "29.6.3", + "pretty-format": "29.7.0" + }, + "transitive_closure": { + "jest-matcher-utils": [ + "29.7.0" + ], + "chalk": [ + "4.1.2" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "diff-sequences": [ + "29.6.3" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.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" + } + }, + "npm__yargs__16.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.1", + "get-caller-file": "2.0.5", + "require-directory": "2.1.1", + "string-width": "4.2.3", + "y18n": "5.0.8", + "yargs-parser": "20.2.9" + }, + "transitive_closure": { + "yargs": [ + "16.2.0" + ], + "cliui": [ + "7.0.4" + ], + "escalade": [ + "3.1.1" + ], + "get-caller-file": [ + "2.0.5" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "y18n": [ + "5.0.8" + ], + "yargs-parser": [ + "20.2.9" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "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" + } + }, + "npm__cssesc__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__require-directory__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__execa__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "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" + } + }, + "npm__istanbul-lib-coverage__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-coverage__3.2.0__links", + "package": "istanbul-lib-coverage", + "version": "3.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "istanbul-lib-coverage": [ + "3.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_preset-env__7.22.20__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-env__7.22.20__at_babel_core_7.23.0__links", + "package": "@babel/preset-env", + "version": "7.22.20_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/compat-data": "7.22.20", + "@babel/core": "7.23.0", + "@babel/helper-compilation-targets": "7.22.15", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-validator-option": "7.22.15", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.22.15_at_babel_core_7.23.0", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.22.15_at_babel_core_7.23.0", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0", + "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.23.0", + "@babel/plugin-syntax-class-properties": "7.12.13_at_babel_core_7.23.0", + "@babel/plugin-syntax-class-static-block": "7.14.5_at_babel_core_7.23.0", + "@babel/plugin-syntax-dynamic-import": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-export-namespace-from": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-import-assertions": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-syntax-import-attributes": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-syntax-import-meta": "7.10.4_at_babel_core_7.23.0", + "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.23.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.0", + "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.23.0", + "@babel/plugin-syntax-top-level-await": "7.14.5_at_babel_core_7.23.0", + "@babel/plugin-syntax-unicode-sets-regex": "7.18.6_at_babel_core_7.23.0", + "@babel/plugin-transform-arrow-functions": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-async-generator-functions": "7.22.15_at_babel_core_7.23.0", + "@babel/plugin-transform-async-to-generator": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-block-scoped-functions": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-block-scoping": "7.23.0_at_babel_core_7.23.0", + "@babel/plugin-transform-class-properties": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-class-static-block": "7.22.11_at_babel_core_7.23.0", + "@babel/plugin-transform-classes": "7.22.15_at_babel_core_7.23.0", + "@babel/plugin-transform-computed-properties": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-destructuring": "7.23.0_at_babel_core_7.23.0", + "@babel/plugin-transform-dotall-regex": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-duplicate-keys": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-dynamic-import": "7.22.11_at_babel_core_7.23.0", + "@babel/plugin-transform-exponentiation-operator": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-export-namespace-from": "7.22.11_at_babel_core_7.23.0", + "@babel/plugin-transform-for-of": "7.22.15_at_babel_core_7.23.0", + "@babel/plugin-transform-function-name": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-json-strings": "7.22.11_at_babel_core_7.23.0", + "@babel/plugin-transform-literals": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-logical-assignment-operators": "7.22.11_at_babel_core_7.23.0", + "@babel/plugin-transform-member-expression-literals": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-modules-amd": "7.23.0_at_babel_core_7.23.0", + "@babel/plugin-transform-modules-commonjs": "7.23.0_at_babel_core_7.23.0", + "@babel/plugin-transform-modules-systemjs": "7.23.0_at_babel_core_7.23.0", + "@babel/plugin-transform-modules-umd": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-named-capturing-groups-regex": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-new-target": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-nullish-coalescing-operator": "7.22.11_at_babel_core_7.23.0", + "@babel/plugin-transform-numeric-separator": "7.22.11_at_babel_core_7.23.0", + "@babel/plugin-transform-object-rest-spread": "7.22.15_at_babel_core_7.23.0", + "@babel/plugin-transform-object-super": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-optional-catch-binding": "7.22.11_at_babel_core_7.23.0", + "@babel/plugin-transform-optional-chaining": "7.23.0_at_babel_core_7.23.0", + "@babel/plugin-transform-parameters": "7.22.15_at_babel_core_7.23.0", + "@babel/plugin-transform-private-methods": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-private-property-in-object": "7.22.11_at_babel_core_7.23.0", + "@babel/plugin-transform-property-literals": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-regenerator": "7.22.10_at_babel_core_7.23.0", + "@babel/plugin-transform-reserved-words": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-shorthand-properties": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-spread": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-sticky-regex": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-template-literals": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-typeof-symbol": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-unicode-escapes": "7.22.10_at_babel_core_7.23.0", + "@babel/plugin-transform-unicode-property-regex": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-unicode-regex": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-unicode-sets-regex": "7.22.5_at_babel_core_7.23.0", + "@babel/preset-modules": "0.1.6-no-external-plugins_at_babel_core_7.23.0", + "@babel/types": "7.23.0", + "babel-plugin-polyfill-corejs2": "0.4.5_at_babel_core_7.23.0", + "babel-plugin-polyfill-corejs3": "0.8.4_at_babel_core_7.23.0", + "babel-plugin-polyfill-regenerator": "0.5.2_at_babel_core_7.23.0", + "core-js-compat": "3.33.0", + "semver": "6.3.1" + }, + "transitive_closure": { + "@babel/preset-env": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoping": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-static-block": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-classes": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-computed-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-destructuring": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-for-of": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-function-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-json-strings": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-amd": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-umd": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-new-target": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-super": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-parameters": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-methods": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-property-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-regenerator": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-reserved-words": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-spread": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-template-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.5_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs3": [ + "0.8.4_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-regenerator": [ + "0.5.2_at_babel_core_7.23.0" + ], + "core-js-compat": [ + "3.33.0" + ], + "semver": [ + "6.3.1" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "esutils": [ + "2.0.3" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "regenerator-transform": [ + "0.15.2" + ], + "@babel/runtime": [ + "7.23.1" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__functions-have-names__1.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__functions-have-names__1.2.3", + "package": "functions-have-names", + "version": "1.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "url": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__buffer-from__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__string.prototype.trimstart__1.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.trimstart__1.0.7", + "package": "string.prototype.trimstart", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", + "url": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-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__typed-array-byte-offset__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-byte-offset__1.0.0", + "package": "typed-array-byte-offset", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "url": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.0__links", + "package": "@babel/plugin-proposal-class-properties", + "version": "7.18.6_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_helper-buffer__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-buffer__1.11.6__links", + "package": "@webassemblyjs/helper-buffer", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__setprototypeof__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__esutils__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esutils__2.0.3__links", + "package": "esutils", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esutils": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__json-parse-even-better-errors__2.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-cli__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-cli__27.5.1__links", + "package": "jest-cli", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/core": "27.5.1", + "@jest/test-result": "27.5.1", + "@jest/types": "27.5.1", + "chalk": "4.1.2", + "exit": "0.1.2", + "graceful-fs": "4.2.11", + "import-local": "3.1.0", + "jest-config": "27.5.1", + "jest-util": "27.5.1", + "jest-validate": "27.5.1", + "prompts": "2.4.2", + "yargs": "16.2.0" + }, + "transitive_closure": { + "jest-cli": [ + "27.5.1" + ], + "@jest/core": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "exit": [ + "0.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "import-local": [ + "3.1.0" + ], + "jest-config": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "prompts": [ + "2.4.2" + ], + "yargs": [ + "16.2.0" + ], + "cliui": [ + "7.0.4" + ], + "escalade": [ + "3.1.1" + ], + "get-caller-file": [ + "2.0.5" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "y18n": [ + "5.0.8" + ], + "yargs-parser": [ + "20.2.9" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "27.5.1" + ], + "react-is": [ + "17.0.2" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/test-sequencer": [ + "27.5.1" + ], + "babel-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "deepmerge": [ + "4.3.1" + ], + "glob": [ + "7.2.3" + ], + "jest-circus": [ + "27.5.1" + ], + "jest-environment-jsdom": [ + "27.5.1" + ], + "jest-environment-node": [ + "27.5.1" + ], + "jest-jasmine2": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-runner": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "parse-json": [ + "5.2.0" + ], + "slash": [ + "3.0.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@jest/console": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "emittery": [ + "0.8.1" + ], + "jest-docblock": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-leak-detector": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "source-map-support": [ + "0.5.21" + ], + "throat": [ + "6.0.2" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.7.4", + "0.6.1" + ], + "merge-stream": [ + "2.0.0" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "strip-bom": [ + "4.0.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "co": [ + "4.6.0" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "acorn-walk": [ + "7.2.0" + ], + "dedent": [ + "0.7.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "picocolors": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jest/reporters": [ + "27.5.1" + ], + "ansi-escapes": [ + "4.3.2" + ], + "jest-changed-files": [ + "27.5.1" + ], + "jest-resolve-dependencies": [ + "27.5.1" + ], + "jest-watcher": [ + "27.5.1" + ], + "rimraf": [ + "3.0.2" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "type-fest": [ + "0.21.3" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "terminal-link": [ + "2.1.1" + ], + "v8-to-istanbul": [ + "8.1.1" + ], + "supports-hyperlinks": [ + "2.3.0" + ], + "html-escaper": [ + "2.0.2" + ], + "make-dir": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-leak-detector__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-leak-detector__27.5.1", + "package": "jest-leak-detector", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "url": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-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__at_babel_plugin-transform-arrow-functions__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-arrow-functions__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-arrow-functions", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-arrow-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__xml-name-validator__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__xml-name-validator__4.0.0", + "package": "xml-name-validator", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_testing-library_react__13.4.0__react-dom_18.2.0__react_18.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_react__13.4.0__react-dom_18.2.0__react_18.2.0__links", + "package": "@testing-library/react", + "version": "13.4.0_react-dom_18.2.0__react_18.2.0", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "@testing-library/react" + ], + "react": [ + "@testing-library/react" + ] + }, + "deps": { + "@babel/runtime": "7.23.1", + "@testing-library/dom": "8.20.1", + "@types/react-dom": "18.0.9", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0" + }, + "transitive_closure": { + "@testing-library/react": [ + "13.4.0_react-dom_18.2.0__react_18.2.0" + ], + "@babel/runtime": [ + "7.23.1" + ], + "@testing-library/dom": [ + "8.20.1" + ], + "@types/react-dom": [ + "18.0.9" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "loose-envify": [ + "1.4.0" + ], + "scheduler": [ + "0.23.0" + ], + "js-tokens": [ + "4.0.0" + ], + "@types/react": [ + "18.0.25" + ], + "@types/prop-types": [ + "15.7.8" + ], + "@types/scheduler": [ + "0.16.4" + ], + "csstype": [ + "3.1.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/aria-query": [ + "5.0.2" + ], + "aria-query": [ + "5.1.3" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "dom-accessibility-api": [ + "0.5.16" + ], + "lz-string": [ + "1.5.0" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "deep-equal": [ + "2.2.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "es-get-iterator": [ + "1.1.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-arguments": [ + "1.1.1" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-date-object": [ + "1.0.5" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-is": [ + "1.1.5" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "side-channel": [ + "1.0.4" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-collection": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-bigints": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "define-properties": [ + "1.2.1" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "is-typed-array": [ + "1.1.12" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "stop-iteration-iterator": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "regenerator-runtime": [ + "0.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__spdx-license-ids__3.0.15__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__spdx-license-ids__3.0.15__links", + "package": "spdx-license-ids", + "version": "3.0.15", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "spdx-license-ids": [ + "3.0.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__thunky__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "express": [ + "4.18.2" + ], + "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" + ], + "media-typer": [ + "0.3.0" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ipaddr.js": [ + "1.9.1" + ], + "ee-first": [ + "1.1.1" + ], + "inherits": [ + "2.0.4" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "negotiator": [ + "0.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fastq__1.15.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fastq__1.15.0", + "package": "fastq", + "version": "1.15.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "url": "https://registry.npmjs.org/fastq/-/fastq-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__babel-jest__27.5.1__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-jest__27.5.1__at_babel_core_7.23.0", + "package": "babel-jest", + "version": "27.5.1_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", + "url": "https://registry.npmjs.org/babel-jest/-/babel-jest-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__compression__1.7.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__unicode-canonical-property-names-ecmascript__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unicode-canonical-property-names-ecmascript__2.0.0__links", + "package": "unicode-canonical-property-names-ecmascript", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dotenv__10.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dotenv__10.0.0__links", + "package": "dotenv", + "version": "10.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dotenv": [ + "10.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__glob-to-regexp__0.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__entities__4.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__entities__4.5.0", + "package": "entities", + "version": "4.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "url": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__send__0.18.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "send": [ + "0.18.0" + ], + "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.0.0", + "2.1.3" + ], + "on-finished": [ + "2.4.1" + ], + "range-parser": [ + "1.2.1" + ], + "statuses": [ + "2.0.1" + ], + "ee-first": [ + "1.1.1" + ], + "inherits": [ + "2.0.4" + ], + "setprototypeof": [ + "1.2.0" + ], + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_typescript-eslint_scope-manager__5.44.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_scope-manager__5.44.0__links", + "package": "@typescript-eslint/scope-manager", + "version": "5.44.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "5.44.0", + "@typescript-eslint/visitor-keys": "5.44.0" + }, + "transitive_closure": { + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_typescript-eslint_typescript-estree__5.44.0__typescript_4.9.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_typescript-estree__5.44.0__typescript_4.9.3", + "package": "@typescript-eslint/typescript-estree", + "version": "5.44.0_typescript_4.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==", + "url": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eslint-plugin-import__2.28.1__918111916": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-import__2.28.1__918111916", + "package": "eslint-plugin-import", + "version": "2.28.1_918111916", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", + "url": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-circus__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-circus__29.7.0", + "package": "jest-circus", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", + "url": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__relateurl__0.2.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__flat__5.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-svgo__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-svgo__5.1.0__postcss_8.4.31__links", + "package": "postcss-svgo", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0", + "svgo": "2.8.0" + }, + "transitive_closure": { + "postcss-svgo": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "svgo": [ + "2.8.0" + ], + "@trysound/sax": [ + "0.2.0" + ], + "commander": [ + "7.2.0" + ], + "css-select": [ + "4.3.0" + ], + "css-tree": [ + "1.1.3" + ], + "csso": [ + "4.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "stable": [ + "0.1.8" + ], + "mdn-data": [ + "2.0.14" + ], + "source-map": [ + "0.6.1" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "nth-check": [ + "2.1.1" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "entities": [ + "2.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string-length__4.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string-length__4.0.2", + "package": "string-length", + "version": "4.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "url": "https://registry.npmjs.org/string-length/-/string-length-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__ini__1.3.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__path-key__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__path-key__2.0.1__links", + "package": "path-key", + "version": "2.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-key": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__read-cache__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__read-cache__1.0.0__links", + "package": "read-cache", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "pify": "2.3.0" + }, + "transitive_closure": { + "read-cache": [ + "1.0.0" + ], + "pify": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-background-sync__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-background-sync__6.6.0", + "package": "workbox-background-sync", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==", + "url": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.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_vitejs_plugin-vue-jsx__2.1.1__vite_3.2.7__vue_3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue-jsx__2.1.1__vite_3.2.7__vue_3.2.45__links", + "package": "@vitejs/plugin-vue-jsx", + "version": "2.1.1_vite_3.2.7__vue_3.2.45", + "dev": true, + "root_package": "", + "link_packages": { + "vue": [ + "@vitejs/plugin-vue-jsx" + ] + }, + "deps": { + "@babel/core": "7.23.0", + "@babel/plugin-transform-typescript": "7.22.15_at_babel_core_7.23.0", + "@vue/babel-plugin-jsx": "1.1.5_at_babel_core_7.23.0", + "vite": "3.2.7_at_types_node_18.11.9", + "vue": "3.2.45" + }, + "transitive_closure": { + "@vitejs/plugin-vue-jsx": [ + "2.1.1_vite_3.2.7__vue_3.2.45" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/plugin-transform-typescript": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@vue/babel-plugin-jsx": [ + "1.1.5_at_babel_core_7.23.0" + ], + "vite": [ + "3.2.7_at_types_node_18.11.9" + ], + "vue": [ + "3.2.45" + ], + "@vue/compiler-dom": [ + "3.2.45" + ], + "@vue/compiler-sfc": [ + "3.2.45" + ], + "@vue/runtime-dom": [ + "3.2.45" + ], + "@vue/server-renderer": [ + "3.2.45_vue_3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "@vue/compiler-ssr": [ + "3.2.45" + ], + "@vue/runtime-core": [ + "3.2.45" + ], + "csstype": [ + "2.6.21" + ], + "@vue/reactivity": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.2.45" + ], + "@vue/reactivity-transform": [ + "3.2.45" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.25.9" + ], + "postcss": [ + "8.4.31" + ], + "source-map": [ + "0.6.1" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@types/node": [ + "18.11.9" + ], + "esbuild": [ + "0.15.18" + ], + "resolve": [ + "1.22.6" + ], + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@esbuild/android-arm": [ + "0.15.18" + ], + "@esbuild/linux-loong64": [ + "0.15.18" + ], + "esbuild-android-64": [ + "0.15.18" + ], + "esbuild-android-arm64": [ + "0.15.18" + ], + "esbuild-darwin-64": [ + "0.15.18" + ], + "esbuild-darwin-arm64": [ + "0.15.18" + ], + "esbuild-freebsd-64": [ + "0.15.18" + ], + "esbuild-freebsd-arm64": [ + "0.15.18" + ], + "esbuild-linux-32": [ + "0.15.18" + ], + "esbuild-linux-64": [ + "0.15.18" + ], + "esbuild-linux-arm": [ + "0.15.18" + ], + "esbuild-linux-arm64": [ + "0.15.18" + ], + "esbuild-linux-mips64le": [ + "0.15.18" + ], + "esbuild-linux-ppc64le": [ + "0.15.18" + ], + "esbuild-linux-riscv64": [ + "0.15.18" + ], + "esbuild-linux-s390x": [ + "0.15.18" + ], + "esbuild-netbsd-64": [ + "0.15.18" + ], + "esbuild-openbsd-64": [ + "0.15.18" + ], + "esbuild-sunos-64": [ + "0.15.18" + ], + "esbuild-windows-32": [ + "0.15.18" + ], + "esbuild-windows-64": [ + "0.15.18" + ], + "esbuild-windows-arm64": [ + "0.15.18" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@vue/babel-helper-vue-transform-on": [ + "1.1.5" + ], + "camelcase": [ + "6.3.0" + ], + "html-tags": [ + "3.3.1" + ], + "svg-tags": [ + "1.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@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" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "semver": [ + "6.3.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ini__1.3.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__acorn-globals__7.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-globals__7.0.1", + "package": "acorn-globals", + "version": "7.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==", + "url": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dns-packet__5.6.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__es-to-primitive__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-to-primitive__1.2.1__links", + "package": "es-to-primitive", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-callable": "1.2.7", + "is-date-object": "1.0.5", + "is-symbol": "1.0.4" + }, + "transitive_closure": { + "es-to-primitive": [ + "1.2.1" + ], + "is-callable": [ + "1.2.7" + ], + "is-date-object": [ + "1.0.5" + ], + "is-symbol": [ + "1.0.4" + ], + "has-symbols": [ + "1.0.3" + ], + "has-tostringtag": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss__8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss__8.4.31__links", + "package": "postcss", + "version": "8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "nanoid": "3.3.6", + "picocolors": "1.0.0", + "source-map-js": "1.0.2" + }, + "transitive_closure": { + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string_decoder__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "string_decoder": [ + "1.1.1" + ], + "safe-buffer": [ + "5.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object-assign__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__argparse__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__open__8.4.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__open__8.4.2__links", + "package": "open", + "version": "8.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-lazy-prop": "2.0.0", + "is-docker": "2.2.1", + "is-wsl": "2.2.0" + }, + "transitive_closure": { + "open": [ + "8.4.2" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-config__29.7.0__at_types_node_18.11.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-config__29.7.0__at_types_node_18.11.9__links", + "package": "jest-config", + "version": "29.7.0_at_types_node_18.11.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@jest/test-sequencer": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "babel-jest": "29.7.0_at_babel_core_7.23.0", + "chalk": "4.1.2", + "ci-info": "3.8.0", + "deepmerge": "4.3.1", + "glob": "7.2.3", + "graceful-fs": "4.2.11", + "jest-circus": "29.7.0", + "jest-environment-node": "29.7.0", + "jest-get-type": "29.6.3", + "jest-regex-util": "29.6.3", + "jest-resolve": "29.7.0", + "jest-runner": "29.7.0", + "jest-util": "29.7.0", + "jest-validate": "29.7.0", + "micromatch": "4.0.5", + "parse-json": "5.2.0", + "pretty-format": "29.7.0", + "slash": "3.0.0", + "strip-json-comments": "3.1.1" + }, + "transitive_closure": { + "jest-config": [ + "29.7.0_at_types_node_18.11.9" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/test-sequencer": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "babel-jest": [ + "29.7.0_at_babel_core_7.23.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "deepmerge": [ + "4.3.1" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-circus": [ + "29.7.0" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-resolve": [ + "29.7.0" + ], + "jest-runner": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "micromatch": [ + "4.0.5" + ], + "parse-json": [ + "5.2.0" + ], + "pretty-format": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "leven": [ + "3.1.0" + ], + "@jest/console": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/test-result": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "emittery": [ + "0.13.1" + ], + "jest-docblock": [ + "29.7.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-leak-detector": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-runtime": [ + "29.7.0" + ], + "jest-watcher": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "source-map-support": [ + "0.5.13" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "yocto-queue": [ + "0.1.0" + ], + "merge-stream": [ + "2.0.0" + ], + "ansi-escapes": [ + "4.3.2" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "type-fest": [ + "0.21.3" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/globals": [ + "29.7.0" + ], + "@jest/source-map": [ + "29.6.3" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-snapshot": [ + "29.7.0" + ], + "strip-bom": [ + "4.0.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "29.7.0" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "callsites": [ + "3.1.0" + ], + "@jest/expect": [ + "29.7.0" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "co": [ + "4.6.0" + ], + "dedent": [ + "1.5.1" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "29.7.0" + ], + "pure-rand": [ + "6.0.4" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-preset-jest": [ + "29.6.3_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "29.6.3" + ], + "@babel/template": [ + "7.22.15" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__toidentifier__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_next_swc-android-arm-eabi__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-android-arm-eabi__13.0.5", + "package": "@next/swc-android-arm-eabi", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YO691dxHlviy6H0eghgwqn+5kU9J3iQnKERHTDSppqjjGDBl6ab4wz9XfI5AhljjkaTg3TknHoIEWFDoZ4Ve8g==", + "url": "https://registry.npmjs.org/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__punycode__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__punycode__2.3.0", + "package": "punycode", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "url": "https://registry.npmjs.org/punycode/-/punycode-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__jest-pnp-resolver__1.2.3__jest-resolve_27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-pnp-resolver__1.2.3__jest-resolve_27.5.1__links", + "package": "jest-pnp-resolver", + "version": "1.2.3_jest-resolve_27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "jest-resolve": "27.5.1" + }, + "transitive_closure": { + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "chalk": [ + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "slash": [ + "3.0.0" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "camelcase": [ + "6.3.0" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_express__4.17.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_express__4.17.18", + "package": "@types/express", + "version": "4.17.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Sxv8BSLLgsBYmcnGdGjjEjqET2U+AKAdCRODmMiq02FgjwuV75Ut85DRpvFjyw/Mk0vgUOliGRU0UUmuuZHByQ==", + "url": "https://registry.npmjs.org/@types/express/-/express-4.17.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__micromatch__4.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_svgr_hast-util-to-babel-ast__5.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_hast-util-to-babel-ast__5.5.0", + "package": "@svgr/hast-util-to-babel-ast", + "version": "5.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", + "url": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-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__at_types_react__18.0.25__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_react__18.0.25__links", + "package": "@types/react", + "version": "18.0.25", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "@types/react" + ] + }, + "deps": { + "@types/prop-types": "15.7.8", + "@types/scheduler": "0.16.4", + "csstype": "3.1.2" + }, + "transitive_closure": { + "@types/react": [ + "18.0.25" + ], + "@types/prop-types": [ + "15.7.8" + ], + "@types/scheduler": [ + "0.16.4" + ], + "csstype": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__delayed-stream__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__delayed-stream__1.0.0", + "package": "delayed-stream", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "url": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__gopd__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_svgr_babel-plugin-svg-dynamic-title__5.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-svg-dynamic-title__5.4.0__links", + "package": "@svgr/babel-plugin-svg-dynamic-title", + "version": "5.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@svgr/babel-plugin-svg-dynamic-title": [ + "5.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__source-map__0.7.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map__0.7.4", + "package": "source-map", + "version": "0.7.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "url": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_fake-timers__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_fake-timers__27.5.1__links", + "package": "@jest/fake-timers", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "@sinonjs/fake-timers": "8.1.0", + "@types/node": "18.11.9", + "jest-message-util": "27.5.1", + "jest-mock": "27.5.1", + "jest-util": "27.5.1" + }, + "transitive_closure": { + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsesc__2.5.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsesc__2.5.2", + "package": "jsesc", + "version": "2.5.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "url": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yaml__2.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yaml__2.3.2", + "package": "yaml", + "version": "2.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==", + "url": "https://registry.npmjs.org/yaml/-/yaml-2.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__core-util-is__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_vue_server-renderer__3.2.45__vue_3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_server-renderer__3.2.45__vue_3.2.45__links", + "package": "@vue/server-renderer", + "version": "3.2.45_vue_3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-ssr": "3.2.45", + "@vue/shared": "3.2.45", + "vue": "3.2.45" + }, + "transitive_closure": { + "@vue/server-renderer": [ + "3.2.45_vue_3.2.45" + ], + "@vue/compiler-ssr": [ + "3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "vue": [ + "3.2.45" + ], + "@vue/compiler-dom": [ + "3.2.45" + ], + "@vue/compiler-sfc": [ + "3.2.45" + ], + "@vue/runtime-dom": [ + "3.2.45" + ], + "@vue/runtime-core": [ + "3.2.45" + ], + "csstype": [ + "2.6.21" + ], + "@vue/reactivity": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.2.45" + ], + "@vue/reactivity-transform": [ + "3.2.45" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.25.9" + ], + "postcss": [ + "8.4.31" + ], + "source-map": [ + "0.6.1" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsonfile__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsonfile__6.1.0", + "package": "jsonfile", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "url": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mimic-fn__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__pretty-error__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-optional-chaining", + "version": "7.8.3_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__saxes__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__saxes__6.0.0__links", + "package": "saxes", + "version": "6.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "xmlchars": "2.2.0" + }, + "transitive_closure": { + "saxes": [ + "6.0.0" + ], + "xmlchars": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_compat-data__7.22.20": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_compat-data__7.22.20", + "package": "@babel/compat-data", + "version": "7.22.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==", + "url": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-annotate-as-pure__7.22.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-annotate-as-pure__7.22.5", + "package": "@babel/helper-annotate-as-pure", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "url": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-resolve-dependencies__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve-dependencies__27.5.1", + "package": "jest-resolve-dependencies", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", + "url": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-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__setprototypeof__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__unbox-primitive__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unbox-primitive__1.0.2", + "package": "unbox-primitive", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "url": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__neo-async__2.6.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__ansi-escapes__4.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ansi-escapes__4.3.2__links", + "package": "ansi-escapes", + "version": "4.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "type-fest": "0.21.3" + }, + "transitive_closure": { + "ansi-escapes": [ + "4.3.2" + ], + "type-fest": [ + "0.21.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__write-file-atomic__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__write-file-atomic__4.0.2__links", + "package": "write-file-atomic", + "version": "4.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "imurmurhash": "0.1.4", + "signal-exit": "3.0.7" + }, + "transitive_closure": { + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-function-name__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-function-name__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-function-name", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__rollup__2.79.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__rollup__2.79.1__links", + "package": "rollup", + "version": "2.79.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fsevents": "2.3.3" + }, + "transitive_closure": { + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__semver__5.7.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-environment-node__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-node__29.7.0", + "package": "jest-environment-node", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", + "url": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__which-builtin-type__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which-builtin-type__1.1.3__links", + "package": "which-builtin-type", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "function.prototype.name": "1.1.6", + "has-tostringtag": "1.0.0", + "is-async-function": "2.0.0", + "is-date-object": "1.0.5", + "is-finalizationregistry": "1.0.2", + "is-generator-function": "1.0.10", + "is-regex": "1.1.4", + "is-weakref": "1.0.2", + "isarray": "2.0.5", + "which-boxed-primitive": "1.0.2", + "which-collection": "1.0.1", + "which-typed-array": "1.1.11" + }, + "transitive_closure": { + "which-builtin-type": [ + "1.1.3" + ], + "function.prototype.name": [ + "1.1.6" + ], + "has-tostringtag": [ + "1.0.0" + ], + "is-async-function": [ + "2.0.0" + ], + "is-date-object": [ + "1.0.5" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "is-regex": [ + "1.1.4" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-collection": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "call-bind": [ + "1.0.2" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-bigints": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "functions-have-names": [ + "1.2.3" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "side-channel": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object.assign__4.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.assign__4.1.4__links", + "package": "object.assign", + "version": "4.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "has-symbols": "1.0.3", + "object-keys": "1.1.1" + }, + "transitive_closure": { + "object.assign": [ + "4.1.4" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "object-keys": [ + "1.1.1" + ], + "define-data-property": [ + "1.1.0" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "gopd": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__require-directory__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__select-hose__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__vue-tsc__1.0.9__typescript_4.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue-tsc__1.0.9__typescript_4.9.3__links", + "package": "vue-tsc", + "version": "1.0.9_typescript_4.9.3", + "dev": true, + "root_package": "", + "link_packages": { + "vue": [ + "vue-tsc" + ] + }, + "deps": { + "@volar/vue-language-core": "1.0.9", + "@volar/vue-typescript": "1.0.9", + "typescript": "4.9.3" + }, + "transitive_closure": { + "vue-tsc": [ + "1.0.9_typescript_4.9.3" + ], + "@volar/vue-language-core": [ + "1.0.9" + ], + "@volar/vue-typescript": [ + "1.0.9" + ], + "typescript": [ + "4.9.3" + ], + "@volar/typescript": [ + "1.0.9" + ], + "@volar/language-core": [ + "1.0.9" + ], + "@volar/source-map": [ + "1.0.9" + ], + "@vue/reactivity": [ + "3.3.4" + ], + "muggle-string": [ + "0.1.0" + ], + "@vue/shared": [ + "3.3.4" + ], + "@vue/compiler-dom": [ + "3.3.4" + ], + "@vue/compiler-sfc": [ + "3.3.4" + ], + "minimatch": [ + "5.1.6" + ], + "vue-template-compiler": [ + "2.7.14" + ], + "de-indent": [ + "1.0.2" + ], + "he": [ + "1.2.0" + ], + "brace-expansion": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@vue/compiler-ssr": [ + "3.3.4" + ], + "@vue/reactivity-transform": [ + "3.3.4" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.4" + ], + "postcss": [ + "8.4.31" + ], + "source-map-js": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_yargs__13.0.12__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__13.0.12__links", + "package": "@types/yargs", + "version": "13.0.12", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/yargs-parser": "21.0.1" + }, + "transitive_closure": { + "@types/yargs": [ + "13.0.12" + ], + "@types/yargs-parser": [ + "21.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_testing-library_dom__8.20.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_dom__8.20.1", + "package": "@testing-library/dom", + "version": "8.20.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==", + "url": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.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__ansi-regex__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_rollup_plugin-babel__5.3.1__116925565": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_plugin-babel__5.3.1__116925565", + "package": "@rollup/plugin-babel", + "version": "5.3.1_116925565", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", + "url": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-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_types_tough-cookie__4.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_tough-cookie__4.0.3", + "package": "@types/tough-cookie", + "version": "4.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-THo502dA5PzG/sfQH+42Lw3fvmYkceefOspdCwpHRul8ik2Jv1K8I5OZz1AT3/rs46kwgMCe9bSBmDLYkkOMGg==", + "url": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-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_babel_plugin-transform-react-display-name__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-display-name__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-react-display-name", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-react-display-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__has-bigints__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__has-bigints__1.0.2__links", + "package": "has-bigints", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "has-bigints": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__commondir__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__commondir__1.0.1", + "package": "commondir", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "url": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-potential-custom-element-name__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-potential-custom-element-name__1.0.1__links", + "package": "is-potential-custom-element-name", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-potential-custom-element-name": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__lines-and-columns__1.2.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lines-and-columns__1.2.4", + "package": "lines-and-columns", + "version": "1.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "url": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-normalize__10.0.1__-695478989": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize__10.0.1__-695478989", + "package": "postcss-normalize", + "version": "10.0.1_-695478989", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", + "url": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-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__at_jest_fake-timers__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_fake-timers__29.7.0__links", + "package": "@jest/fake-timers", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "@sinonjs/fake-timers": "10.3.0", + "@types/node": "18.11.9", + "jest-message-util": "29.7.0", + "jest-mock": "29.7.0", + "jest-util": "29.7.0" + }, + "transitive_closure": { + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@types/node": [ + "18.11.9" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_types__28.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__28.1.3__links", + "package": "@jest/types", + "version": "28.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/schemas": "28.1.3", + "@types/istanbul-lib-coverage": "2.0.4", + "@types/istanbul-reports": "3.0.2", + "@types/node": "18.11.9", + "@types/yargs": "17.0.26", + "chalk": "4.1.2" + }, + "transitive_closure": { + "@jest/types": [ + "28.1.3" + ], + "@jest/schemas": [ + "28.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/yargs": [ + "17.0.26" + ], + "chalk": [ + "4.1.2" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.24.51" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__parse-json__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parse-json__4.0.0__links", + "package": "parse-json", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "error-ex": "1.3.2", + "json-parse-better-errors": "1.0.2" + }, + "transitive_closure": { + "parse-json": [ + "4.0.0" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "is-arrayish": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-plugin-jest__25.7.0__-1428655967__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-jest__25.7.0__-1428655967__links", + "package": "eslint-plugin-jest", + "version": "25.7.0_-1428655967", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/eslint-plugin": "5.44.0_2098722049", + "@typescript-eslint/experimental-utils": "5.62.0_509062556", + "eslint": "8.28.0", + "jest": "27.5.1" + }, + "transitive_closure": { + "eslint-plugin-jest": [ + "25.7.0_-1428655967" + ], + "@typescript-eslint/eslint-plugin": [ + "5.44.0_2098722049" + ], + "@typescript-eslint/experimental-utils": [ + "5.62.0_509062556" + ], + "eslint": [ + "8.28.0" + ], + "jest": [ + "27.5.1" + ], + "@jest/core": [ + "27.5.1" + ], + "import-local": [ + "3.1.0" + ], + "jest-cli": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "exit": [ + "0.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-config": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "prompts": [ + "2.4.2" + ], + "yargs": [ + "16.2.0" + ], + "cliui": [ + "7.0.4" + ], + "escalade": [ + "3.1.1" + ], + "get-caller-file": [ + "2.0.5" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "y18n": [ + "5.0.8" + ], + "yargs-parser": [ + "20.2.9" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "27.5.1" + ], + "react-is": [ + "17.0.2" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/test-sequencer": [ + "27.5.1" + ], + "babel-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "deepmerge": [ + "4.3.1" + ], + "glob": [ + "7.2.3" + ], + "jest-circus": [ + "27.5.1" + ], + "jest-environment-jsdom": [ + "27.5.1" + ], + "jest-environment-node": [ + "27.5.1" + ], + "jest-jasmine2": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-runner": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "parse-json": [ + "5.2.0" + ], + "slash": [ + "3.0.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "4.0.0", + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@jest/console": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "emittery": [ + "0.8.1" + ], + "jest-docblock": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-leak-detector": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "source-map-support": [ + "0.5.21" + ], + "throat": [ + "6.0.2" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.7.4", + "0.6.1" + ], + "merge-stream": [ + "2.0.0" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "strip-bom": [ + "4.0.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "13.22.0", + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "5.0.0", + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "4.1.0", + "3.14.1" + ], + "resolve-from": [ + "4.0.0", + "5.0.0" + ], + "argparse": [ + "2.0.1", + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "6.0.0", + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0", + "4.1.0" + ], + "p-limit": [ + "3.1.0", + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "co": [ + "4.6.0" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "acorn-walk": [ + "7.2.0" + ], + "dedent": [ + "0.7.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "picocolors": [ + "1.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "@jest/reporters": [ + "27.5.1" + ], + "ansi-escapes": [ + "4.3.2" + ], + "jest-changed-files": [ + "27.5.1" + ], + "jest-resolve-dependencies": [ + "27.5.1" + ], + "jest-watcher": [ + "27.5.1" + ], + "rimraf": [ + "3.0.2" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "type-fest": [ + "0.20.2", + "0.21.3" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "terminal-link": [ + "2.1.1" + ], + "v8-to-istanbul": [ + "8.1.1" + ], + "supports-hyperlinks": [ + "2.3.0" + ], + "html-escaper": [ + "2.0.2" + ], + "make-dir": [ + "4.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "doctrine": [ + "3.0.0" + ], + "eslint-scope": [ + "5.1.1", + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "text-table": [ + "0.2.0" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@typescript-eslint/utils": [ + "5.44.0_509062556", + "5.62.0_509062556" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.28.0" + ], + "@types/json-schema": [ + "7.0.13" + ], + "@types/semver": [ + "7.5.3" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0", + "5.62.0" + ], + "@typescript-eslint/types": [ + "5.44.0", + "5.62.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3", + "5.62.0_typescript_4.9.3" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0", + "5.62.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "merge2": [ + "1.4.1" + ], + "path-type": [ + "4.0.0" + ], + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "@typescript-eslint/type-utils": [ + "5.44.0_509062556" + ], + "natural-compare-lite": [ + "1.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__bytes__3.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__string.prototype.trimend__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.trimend__1.0.7__links", + "package": "string.prototype.trimend", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2" + }, + "transitive_closure": { + "string.prototype.trimend": [ + "1.0.7" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ansi-styles__3.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-pnp-resolver__1.2.3__jest-resolve_29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-pnp-resolver__1.2.3__jest-resolve_29.7.0__links", + "package": "jest-pnp-resolver", + "version": "1.2.3_jest-resolve_29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "jest-resolve": "29.7.0" + }, + "transitive_closure": { + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" + ], + "jest-resolve": [ + "29.7.0" + ], + "chalk": [ + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "2.0.2" + ], + "slash": [ + "3.0.0" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@jest/types": [ + "29.6.3" + ], + "camelcase": [ + "6.3.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-worker": [ + "29.7.0" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.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" + } + }, + "npm__at_csstools_postcss-font-format-keywords__1.0.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-font-format-keywords__1.0.1__postcss_8.4.31", + "package": "@csstools/postcss-font-format-keywords", + "version": "1.0.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", + "url": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-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__webidl-conversions__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__5.0.0__links", + "package": "webidl-conversions", + "version": "5.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "webidl-conversions": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-expiration__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-expiration__6.6.0__links", + "package": "workbox-expiration", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "idb": "7.1.1", + "workbox-core": "6.6.0" + }, + "transitive_closure": { + "workbox-expiration": [ + "6.6.0" + ], + "idb": [ + "7.1.1" + ], + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-private-methods__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-private-methods__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-private-methods", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-private-methods": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__reusify__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__reusify__1.0.4", + "package": "reusify", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "url": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-reserved-words__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-reserved-words__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-reserved-words", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-reserved-words": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ast-types-flow__0.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ast-types-flow__0.0.7", + "package": "ast-types-flow", + "version": "0.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", + "url": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.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__jest-worker__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.8.2", + "merge-stream": "2.0.0", + "supports-color": "8.1.1" + }, + "transitive_closure": { + "jest-worker": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-core__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-core__6.6.0__links", + "package": "workbox-core", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__isarray__2.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__workbox-cacheable-response__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-cacheable-response__6.6.0__links", + "package": "workbox-cacheable-response", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-core": "6.6.0" + }, + "transitive_closure": { + "workbox-cacheable-response": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_sinonjs_commons__1.8.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_commons__1.8.6__links", + "package": "@sinonjs/commons", + "version": "1.8.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "type-detect": "4.0.8" + }, + "transitive_closure": { + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-number__7.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__kind-of__6.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-json-strings__7.22.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-json-strings__7.22.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-json-strings", + "version": "7.22.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-json-strings": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__lru-cache__5.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lru-cache__5.1.1", + "package": "lru-cache", + "version": "5.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-select__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "css-select": [ + "4.3.0" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "nth-check": [ + "2.1.1" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "entities": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-dir-pseudo-class__6.0.5__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-dir-pseudo-class__6.0.5__postcss_8.4.31__links", + "package": "postcss-dir-pseudo-class", + "version": "6.0.5_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-dir-pseudo-class": [ + "6.0.5_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-block-scoping__7.23.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-block-scoping__7.23.0__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-block-scoping", + "version": "7.23.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-block-scoping": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-member-expression-to-functions__7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-member-expression-to-functions__7.23.0", + "package": "@babel/helper-member-expression-to-functions", + "version": "7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", + "url": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-object-super__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-object-super__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-object-super", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-replace-supers": "7.22.20_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-object-super": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_scheduler__0.16.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_scheduler__0.16.4__links", + "package": "@types/scheduler", + "version": "0.16.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/scheduler": [ + "0.16.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-load-config__4.0.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-load-config__4.0.1__postcss_8.4.31", + "package": "postcss-load-config", + "version": "4.0.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", + "url": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-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__es-abstract__1.22.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-abstract__1.22.2", + "package": "es-abstract", + "version": "1.22.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==", + "url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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__1.4.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-sources__1.4.3__links", + "package": "webpack-sources", + "version": "1.4.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "source-list-map": "2.0.1", + "source-map": "0.6.1" + }, + "transitive_closure": { + "webpack-sources": [ + "1.4.3" + ], + "source-list-map": [ + "2.0.1" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_json5__0.0.29__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_json5__0.0.29__links", + "package": "@types/json5", + "version": "0.0.29", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/json5": [ + "0.0.29" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__estraverse__5.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "finalhandler": [ + "1.2.0" + ], + "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" + ], + "ee-first": [ + "1.1.1" + ], + "ms": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_rushstack_eslint-patch__1.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rushstack_eslint-patch__1.5.1", + "package": "@rushstack/eslint-patch", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==", + "url": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-indent__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__strip-indent__3.0.0", + "package": "strip-indent", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + "url": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__vue-router__4.1.6__vue_3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue-router__4.1.6__vue_3.2.45__links", + "package": "vue-router", + "version": "4.1.6_vue_3.2.45", + "dev": false, + "root_package": "", + "link_packages": { + "vue": [ + "vue-router" + ] + }, + "deps": { + "@vue/devtools-api": "6.5.0", + "vue": "3.2.45" + }, + "transitive_closure": { + "vue-router": [ + "4.1.6_vue_3.2.45" + ], + "@vue/devtools-api": [ + "6.5.0" + ], + "vue": [ + "3.2.45" + ], + "@vue/compiler-dom": [ + "3.2.45" + ], + "@vue/compiler-sfc": [ + "3.2.45" + ], + "@vue/runtime-dom": [ + "3.2.45" + ], + "@vue/server-renderer": [ + "3.2.45_vue_3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "@vue/compiler-ssr": [ + "3.2.45" + ], + "@vue/runtime-core": [ + "3.2.45" + ], + "csstype": [ + "2.6.21" + ], + "@vue/reactivity": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.2.45" + ], + "@vue/reactivity-transform": [ + "3.2.45" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.25.9" + ], + "postcss": [ + "8.4.31" + ], + "source-map": [ + "0.6.1" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__html-minifier-terser__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__pretty-format__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__29.7.0__links", + "package": "pretty-format", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/schemas": "29.6.3", + "ansi-styles": "5.2.0", + "react-is": "18.2.0" + }, + "transitive_closure": { + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__retry__0.13.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jsonpointer__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsonpointer__5.0.1", + "package": "jsonpointer", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", + "url": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-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__at_ampproject_remapping__2.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_ampproject_remapping__2.2.1", + "package": "@ampproject/remapping", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "url": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-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__at_xtuc_ieee754__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__regenerator-transform__0.15.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerator-transform__0.15.2__links", + "package": "regenerator-transform", + "version": "0.15.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.1" + }, + "transitive_closure": { + "regenerator-transform": [ + "0.15.2" + ], + "@babel/runtime": [ + "7.23.1" + ], + "regenerator-runtime": [ + "0.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tr46__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tr46__3.0.0", + "package": "tr46", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "url": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_sinclair_typebox__0.27.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinclair_typebox__0.27.8__links", + "package": "@sinclair/typebox", + "version": "0.27.8", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cssom__0.4.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssom__0.4.4", + "package": "cssom", + "version": "0.4.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", + "url": "https://registry.npmjs.org/cssom/-/cssom-0.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__domelementtype__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__path-type__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__path-type__3.0.0__links", + "package": "path-type", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "pify": "3.0.0" + }, + "transitive_closure": { + "path-type": [ + "3.0.0" + ], + "pify": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fs-monkey__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fs-monkey__1.0.5", + "package": "fs-monkey", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==", + "url": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-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__postcss-js__4.0.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-js__4.0.1__postcss_8.4.31__links", + "package": "postcss-js", + "version": "4.0.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "camelcase-css": "2.0.1", + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-js": [ + "4.0.1_postcss_8.4.31" + ], + "camelcase-css": [ + "2.0.1" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dom-serializer__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__mkdirp__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mkdirp__1.0.4", + "package": "mkdirp", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pretty-format__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__27.5.1__links", + "package": "pretty-format", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-regex": "5.0.1", + "ansi-styles": "5.2.0", + "react-is": "17.0.2" + }, + "transitive_closure": { + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "5.2.0" + ], + "react-is": [ + "17.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_types__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__27.5.1", + "package": "@jest/types", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + "url": "https://registry.npmjs.org/@jest/types/-/types-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__at_types_is-odd__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_is-odd__3.0.2__links", + "package": "@types/is-odd", + "version": "3.0.2", + "dev": true, + "root_package": "", + "link_packages": { + "packages/one": [ + "@types/is-odd" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/is-odd": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__filesize__8.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__filesize__8.0.7__links", + "package": "filesize", + "version": "8.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "filesize": [ + "8.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_is-odd__3.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_is-odd__3.0.2", + "package": "@types/is-odd", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "packages/one": [ + "@types/is-odd" + ] + }, + "integrity": "sha512-a/mE50FokBkPY86oocj/oorgDaYjT+l2EGSVLwbAUFwjOpFFDlbqHW5I9FS0cISLxmuDRr1J26znAy88UkHUbg==", + "url": "https://registry.npmjs.org/@types/is-odd/-/is-odd-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__colord__2.9.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__colord__2.9.3", + "package": "colord", + "version": "2.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "url": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_testing-library_jest-dom__4.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_jest-dom__4.2.4__links", + "package": "@testing-library/jest-dom", + "version": "4.2.4", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "@testing-library/jest-dom" + ], + "react": [ + "@testing-library/jest-dom" + ] + }, + "deps": { + "@babel/runtime": "7.23.1", + "chalk": "2.4.2", + "css": "2.2.4", + "css.escape": "1.5.1", + "jest-diff": "24.9.0", + "jest-matcher-utils": "24.9.0", + "lodash": "4.17.21", + "pretty-format": "24.9.0", + "redent": "3.0.0" + }, + "transitive_closure": { + "@testing-library/jest-dom": [ + "4.2.4" + ], + "@babel/runtime": [ + "7.23.1" + ], + "chalk": [ + "2.4.2" + ], + "css": [ + "2.2.4" + ], + "css.escape": [ + "1.5.1" + ], + "jest-diff": [ + "24.9.0" + ], + "jest-matcher-utils": [ + "24.9.0" + ], + "lodash": [ + "4.17.21" + ], + "pretty-format": [ + "24.9.0" + ], + "redent": [ + "3.0.0" + ], + "indent-string": [ + "4.0.0" + ], + "strip-indent": [ + "3.0.0" + ], + "min-indent": [ + "1.0.1" + ], + "@jest/types": [ + "24.9.0" + ], + "ansi-regex": [ + "4.1.1" + ], + "ansi-styles": [ + "3.2.1" + ], + "react-is": [ + "16.13.1" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "1.1.2" + ], + "@types/yargs": [ + "13.0.12" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "jest-get-type": [ + "24.9.0" + ], + "diff-sequences": [ + "24.9.0" + ], + "inherits": [ + "2.0.4" + ], + "source-map": [ + "0.6.1" + ], + "source-map-resolve": [ + "0.5.3" + ], + "urix": [ + "0.1.0" + ], + "atob": [ + "2.1.2" + ], + "decode-uri-component": [ + "0.2.2" + ], + "resolve-url": [ + "0.2.1" + ], + "source-map-url": [ + "0.4.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "regenerator-runtime": [ + "0.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_expect-utils__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_expect-utils__29.7.0__links", + "package": "@jest/expect-utils", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "jest-get-type": "29.6.3" + }, + "transitive_closure": { + "@jest/expect-utils": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_sinonjs_fake-timers__8.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_fake-timers__8.1.0__links", + "package": "@sinonjs/fake-timers", + "version": "8.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@sinonjs/commons": "1.8.6" + }, + "transitive_closure": { + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_eslint__8.44.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_eslint__8.44.3__links", + "package": "@types/eslint", + "version": "8.44.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/estree": "1.0.2", + "@types/json-schema": "7.0.13" + }, + "transitive_closure": { + "@types/eslint": [ + "8.44.3" + ], + "@types/estree": [ + "1.0.2" + ], + "@types/json-schema": [ + "7.0.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helpers__7.23.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helpers__7.23.1", + "package": "@babel/helpers", + "version": "7.23.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", + "url": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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-normalize-charset__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-charset__5.1.0__postcss_8.4.31", + "package": "postcss-normalize-charset", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "url": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-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__vite__3.2.7__at_types_node_18.18.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vite__3.2.7__at_types_node_18.18.3", + "package": "vite", + "version": "3.2.7_at_types_node_18.18.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue/libraries/simple": [ + "vite" + ] + }, + "integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==", + "url": "https://registry.npmjs.org/vite/-/vite-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__at_types_estree__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_estree__1.0.2", + "package": "@types/estree", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==", + "url": "https://registry.npmjs.org/@types/estree/-/estree-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__babel-loader__8.3.0__-2089762372__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-loader__8.3.0__-2089762372__links", + "package": "babel-loader", + "version": "8.3.0_-2089762372", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "find-cache-dir": "3.3.2", + "loader-utils": "2.0.4", + "make-dir": "3.1.0", + "schema-utils": "2.7.1", + "webpack": "5.88.2" + }, + "transitive_closure": { + "babel-loader": [ + "8.3.0_-2089762372" + ], + "@babel/core": [ + "7.23.0" + ], + "find-cache-dir": [ + "3.3.2" + ], + "loader-utils": [ + "2.0.4" + ], + "make-dir": [ + "3.1.0" + ], + "schema-utils": [ + "3.3.0", + "2.7.1" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "5.5.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "semver": [ + "6.3.1" + ], + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "json5": [ + "2.2.3" + ], + "commondir": [ + "1.0.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "jsesc": [ + "2.5.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__safer-buffer__2.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__eslint-import-resolver-typescript__3.6.1__237066510": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-import-resolver-typescript__3.6.1__237066510", + "package": "eslint-import-resolver-typescript", + "version": "3.6.1_237066510", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==", + "url": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mime-types__2.1.35__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.2.45", + "package": "@vitejs/plugin-vue", + "version": "3.2.0_vite_3.2.7__vue_3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue": [ + "@vitejs/plugin-vue" + ] + }, + "integrity": "sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==", + "url": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-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__path-key__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__path-key__2.0.1", + "package": "path-key", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "url": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild__0.15.18__links", + "package": "esbuild", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@esbuild/android-arm": "0.15.18", + "@esbuild/linux-loong64": "0.15.18", + "esbuild-android-64": "0.15.18", + "esbuild-android-arm64": "0.15.18", + "esbuild-darwin-64": "0.15.18", + "esbuild-darwin-arm64": "0.15.18", + "esbuild-freebsd-64": "0.15.18", + "esbuild-freebsd-arm64": "0.15.18", + "esbuild-linux-32": "0.15.18", + "esbuild-linux-64": "0.15.18", + "esbuild-linux-arm": "0.15.18", + "esbuild-linux-arm64": "0.15.18", + "esbuild-linux-mips64le": "0.15.18", + "esbuild-linux-ppc64le": "0.15.18", + "esbuild-linux-riscv64": "0.15.18", + "esbuild-linux-s390x": "0.15.18", + "esbuild-netbsd-64": "0.15.18", + "esbuild-openbsd-64": "0.15.18", + "esbuild-sunos-64": "0.15.18", + "esbuild-windows-32": "0.15.18", + "esbuild-windows-64": "0.15.18", + "esbuild-windows-arm64": "0.15.18" + }, + "transitive_closure": { + "esbuild": [ + "0.15.18" + ], + "@esbuild/android-arm": [ + "0.15.18" + ], + "@esbuild/linux-loong64": [ + "0.15.18" + ], + "esbuild-android-64": [ + "0.15.18" + ], + "esbuild-android-arm64": [ + "0.15.18" + ], + "esbuild-darwin-64": [ + "0.15.18" + ], + "esbuild-darwin-arm64": [ + "0.15.18" + ], + "esbuild-freebsd-64": [ + "0.15.18" + ], + "esbuild-freebsd-arm64": [ + "0.15.18" + ], + "esbuild-linux-32": [ + "0.15.18" + ], + "esbuild-linux-64": [ + "0.15.18" + ], + "esbuild-linux-arm": [ + "0.15.18" + ], + "esbuild-linux-arm64": [ + "0.15.18" + ], + "esbuild-linux-mips64le": [ + "0.15.18" + ], + "esbuild-linux-ppc64le": [ + "0.15.18" + ], + "esbuild-linux-riscv64": [ + "0.15.18" + ], + "esbuild-linux-s390x": [ + "0.15.18" + ], + "esbuild-netbsd-64": [ + "0.15.18" + ], + "esbuild-openbsd-64": [ + "0.15.18" + ], + "esbuild-sunos-64": [ + "0.15.18" + ], + "esbuild-windows-32": [ + "0.15.18" + ], + "esbuild-windows-64": [ + "0.15.18" + ], + "esbuild-windows-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__utila__0.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_semver__7.5.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_semver__7.5.3__links", + "package": "@types/semver", + "version": "7.5.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/semver": [ + "7.5.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__unquote__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unquote__1.1.1", + "package": "unquote", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==", + "url": "https://registry.npmjs.org/unquote/-/unquote-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__webpack-sources__2.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-sources__2.3.1__links", + "package": "webpack-sources", + "version": "2.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "source-list-map": "2.0.1", + "source-map": "0.6.1" + }, + "transitive_closure": { + "webpack-sources": [ + "2.3.1" + ], + "source-list-map": [ + "2.0.1" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsx-ast-utils__3.3.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsx-ast-utils__3.3.5__links", + "package": "jsx-ast-utils", + "version": "3.3.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-includes": "3.1.7", + "array.prototype.flat": "1.3.2", + "object.assign": "4.1.4", + "object.values": "1.1.7" + }, + "transitive_closure": { + "jsx-ast-utils": [ + "3.3.5" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "object.assign": [ + "4.1.4" + ], + "object.values": [ + "1.1.7" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ], + "es-shim-unscopables": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__p-limit__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__doctrine__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__doctrine__2.1.0", + "package": "doctrine", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "url": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_yargs__13.0.12": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__13.0.12", + "package": "@types/yargs", + "version": "13.0.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==", + "url": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__y18n__5.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__postcss-initial__4.0.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-initial__4.0.1__postcss_8.4.31__links", + "package": "postcss-initial", + "version": "4.0.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-initial": [ + "4.0.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string-length__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string-length__4.0.2__links", + "package": "string-length", + "version": "4.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "char-regex": "1.0.2", + "strip-ansi": "6.0.1" + }, + "transitive_closure": { + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-message-util__28.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-message-util__28.1.3", + "package": "jest-message-util", + "version": "28.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "url": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.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__pify__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pify__3.0.0__links", + "package": "pify", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pify": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-is-pseudo-class__2.0.7__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-is-pseudo-class__2.0.7__postcss_8.4.31__links", + "package": "@csstools/postcss-is-pseudo-class", + "version": "2.0.7_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/selector-specificity": "2.2.0_postcss-selector-parser_6.0.13", + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "@csstools/postcss-is-pseudo-class": [ + "2.0.7_postcss_8.4.31" + ], + "@csstools/selector-specificity": [ + "2.2.0_postcss-selector-parser_6.0.13" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-class-properties__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-class-properties__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-class-properties", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-class-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-environment-jsdom__29.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__29.5.0__links", + "package": "jest-environment-jsdom", + "version": "29.5.0", + "dev": true, + "root_package": "", + "link_packages": { + "next.js": [ + "jest-environment-jsdom" + ] + }, + "deps": { + "@jest/environment": "29.7.0", + "@jest/fake-timers": "29.7.0", + "@jest/types": "29.6.3", + "@types/jsdom": "20.0.1", + "@types/node": "18.11.9", + "jest-mock": "29.7.0", + "jest-util": "29.7.0", + "jsdom": "20.0.3" + }, + "transitive_closure": { + "jest-environment-jsdom": [ + "29.5.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/jsdom": [ + "20.0.1" + ], + "@types/node": [ + "18.11.9" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jsdom": [ + "20.0.3" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-globals": [ + "7.0.1" + ], + "cssom": [ + "0.3.8", + "0.5.0" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "3.0.2" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "4.0.0" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "4.0.0" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "7.1.2" + ], + "saxes": [ + "6.0.0" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "11.0.0" + ], + "ws": [ + "8.14.2" + ], + "xml-name-validator": [ + "4.0.0" + ], + "tr46": [ + "3.0.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "entities": [ + "4.5.0" + ], + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "source-map": [ + "0.6.1" + ], + "acorn-walk": [ + "8.2.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/tough-cookie": [ + "4.0.3" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsonc-parser__3.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsonc-parser__3.2.0", + "package": "jsonc-parser", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "url": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-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__require-from-string__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_rollup_plugin-replace__2.4.2__rollup_2.79.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_plugin-replace__2.4.2__rollup_2.79.1", + "package": "@rollup/plugin-replace", + "version": "2.4.2_rollup_2.79.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", + "url": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-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__globals__11.12.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__globals__11.12.0__links", + "package": "globals", + "version": "11.12.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "globals": [ + "11.12.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array-includes__3.1.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array-includes__3.1.7__links", + "package": "array-includes", + "version": "3.1.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "get-intrinsic": "1.2.1", + "is-string": "1.0.7" + }, + "transitive_closure": { + "array-includes": [ + "3.1.7" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-string": [ + "1.0.7" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string_decoder__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__minimalistic-assert__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__whatwg-mimetype__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-mimetype__2.3.0", + "package": "whatwg-mimetype", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", + "url": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-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__yargs-parser__21.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yargs-parser__21.1.1__links", + "package": "yargs-parser", + "version": "21.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yargs-parser": [ + "21.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-font-format-keywords__1.0.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-font-format-keywords__1.0.1__postcss_8.4.31__links", + "package": "@csstools/postcss-font-format-keywords", + "version": "1.0.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-font-format-keywords": [ + "1.0.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_compat-data__7.22.20__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_compat-data__7.22.20__links", + "package": "@babel/compat-data", + "version": "7.22.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/compat-data": [ + "7.22.20" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__next__13.0.5__1506564262__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__next__13.0.5__1506564262__links", + "package": "next", + "version": "13.0.5_1506564262", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "next" + ] + }, + "deps": { + "@next/swc-android-arm-eabi": "13.0.5", + "@next/swc-android-arm64": "13.0.5", + "@next/swc-darwin-arm64": "13.0.5", + "@next/swc-darwin-x64": "13.0.5", + "@next/swc-freebsd-x64": "13.0.5", + "@next/swc-linux-arm-gnueabihf": "13.0.5", + "@next/swc-linux-arm64-gnu": "13.0.5", + "@next/swc-linux-arm64-musl": "13.0.5", + "@next/swc-linux-x64-gnu": "13.0.5", + "@next/swc-linux-x64-musl": "13.0.5", + "@next/swc-win32-arm64-msvc": "13.0.5", + "@next/swc-win32-ia32-msvc": "13.0.5", + "@next/swc-win32-x64-msvc": "13.0.5", + "@next/env": "13.0.5", + "@swc/helpers": "0.4.14", + "caniuse-lite": "1.0.30001542", + "postcss": "8.4.14", + "react": "18.2.0", + "react-dom": "18.2.0_react_18.2.0", + "styled-jsx": "5.1.0_-756074946" + }, + "transitive_closure": { + "next": [ + "13.0.5_1506564262" + ], + "@next/env": [ + "13.0.5" + ], + "@swc/helpers": [ + "0.4.14" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "postcss": [ + "8.4.14" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "styled-jsx": [ + "5.1.0_-756074946" + ], + "@next/swc-android-arm-eabi": [ + "13.0.5" + ], + "@next/swc-android-arm64": [ + "13.0.5" + ], + "@next/swc-darwin-arm64": [ + "13.0.5" + ], + "@next/swc-darwin-x64": [ + "13.0.5" + ], + "@next/swc-freebsd-x64": [ + "13.0.5" + ], + "@next/swc-linux-arm-gnueabihf": [ + "13.0.5" + ], + "@next/swc-linux-arm64-gnu": [ + "13.0.5" + ], + "@next/swc-linux-arm64-musl": [ + "13.0.5" + ], + "@next/swc-linux-x64-gnu": [ + "13.0.5" + ], + "@next/swc-linux-x64-musl": [ + "13.0.5" + ], + "@next/swc-win32-arm64-msvc": [ + "13.0.5" + ], + "@next/swc-win32-ia32-msvc": [ + "13.0.5" + ], + "@next/swc-win32-x64-msvc": [ + "13.0.5" + ], + "@babel/core": [ + "7.23.0" + ], + "client-only": [ + "0.0.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "scheduler": [ + "0.23.0" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ], + "tslib": [ + "2.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__underscore__1.12.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__underscore__1.12.1__links", + "package": "underscore", + "version": "1.12.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "underscore": [ + "1.12.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__chokidar__3.5.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "chokidar": [ + "3.5.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" + ], + "fsevents": [ + "2.3.3" + ], + "picomatch": [ + "2.3.1" + ], + "is-extglob": [ + "2.1.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core-darwin-x64__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-darwin-x64__1.3.100__links", + "package": "@swc/core-darwin-x64", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/core-darwin-x64": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__spdx-correct__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__spdx-correct__3.2.0__links", + "package": "spdx-correct", + "version": "3.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "spdx-expression-parse": "3.0.1", + "spdx-license-ids": "3.0.15" + }, + "transitive_closure": { + "spdx-correct": [ + "3.2.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-license-ids": [ + "3.0.15" + ], + "spdx-exceptions": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-openbsd-64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-openbsd-64__0.15.18", + "package": "esbuild-openbsd-64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==", + "url": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.18.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__jest-matcher-utils__24.9.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-matcher-utils__24.9.0", + "package": "jest-matcher-utils", + "version": "24.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA==", + "url": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.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__array.prototype.flat__1.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.flat__1.3.2", + "package": "array.prototype.flat", + "version": "1.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + "url": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__uri-js__4.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__istanbul-lib-report__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-report__3.0.1", + "package": "istanbul-lib-report", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "url": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__isexe__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__workbox-webpack-plugin__6.6.0__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-webpack-plugin__6.6.0__webpack_5.88.2__links", + "package": "workbox-webpack-plugin", + "version": "6.6.0_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fast-json-stable-stringify": "2.1.0", + "pretty-bytes": "5.6.0", + "upath": "1.2.0", + "webpack": "5.88.2", + "webpack-sources": "1.4.3", + "workbox-build": "6.6.0" + }, + "transitive_closure": { + "workbox-webpack-plugin": [ + "6.6.0_webpack_5.88.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pretty-bytes": [ + "5.6.0" + ], + "upath": [ + "1.2.0" + ], + "webpack": [ + "5.88.2" + ], + "webpack-sources": [ + "3.2.3", + "1.4.3" + ], + "workbox-build": [ + "6.6.0" + ], + "@apideck/better-ajv-errors": [ + "0.3.6_ajv_8.12.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/preset-env": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/runtime": [ + "7.23.1" + ], + "@rollup/plugin-babel": [ + "5.3.1_116925565" + ], + "@rollup/plugin-node-resolve": [ + "11.2.1_rollup_2.79.1" + ], + "@rollup/plugin-replace": [ + "2.4.2_rollup_2.79.1" + ], + "@surma/rollup-plugin-off-main-thread": [ + "2.2.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "common-tags": [ + "1.8.2" + ], + "fs-extra": [ + "9.1.0" + ], + "glob": [ + "7.2.3" + ], + "lodash": [ + "4.17.21" + ], + "rollup": [ + "2.79.1" + ], + "rollup-plugin-terser": [ + "7.0.2_rollup_2.79.1" + ], + "source-map": [ + "0.6.1", + "0.8.0-beta.0" + ], + "stringify-object": [ + "3.3.0" + ], + "strip-comments": [ + "2.0.1" + ], + "tempy": [ + "0.6.0" + ], + "workbox-background-sync": [ + "6.6.0" + ], + "workbox-broadcast-update": [ + "6.6.0" + ], + "workbox-cacheable-response": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ], + "workbox-expiration": [ + "6.6.0" + ], + "workbox-google-analytics": [ + "6.6.0" + ], + "workbox-navigation-preload": [ + "6.6.0" + ], + "workbox-precaching": [ + "6.6.0" + ], + "workbox-range-requests": [ + "6.6.0" + ], + "workbox-recipes": [ + "6.6.0" + ], + "workbox-routing": [ + "6.6.0" + ], + "workbox-strategies": [ + "6.6.0" + ], + "workbox-streams": [ + "6.6.0" + ], + "workbox-sw": [ + "6.6.0" + ], + "workbox-window": [ + "6.6.0" + ], + "@types/trusted-types": [ + "2.0.4" + ], + "idb": [ + "7.1.1" + ], + "is-stream": [ + "2.0.1" + ], + "temp-dir": [ + "2.0.0" + ], + "type-fest": [ + "0.16.0" + ], + "unique-string": [ + "2.0.0" + ], + "crypto-random-string": [ + "2.0.0" + ], + "get-own-enumerable-property-symbols": [ + "3.0.2" + ], + "is-obj": [ + "1.0.1" + ], + "is-regexp": [ + "1.0.0" + ], + "whatwg-url": [ + "7.1.0" + ], + "lodash.sortby": [ + "4.7.0" + ], + "tr46": [ + "1.0.1" + ], + "webidl-conversions": [ + "4.0.2" + ], + "punycode": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "jest-worker": [ + "27.5.1", + "26.6.2" + ], + "serialize-javascript": [ + "6.0.1", + "4.0.0" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "acorn": [ + "8.10.0" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1", + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "4.1.2", + "2.4.2" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "5.1.6", + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1", + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "at-least-node": [ + "1.0.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "ejs": [ + "3.1.9" + ], + "json5": [ + "2.2.3" + ], + "magic-string": [ + "0.25.9" + ], + "string.prototype.matchall": [ + "4.0.10" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "set-function-name": [ + "2.0.1" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "is-date-object": [ + "1.0.5" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "jake": [ + "10.8.7" + ], + "async": [ + "3.2.4" + ], + "filelist": [ + "1.0.4" + ], + "@rollup/pluginutils": [ + "3.1.0_rollup_2.79.1" + ], + "@types/estree": [ + "1.0.2", + "0.0.39" + ], + "estree-walker": [ + "1.0.1" + ], + "picomatch": [ + "2.3.1" + ], + "@types/resolve": [ + "1.17.1" + ], + "builtin-modules": [ + "3.3.0" + ], + "deepmerge": [ + "4.3.1" + ], + "is-module": [ + "1.0.0" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoping": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-static-block": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-classes": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-computed-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-destructuring": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-for-of": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-function-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-json-strings": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-amd": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-umd": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-new-target": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-super": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-parameters": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-methods": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-property-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-regenerator": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-reserved-words": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-spread": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-template-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.5_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs3": [ + "0.8.4_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-regenerator": [ + "0.5.2_at_babel_core_7.23.0" + ], + "core-js-compat": [ + "3.33.0" + ], + "semver": [ + "6.3.1" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "ms": [ + "2.1.2" + ], + "esutils": [ + "2.0.3" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "regenerator-transform": [ + "0.15.2" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json-schema": [ + "0.4.0" + ], + "jsonpointer": [ + "5.0.1" + ], + "leven": [ + "3.1.0" + ], + "source-list-map": [ + "2.0.1" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "5.1.1" + ], + "events": [ + "3.3.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "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.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_volar_typescript__1.0.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_typescript__1.0.9__links", + "package": "@volar/typescript", + "version": "1.0.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@volar/language-core": "1.0.9" + }, + "transitive_closure": { + "@volar/typescript": [ + "1.0.9" + ], + "@volar/language-core": [ + "1.0.9" + ], + "@volar/source-map": [ + "1.0.9" + ], + "@vue/reactivity": [ + "3.3.4" + ], + "muggle-string": [ + "0.1.0" + ], + "@vue/shared": [ + "3.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__chalk__4.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_babel_plugin-transform-dotall-regex__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-dotall-regex__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-dotall-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-dotall-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "semver": [ + "6.3.1" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_express-serve-static-core__4.17.37": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_express-serve-static-core__4.17.37", + "package": "@types/express-serve-static-core", + "version": "4.17.37", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZohaCYTgGFcOP7u6aJOhY9uIZQgZ2vxC2yWoArY+FeDXlqeH66ZVBjgvg+RLVAS/DWNq4Ap9ZXu1+SUQiiWYMg==", + "url": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.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__array.prototype.tosorted__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.tosorted__1.1.2__links", + "package": "array.prototype.tosorted", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "es-shim-unscopables": "1.0.0", + "get-intrinsic": "1.2.1" + }, + "transitive_closure": { + "array.prototype.tosorted": [ + "1.1.2" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack-dev-middleware__5.3.3__webpack_5.89.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-middleware__5.3.3__webpack_5.89.0__links", + "package": "webpack-dev-middleware", + "version": "5.3.3_webpack_5.89.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "colorette": "2.0.20", + "memfs": "3.5.3", + "mime-types": "2.1.35", + "range-parser": "1.2.1", + "schema-utils": "4.2.0", + "webpack": "5.89.0_-1501518582" + }, + "transitive_closure": { + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "colorette": [ + "2.0.20" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "webpack": [ + "5.89.0_-1501518582" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-cli": [ + "5.1.4_34022717" + ], + "webpack-sources": [ + "3.2.3" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "commander": [ + "2.20.3", + "10.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "express": [ + "4.18.2" + ], + "html-entities": [ + "2.4.0" + ], + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "ws": [ + "8.14.2" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "mime-db": [ + "1.52.0" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@swc/core": [ + "1.3.100" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "8.12.0", + "6.12.6" + ], + "ajv-keywords": [ + "5.1.0_ajv_8.12.0", + "3.5.2_ajv_6.12.6" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "1.0.0", + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "require-from-string": [ + "2.0.2" + ], + "fs-monkey": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_volar_typescript__1.0.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_typescript__1.0.9", + "package": "@volar/typescript", + "version": "1.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dVziu+ShQUWuMukM6bvK2v2O446/gG6l1XkTh2vfkccw1IzjfbiP1TWQoNo1ipTfZOtu5YJGYAx+o5HNrGXWfQ==", + "url": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cssnano__5.1.15__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssnano__5.1.15__postcss_8.4.31__links", + "package": "cssnano", + "version": "5.1.15_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cssnano-preset-default": "5.2.14_postcss_8.4.31", + "lilconfig": "2.1.0", + "postcss": "8.4.31", + "yaml": "1.10.2" + }, + "transitive_closure": { + "cssnano": [ + "5.1.15_postcss_8.4.31" + ], + "cssnano-preset-default": [ + "5.2.14_postcss_8.4.31" + ], + "lilconfig": [ + "2.1.0" + ], + "postcss": [ + "8.4.31" + ], + "yaml": [ + "1.10.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "css-declaration-sorter": [ + "6.4.1_postcss_8.4.31" + ], + "cssnano-utils": [ + "3.1.0_postcss_8.4.31" + ], + "postcss-calc": [ + "8.2.4_postcss_8.4.31" + ], + "postcss-colormin": [ + "5.3.1_postcss_8.4.31" + ], + "postcss-convert-values": [ + "5.1.3_postcss_8.4.31" + ], + "postcss-discard-comments": [ + "5.1.2_postcss_8.4.31" + ], + "postcss-discard-duplicates": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-discard-empty": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-discard-overridden": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-merge-longhand": [ + "5.1.7_postcss_8.4.31" + ], + "postcss-merge-rules": [ + "5.1.4_postcss_8.4.31" + ], + "postcss-minify-font-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-minify-gradients": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-minify-params": [ + "5.1.4_postcss_8.4.31" + ], + "postcss-minify-selectors": [ + "5.2.1_postcss_8.4.31" + ], + "postcss-normalize-charset": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-display-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-positions": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-repeat-style": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-string": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-timing-functions": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-unicode": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-url": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-whitespace": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-ordered-values": [ + "5.1.3_postcss_8.4.31" + ], + "postcss-reduce-initial": [ + "5.1.2_postcss_8.4.31" + ], + "postcss-reduce-transforms": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-svgo": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-unique-selectors": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "svgo": [ + "2.8.0" + ], + "@trysound/sax": [ + "0.2.0" + ], + "commander": [ + "7.2.0" + ], + "css-select": [ + "4.3.0" + ], + "css-tree": [ + "1.1.3" + ], + "csso": [ + "4.2.0" + ], + "stable": [ + "0.1.8" + ], + "mdn-data": [ + "2.0.14" + ], + "source-map": [ + "0.6.1" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "nth-check": [ + "2.1.1" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "entities": [ + "2.2.0" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-api": [ + "3.0.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "lodash.memoize": [ + "4.1.2" + ], + "lodash.uniq": [ + "4.5.0" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "normalize-url": [ + "6.1.0" + ], + "colord": [ + "2.9.3" + ], + "stylehacks": [ + "5.1.1_postcss_8.4.31" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__makeerror__1.0.12__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__makeerror__1.0.12__links", + "package": "makeerror", + "version": "1.0.12", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tmpl": "1.0.5" + }, + "transitive_closure": { + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__html-webpack-plugin__5.5.3__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-webpack-plugin__5.5.3__webpack_5.88.2__links", + "package": "html-webpack-plugin", + "version": "5.5.3_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "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.88.2" + }, + "transitive_closure": { + "html-webpack-plugin": [ + "5.5.3_webpack_5.88.2" + ], + "@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.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "8.3.0", + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "renderkid": [ + "3.0.0" + ], + "css-select": [ + "4.3.0" + ], + "dom-converter": [ + "0.2.0" + ], + "htmlparser2": [ + "6.1.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "dom-serializer": [ + "1.4.1" + ], + "utila": [ + "0.4.0" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "nth-check": [ + "2.1.1" + ], + "camel-case": [ + "4.1.2" + ], + "clean-css": [ + "5.3.2" + ], + "he": [ + "1.2.0" + ], + "param-case": [ + "3.0.4" + ], + "relateurl": [ + "0.2.7" + ], + "dot-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "no-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "pascal-case": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_apideck_better-ajv-errors__0.3.6__ajv_8.12.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_apideck_better-ajv-errors__0.3.6__ajv_8.12.0", + "package": "@apideck/better-ajv-errors", + "version": "0.3.6_ajv_8.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", + "url": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fraction.js__4.3.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fraction.js__4.3.6", + "package": "fraction.js", + "version": "4.3.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==", + "url": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-hyperlinks__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__supports-hyperlinks__2.3.0", + "package": "supports-hyperlinks", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "url": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-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__postcss-modules-local-by-default__4.0.3__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-local-by-default__4.0.3__postcss_8.4.31__links", + "package": "postcss-modules-local-by-default", + "version": "4.0.3_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "icss-utils": "5.1.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-modules-local-by-default": [ + "4.0.3_postcss_8.4.31" + ], + "icss-utils": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_test-sequencer__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-sequencer__29.7.0", + "package": "@jest/test-sequencer", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", + "url": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_svgr_babel-plugin-transform-react-native-svg__5.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-transform-react-native-svg__5.4.0__links", + "package": "@svgr/babel-plugin-transform-react-native-svg", + "version": "5.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@svgr/babel-plugin-transform-react-native-svg": [ + "5.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_sinonjs_commons__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_commons__3.0.0__links", + "package": "@sinonjs/commons", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "type-detect": "4.0.8" + }, + "transitive_closure": { + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-react-display-name__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-display-name__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-react-display-name", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-optional-catch-binding__7.22.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-optional-catch-binding__7.22.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-optional-catch-binding", + "version": "7.22.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-optional-catch-binding": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__reflect.getprototypeof__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__reflect.getprototypeof__1.0.4", + "package": "reflect.getprototypeof", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==", + "url": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-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__regenerate__1.4.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerate__1.4.2", + "package": "regenerate", + "version": "1.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "url": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.0__links", + "package": "@babel/plugin-proposal-optional-chaining", + "version": "7.21.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", + "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__istanbul-lib-instrument__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-instrument__6.0.0__links", + "package": "istanbul-lib-instrument", + "version": "6.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/parser": "7.23.0", + "@istanbuljs/schema": "0.1.3", + "istanbul-lib-coverage": "3.2.0", + "semver": "7.5.4" + }, + "transitive_closure": { + "istanbul-lib-instrument": [ + "6.0.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/parser": [ + "7.23.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__csso__4.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__csso__4.2.0", + "package": "csso", + "version": "4.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "url": "https://registry.npmjs.org/csso/-/csso-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__postcss-import__15.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-import__15.1.0__postcss_8.4.31", + "package": "postcss-import", + "version": "15.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "url": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-svgo__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-svgo__5.1.0__postcss_8.4.31", + "package": "postcss-svgo", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "url": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-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__at_volar_language-core__1.0.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_language-core__1.0.9", + "package": "@volar/language-core", + "version": "1.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw==", + "url": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__file-entry-cache__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__file-entry-cache__6.0.1__links", + "package": "file-entry-cache", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "flat-cache": "3.1.0" + }, + "transitive_closure": { + "file-entry-cache": [ + "6.0.1" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "json-buffer": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__redent__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__redent__3.0.0__links", + "package": "redent", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "indent-string": "4.0.0", + "strip-indent": "3.0.0" + }, + "transitive_closure": { + "redent": [ + "3.0.0" + ], + "indent-string": [ + "4.0.0" + ], + "strip-indent": [ + "3.0.0" + ], + "min-indent": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__which-typed-array__1.1.11__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which-typed-array__1.1.11__links", + "package": "which-typed-array", + "version": "1.1.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "available-typed-arrays": "1.0.5", + "call-bind": "1.0.2", + "for-each": "0.3.3", + "gopd": "1.0.1", + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "call-bind": [ + "1.0.2" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "is-callable": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__yocto-queue__0.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__http-proxy-agent__4.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_esbuild_android-arm__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_esbuild_android-arm__0.15.18", + "package": "@esbuild/android-arm", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==", + "url": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.15.18.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__make-dir__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__make-dir__3.1.0", + "package": "make-dir", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "url": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-parse__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__istanbul-lib-report__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-report__3.0.1__links", + "package": "istanbul-lib-report", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "istanbul-lib-coverage": "3.2.0", + "make-dir": "4.0.0", + "supports-color": "7.2.0" + }, + "transitive_closure": { + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "make-dir": [ + "4.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "semver": [ + "7.5.4" + ], + "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" + } + }, + "npm__resolve-pkg-maps__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve-pkg-maps__1.0.0__links", + "package": "resolve-pkg-maps", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve-pkg-maps": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__function.prototype.name__1.1.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__function.prototype.name__1.1.6", + "package": "function.prototype.name", + "version": "1.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__whatwg-url__11.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-url__11.0.0__links", + "package": "whatwg-url", + "version": "11.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "tr46": "3.0.0", + "webidl-conversions": "7.0.0" + }, + "transitive_closure": { + "whatwg-url": [ + "11.0.0" + ], + "tr46": [ + "3.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-jsx", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-nullish-coalescing-operator__7.22.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-nullish-coalescing-operator__7.22.11__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-nullish-coalescing-operator", + "version": "7.22.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.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__regenerate-unicode-properties__10.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerate-unicode-properties__10.1.1__links", + "package": "regenerate-unicode-properties", + "version": "10.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "regenerate": "1.4.2" + }, + "transitive_closure": { + "regenerate-unicode-properties": [ + "10.1.1" + ], + "regenerate": [ + "1.4.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_compiler-dom__3.2.37__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-dom__3.2.37__links", + "package": "@vue/compiler-dom", + "version": "3.2.37", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-core": "3.2.37", + "@vue/shared": "3.2.37" + }, + "transitive_closure": { + "@vue/compiler-dom": [ + "3.2.37" + ], + "@vue/compiler-core": [ + "3.2.37" + ], + "@vue/shared": [ + "3.2.37" + ], + "@babel/parser": [ + "7.23.0" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map": [ + "0.6.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-windows-arm64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-windows-arm64__0.15.18", + "package": "esbuild-windows-arm64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==", + "url": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.18.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__json-schema__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json-schema__0.4.0__links", + "package": "json-schema", + "version": "0.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-schema": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__safe-buffer__5.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__shallow-clone__3.0.1__links", + "package": "shallow-clone", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "kind-of": "6.0.3" + }, + "transitive_closure": { + "shallow-clone": [ + "3.0.1" + ], + "kind-of": [ + "6.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-linux-64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-64__0.15.18__links", + "package": "esbuild-linux-64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-linux-64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_svgr_babel-preset__5.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-preset__5.5.0", + "package": "@svgr/babel-preset", + "version": "5.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", + "url": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-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__fast-levenshtein__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fast-levenshtein__2.0.6__links", + "package": "fast-levenshtein", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fast-levenshtein": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsx-ast-utils__3.3.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsx-ast-utils__3.3.5", + "package": "jsx-ast-utils", + "version": "3.3.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "url": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-config__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-config__27.5.1", + "package": "jest-config", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "url": "https://registry.npmjs.org/jest-config/-/jest-config-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__jest-worker__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__29.7.0__links", + "package": "jest-worker", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9", + "jest-util": "29.7.0", + "merge-stream": "2.0.0", + "supports-color": "8.1.1" + }, + "transitive_closure": { + "jest-worker": [ + "29.7.0" + ], + "@types/node": [ + "18.11.9" + ], + "jest-util": [ + "29.7.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jest/types": [ + "29.6.3" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__react-dom__18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-dom__18.2.0__react_18.2.0", + "package": "react-dom", + "version": "18.2.0_react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "react-dom" + ], + "react": [ + "react-dom" + ], + "react-webpack": [ + "react-dom" + ] + }, + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + "url": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__locate-path__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__locate-path__3.0.0__links", + "package": "locate-path", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-locate": "3.0.0", + "path-exists": "3.0.0" + }, + "transitive_closure": { + "locate-path": [ + "3.0.0" + ], + "p-locate": [ + "3.0.0" + ], + "path-exists": [ + "3.0.0" + ], + "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" + } + }, + "npm__at_webassemblyjs_wasm-gen__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-gen__1.11.6", + "package": "@webassemblyjs/wasm-gen", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dot-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "no-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "lower-case": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_svgr_babel-plugin-svg-em-dimensions__5.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-svg-em-dimensions__5.4.0", + "package": "@svgr/babel-plugin-svg-em-dimensions", + "version": "5.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", + "url": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-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__aria-query__5.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__aria-query__5.3.0", + "package": "aria-query", + "version": "5.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", + "url": "https://registry.npmjs.org/aria-query/-/aria-query-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__jsdom__16.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsdom__16.7.0__links", + "package": "jsdom", + "version": "16.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "abab": "2.0.6", + "acorn": "8.10.0", + "acorn-globals": "6.0.0", + "cssom": "0.4.4", + "cssstyle": "2.3.0", + "data-urls": "2.0.0", + "decimal.js": "10.4.3", + "domexception": "2.0.1", + "escodegen": "2.1.0", + "form-data": "3.0.1", + "html-encoding-sniffer": "2.0.1", + "http-proxy-agent": "4.0.1", + "https-proxy-agent": "5.0.1", + "is-potential-custom-element-name": "1.0.1", + "nwsapi": "2.2.7", + "parse5": "6.0.1", + "saxes": "5.0.1", + "symbol-tree": "3.2.4", + "tough-cookie": "4.1.3", + "w3c-hr-time": "1.0.2", + "w3c-xmlserializer": "2.0.0", + "webidl-conversions": "6.1.0", + "whatwg-encoding": "1.0.5", + "whatwg-mimetype": "2.3.0", + "whatwg-url": "8.7.0", + "ws": "7.5.9", + "xml-name-validator": "3.0.0" + }, + "transitive_closure": { + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "source-map": [ + "0.6.1" + ], + "acorn-walk": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-flow-strip-types__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-flow-strip-types__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-flow-strip-types", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-get-type__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__29.6.3__links", + "package": "jest-get-type", + "version": "29.6.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jest-get-type": [ + "29.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_esbuild_linux-loong64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_esbuild_linux-loong64__0.15.18", + "package": "@esbuild/linux-loong64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==", + "url": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.18.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__domelementtype__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__iconv-lite__0.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__iconv-lite__0.6.3", + "package": "iconv-lite", + "version": "0.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__process-nextick-args__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__csso__4.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__csso__4.2.0__links", + "package": "csso", + "version": "4.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "css-tree": "1.1.3" + }, + "transitive_closure": { + "csso": [ + "4.2.0" + ], + "css-tree": [ + "1.1.3" + ], + "mdn-data": [ + "2.0.14" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__spdx-exceptions__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__spdx-exceptions__2.3.0", + "package": "spdx-exceptions", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "url": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-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__jest-matcher-utils__24.9.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-matcher-utils__24.9.0__links", + "package": "jest-matcher-utils", + "version": "24.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "2.4.2", + "jest-diff": "24.9.0", + "jest-get-type": "24.9.0", + "pretty-format": "24.9.0" + }, + "transitive_closure": { + "jest-matcher-utils": [ + "24.9.0" + ], + "chalk": [ + "2.4.2" + ], + "jest-diff": [ + "24.9.0" + ], + "jest-get-type": [ + "24.9.0" + ], + "pretty-format": [ + "24.9.0" + ], + "@jest/types": [ + "24.9.0" + ], + "ansi-regex": [ + "4.1.1" + ], + "ansi-styles": [ + "3.2.1" + ], + "react-is": [ + "16.13.1" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "1.1.2" + ], + "@types/yargs": [ + "13.0.12" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "diff-sequences": [ + "24.9.0" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-nullish-coalescing-operator", + "version": "7.8.3_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ajv-keywords__3.5.2__ajv_6.12.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__kleur__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__kleur__3.0.3__links", + "package": "kleur", + "version": "3.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "kleur": [ + "3.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__html-encoding-sniffer__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-encoding-sniffer__3.0.0__links", + "package": "html-encoding-sniffer", + "version": "3.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "whatwg-encoding": "2.0.0" + }, + "transitive_closure": { + "html-encoding-sniffer": [ + "3.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__css-blank-pseudo__3.0.3__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-blank-pseudo__3.0.3__postcss_8.4.31__links", + "package": "css-blank-pseudo", + "version": "3.0.3_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "css-blank-pseudo": [ + "3.0.3_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-preset-env__7.8.3__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-preset-env__7.8.3__postcss_8.4.31", + "package": "postcss-preset-env", + "version": "7.8.3_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", + "url": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-numeric-separator__7.22.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-numeric-separator__7.22.11__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-numeric-separator", + "version": "7.22.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.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__watchpack__2.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__yargs-parser__21.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yargs-parser__21.1.1", + "package": "yargs-parser", + "version": "21.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob-parent__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-glob": [ + "4.0.3" + ], + "is-extglob": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__shebang-regex__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__sisteransi__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sisteransi__1.0.5", + "package": "sisteransi", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "url": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__es-set-tostringtag__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-set-tostringtag__2.0.1", + "package": "es-set-tostringtag", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "url": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-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__next__13.0.5__1506564262": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__next__13.0.5__1506564262", + "package": "next", + "version": "13.0.5_1506564262", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "next" + ] + }, + "integrity": "sha512-awpc3DkphyKydwCotcBnuKwh6hMqkT5xdiBK4OatJtOZurDPBYLP62jtM2be/4OunpmwIbsS0Eyv+ZGU97ciEg==", + "url": "https://registry.npmjs.org/next/-/next-13.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__string.prototype.matchall__4.0.10__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.matchall__4.0.10__links", + "package": "string.prototype.matchall", + "version": "4.0.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "get-intrinsic": "1.2.1", + "has-symbols": "1.0.3", + "internal-slot": "1.0.5", + "regexp.prototype.flags": "1.5.1", + "set-function-name": "2.0.1", + "side-channel": "1.0.4" + }, + "transitive_closure": { + "string.prototype.matchall": [ + "4.0.10" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "set-function-name": [ + "2.0.1" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_rollup_plugin-node-resolve__11.2.1__rollup_2.79.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_plugin-node-resolve__11.2.1__rollup_2.79.1", + "package": "@rollup/plugin-node-resolve", + "version": "11.2.1_rollup_2.79.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", + "url": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.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__available-typed-arrays__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__available-typed-arrays__1.0.5", + "package": "available-typed-arrays", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "url": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-runtime__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-runtime__29.7.0", + "package": "jest-runtime", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", + "url": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-object-rest-spread", + "version": "7.8.3_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_compiler-sfc__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-sfc__3.2.45__links", + "package": "@vue/compiler-sfc", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@vue/compiler-core": "3.2.45", + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-ssr": "3.2.45", + "@vue/reactivity-transform": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "2.0.2", + "magic-string": "0.25.9", + "postcss": "8.4.31", + "source-map": "0.6.1" + }, + "transitive_closure": { + "@vue/compiler-sfc": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.2.45" + ], + "@vue/compiler-dom": [ + "3.2.45" + ], + "@vue/compiler-ssr": [ + "3.2.45" + ], + "@vue/reactivity-transform": [ + "3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.25.9" + ], + "postcss": [ + "8.4.31" + ], + "source-map": [ + "0.6.1" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__lodash.sortby__4.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.sortby__4.7.0__links", + "package": "lodash.sortby", + "version": "4.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash.sortby": [ + "4.7.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_ast__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_ast__1.11.6__links", + "package": "@webassemblyjs/ast", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + }, + "transitive_closure": { + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__data-urls__3.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__data-urls__3.0.2", + "package": "data-urls", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", + "url": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__whatwg-url__7.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-url__7.1.0", + "package": "whatwg-url", + "version": "7.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-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__confusing-browser-globals__1.0.11": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__confusing-browser-globals__1.0.11", + "package": "confusing-browser-globals", + "version": "1.0.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", + "url": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-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__kind-of__3.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__kind-of__3.2.2", + "package": "kind-of", + "version": "3.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__regenerator-runtime__0.13.11__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerator-runtime__0.13.11__links", + "package": "regenerator-runtime", + "version": "0.13.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "regenerator-runtime": [ + "0.13.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__get-stream__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_helper-plugin-utils__7.22.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-plugin-utils__7.22.5", + "package": "@babel/helper-plugin-utils", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "url": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lodash.merge__4.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.merge__4.6.2__links", + "package": "lodash.merge", + "version": "4.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash.merge": [ + "4.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__gzip-size__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__gzip-size__6.0.0", + "package": "gzip-size", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "url": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-modules-commonjs__7.23.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-commonjs__7.23.0__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-modules-commonjs", + "version": "7.23.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack__5.89.0__-1501518582__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack__5.89.0__-1501518582__links", + "package": "webpack", + "version": "5.89.0_-1501518582", + "dev": true, + "root_package": "", + "link_packages": { + "react-webpack": [ + "webpack" + ] + }, + "deps": { + "@types/eslint-scope": "3.7.5", + "@types/estree": "1.0.2", + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/wasm-edit": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6", + "acorn": "8.10.0", + "acorn-import-assertions": "1.9.0_acorn_8.10.0", + "browserslist": "4.22.1", + "chrome-trace-event": "1.0.3", + "enhanced-resolve": "5.15.0", + "es-module-lexer": "1.3.1", + "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.9_1251614587", + "watchpack": "2.4.0", + "webpack-cli": "5.1.4_34022717", + "webpack-sources": "3.2.3" + }, + "transitive_closure": { + "webpack": [ + "5.89.0_-1501518582" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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": [ + "4.2.0", + "3.3.0" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-cli": [ + "5.1.4_34022717" + ], + "webpack-sources": [ + "3.2.3" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "2.20.3", + "10.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "express": [ + "4.18.2" + ], + "html-entities": [ + "2.4.0" + ], + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "range-parser": [ + "1.2.1" + ], + "fs-monkey": [ + "1.0.5" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "mime-db": [ + "1.52.0" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@swc/core": [ + "1.3.100" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__websocket-driver__0.7.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "safe-buffer": [ + "5.2.1" + ], + "websocket-extensions": [ + "0.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-module-utils__2.8.0__2031701610": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-module-utils__2.8.0__2031701610", + "package": "eslint-module-utils", + "version": "2.8.0_2031701610", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", + "url": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-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__emittery__0.13.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.13.1", + "package": "emittery", + "version": "0.13.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "url": "https://registry.npmjs.org/emittery/-/emittery-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__is-array-buffer__3.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-array-buffer__3.0.2", + "package": "is-array-buffer", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "url": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-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__jest-util__28.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-util__28.1.3__links", + "package": "jest-util", + "version": "28.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "28.1.3", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "ci-info": "3.8.0", + "graceful-fs": "4.2.11", + "picomatch": "2.3.1" + }, + "transitive_closure": { + "jest-util": [ + "28.1.3" + ], + "@jest/types": [ + "28.1.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@jest/schemas": [ + "28.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.24.51" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack__5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack__5.88.2", + "package": "webpack", + "version": "5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", + "url": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mime__1.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_typescript-eslint_types__5.44.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_types__5.44.0__links", + "package": "@typescript-eslint/types", + "version": "5.44.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@typescript-eslint/types": [ + "5.44.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__typed-array-byte-offset__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-byte-offset__1.0.0__links", + "package": "typed-array-byte-offset", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "available-typed-arrays": "1.0.5", + "call-bind": "1.0.2", + "for-each": "0.3.3", + "has-proto": "1.0.1", + "is-typed-array": "1.1.12" + }, + "transitive_closure": { + "typed-array-byte-offset": [ + "1.0.0" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "call-bind": [ + "1.0.2" + ], + "for-each": [ + "0.3.3" + ], + "has-proto": [ + "1.0.1" + ], + "is-typed-array": [ + "1.1.12" + ], + "which-typed-array": [ + "1.1.11" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-typescript__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-typescript__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-typescript", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-typescript": "7.22.5_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-typescript": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_testing-library_react__13.4.0__react-dom_18.2.0__react_18.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_react__13.4.0__react-dom_18.2.0__react_18.2.0", + "package": "@testing-library/react", + "version": "13.4.0_react-dom_18.2.0__react_18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "@testing-library/react" + ], + "react": [ + "@testing-library/react" + ] + }, + "integrity": "sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==", + "url": "https://registry.npmjs.org/@testing-library/react/-/react-13.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__pirates__4.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pirates__4.0.6", + "package": "pirates", + "version": "4.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "url": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__regexpp__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regexpp__3.2.0__links", + "package": "regexpp", + "version": "3.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "regexpp": [ + "3.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__muggle-string__0.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__muggle-string__0.1.0", + "package": "muggle-string", + "version": "0.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Tr1knR3d2mKvvWthlk7202rywKbiOm4rVFLsfAaSIhJ6dt9o47W4S+JMtWhd/PW9Wrdew2/S2fSvhz3E2gkfEg==", + "url": "https://registry.npmjs.org/muggle-string/-/muggle-string-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__tapable__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tapable__1.1.3", + "package": "tapable", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "url": "https://registry.npmjs.org/tapable/-/tapable-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__array-includes__3.1.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array-includes__3.1.7", + "package": "array-includes", + "version": "3.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", + "url": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dotenv__10.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dotenv__10.0.0", + "package": "dotenv", + "version": "10.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "url": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__selfsigned__2.1.1__links", + "package": "selfsigned", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "node-forge": "1.3.1" + }, + "transitive_closure": { + "selfsigned": [ + "2.1.1" + ], + "node-forge": [ + "1.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-computed-properties__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-computed-properties__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-computed-properties", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/template": "7.22.15" + }, + "transitive_closure": { + "@babel/plugin-transform-computed-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__range-parser__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-snapshot__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-snapshot__27.5.1", + "package": "jest-snapshot", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "url": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-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__jest-mock__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-mock__29.7.0", + "package": "jest-mock", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", + "url": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-async-generator-functions__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-async-generator-functions__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-async-generator-functions", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-remap-async-to-generator": "7.22.20_at_babel_core_7.23.0", + "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-async-generator-functions": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jridgewell_trace-mapping__0.3.19": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_trace-mapping__0.3.19", + "package": "@jridgewell/trace-mapping", + "version": "0.3.19", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", + "url": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.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__axobject-query__3.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__axobject-query__3.2.1", + "package": "axobject-query", + "version": "3.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", + "url": "https://registry.npmjs.org/axobject-query/-/axobject-query-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__postcss-discard-empty__5.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-empty__5.1.1__postcss_8.4.31__links", + "package": "postcss-discard-empty", + "version": "5.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-discard-empty": [ + "5.1.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__minimist__1.2.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__exit__0.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__exit__0.1.2", + "package": "exit", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "url": "https://registry.npmjs.org/exit/-/exit-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__emoji-regex__8.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-transform-typeof-symbol__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-typeof-symbol__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-typeof-symbol", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-typeof-symbol": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-number__7.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__convert-source-map__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__convert-source-map__2.0.0__links", + "package": "convert-source-map", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "convert-source-map": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-normalize-unicode__5.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-unicode__5.1.1__postcss_8.4.31", + "package": "postcss-normalize-unicode", + "version": "5.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", + "url": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-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__string.prototype.trim__1.2.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.trim__1.2.8__links", + "package": "string.prototype.trim", + "version": "1.2.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2" + }, + "transitive_closure": { + "string.prototype.trim": [ + "1.2.8" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__sucrase__3.34.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sucrase__3.34.0", + "package": "sucrase", + "version": "3.34.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==", + "url": "https://registry.npmjs.org/sucrase/-/sucrase-3.34.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__makeerror__1.0.12": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__makeerror__1.0.12", + "package": "makeerror", + "version": "1.0.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "url": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pify__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pify__2.3.0__links", + "package": "pify", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pify": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fast-deep-equal__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-watcher__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__27.5.1", + "package": "jest-watcher", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", + "url": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-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__eslint-visitor-keys__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-visitor-keys__2.1.0", + "package": "eslint-visitor-keys", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cliui__7.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-new-target__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-new-target__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-new-target", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-preserve-symlinks-flag__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__no-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "no-case": [ + "3.0.4" + ], + "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" + } + }, + "npm__eslint-plugin-flowtype__8.0.3__-1929671009": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-flowtype__8.0.3__-1929671009", + "package": "eslint-plugin-flowtype", + "version": "8.0.3_-1929671009", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", + "url": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.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__resolve.exports__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve.exports__2.0.2__links", + "package": "resolve.exports", + "version": "2.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve.exports": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-potential-custom-element-name__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-potential-custom-element-name__1.0.1", + "package": "is-potential-custom-element-name", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "url": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-scripts__5.0.1__-484626902": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-scripts__5.0.1__-484626902", + "package": "react-scripts", + "version": "5.0.1_-484626902", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react": [ + "react-scripts" + ] + }, + "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", + "url": "https://registry.npmjs.org/react-scripts/-/react-scripts-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__at_types_express__4.17.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_express__4.17.18__links", + "package": "@types/express", + "version": "4.17.18", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/body-parser": "1.19.3", + "@types/express-serve-static-core": "4.17.37", + "@types/qs": "6.9.8", + "@types/serve-static": "1.15.3" + }, + "transitive_closure": { + "@types/express": [ + "4.17.18" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-js__4.0.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-js__4.0.1__postcss_8.4.31", + "package": "postcss-js", + "version": "4.0.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "url": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webidl-conversions__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__6.1.0__links", + "package": "webidl-conversions", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "webidl-conversions": [ + "6.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-regex__1.1.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-regex__1.1.4", + "package": "is-regex", + "version": "1.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "url": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_aashutoshrathi_word-wrap__1.2.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_aashutoshrathi_word-wrap__1.2.6__links", + "package": "@aashutoshrathi/word-wrap", + "version": "1.2.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__saxes__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__saxes__6.0.0", + "package": "saxes", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", + "url": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__stop-iteration-iterator__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stop-iteration-iterator__1.0.0", + "package": "stop-iteration-iterator", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", + "url": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-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__jest-config__29.7.0__at_types_node_18.11.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-config__29.7.0__at_types_node_18.11.9", + "package": "jest-config", + "version": "29.7.0_at_types_node_18.11.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", + "url": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-dev-utils__12.0.1__1750596493": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-dev-utils__12.0.1__1750596493", + "package": "react-dev-utils", + "version": "12.0.1_1750596493", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", + "url": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__tailwindcss__3.3.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tailwindcss__3.3.3", + "package": "tailwindcss", + "version": "3.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "url": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_stack-utils__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_stack-utils__2.0.1__links", + "package": "@types/stack-utils", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/stack-utils": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cssom__0.4.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssom__0.4.4__links", + "package": "cssom", + "version": "0.4.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cssom": [ + "0.4.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__internal-slot__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__internal-slot__1.0.5__links", + "package": "internal-slot", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.1", + "has": "1.0.3", + "side-channel": "1.0.4" + }, + "transitive_closure": { + "internal-slot": [ + "1.0.5" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__istanbul-reports__3.1.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-reports__3.1.6", + "package": "istanbul-reports", + "version": "3.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", + "url": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pascal-case__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "pascal-case": [ + "3.1.2" + ], + "no-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "lower-case": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack-dev-middleware__5.3.3__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-middleware__5.3.3__webpack_5.88.2__links", + "package": "webpack-dev-middleware", + "version": "5.3.3_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "colorette": "2.0.20", + "memfs": "3.5.3", + "mime-types": "2.1.35", + "range-parser": "1.2.1", + "schema-utils": "4.2.0", + "webpack": "5.88.2" + }, + "transitive_closure": { + "webpack-dev-middleware": [ + "5.3.3_webpack_5.88.2" + ], + "colorette": [ + "2.0.20" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "8.12.0", + "6.12.6" + ], + "ajv-keywords": [ + "5.1.0_ajv_8.12.0", + "3.5.2_ajv_6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "1.0.0", + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "require-from-string": [ + "2.0.2" + ], + "mime-db": [ + "1.52.0" + ], + "fs-monkey": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cross-spawn__7.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-generator-fn__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-generator-fn__2.1.0", + "package": "is-generator-fn", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "url": "https://registry.npmjs.org/is-generator-fn/-/is-generator-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__source-map-support__0.5.13": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-support__0.5.13", + "package": "source-map-support", + "version": "0.5.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.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__emojis-list__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__case-sensitive-paths-webpack-plugin__2.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__case-sensitive-paths-webpack-plugin__2.4.0__links", + "package": "case-sensitive-paths-webpack-plugin", + "version": "2.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "case-sensitive-paths-webpack-plugin": [ + "2.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webidl-conversions__4.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__4.0.2", + "package": "webidl-conversions", + "version": "4.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", + "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-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__core-js-compat__3.33.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__core-js-compat__3.33.0", + "package": "core-js-compat", + "version": "3.33.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0w4LcLXsVEuNkIqwjjf9rjCoPhK8uqA4tMRh4Ge26vfLtUutshn+aRJU21I9LCJlh2QQHfisNToLjw1XEJLTWw==", + "url": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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-shared-array-buffer__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-shared-array-buffer__1.0.2__links", + "package": "is-shared-array-buffer", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2" + }, + "transitive_closure": { + "is-shared-array-buffer": [ + "1.0.2" + ], + "call-bind": [ + "1.0.2" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__static-eval__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__static-eval__2.0.2__links", + "package": "static-eval", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "escodegen": "1.14.3" + }, + "transitive_closure": { + "static-eval": [ + "2.0.2" + ], + "escodegen": [ + "1.14.3" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "4.3.0" + ], + "esutils": [ + "2.0.3" + ], + "optionator": [ + "0.8.3" + ], + "source-map": [ + "0.6.1" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "levn": [ + "0.3.0" + ], + "prelude-ls": [ + "1.1.2" + ], + "type-check": [ + "0.3.2" + ], + "word-wrap": [ + "1.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__renderkid__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-binary-path__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "is-binary-path": [ + "2.1.0" + ], + "binary-extensions": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-preset-env__7.8.3__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-preset-env__7.8.3__postcss_8.4.31__links", + "package": "postcss-preset-env", + "version": "7.8.3_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/postcss-cascade-layers": "1.1.1_postcss_8.4.31", + "@csstools/postcss-color-function": "1.1.1_postcss_8.4.31", + "@csstools/postcss-font-format-keywords": "1.0.1_postcss_8.4.31", + "@csstools/postcss-hwb-function": "1.0.2_postcss_8.4.31", + "@csstools/postcss-ic-unit": "1.0.1_postcss_8.4.31", + "@csstools/postcss-is-pseudo-class": "2.0.7_postcss_8.4.31", + "@csstools/postcss-nested-calc": "1.0.0_postcss_8.4.31", + "@csstools/postcss-normalize-display-values": "1.0.1_postcss_8.4.31", + "@csstools/postcss-oklab-function": "1.1.1_postcss_8.4.31", + "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", + "@csstools/postcss-stepped-value-functions": "1.0.1_postcss_8.4.31", + "@csstools/postcss-text-decoration-shorthand": "1.0.0_postcss_8.4.31", + "@csstools/postcss-trigonometric-functions": "1.0.2_postcss_8.4.31", + "@csstools/postcss-unset-value": "1.0.2_postcss_8.4.31", + "autoprefixer": "10.4.16_postcss_8.4.31", + "browserslist": "4.22.1", + "css-blank-pseudo": "3.0.3_postcss_8.4.31", + "css-has-pseudo": "3.0.4_postcss_8.4.31", + "css-prefers-color-scheme": "6.0.3_postcss_8.4.31", + "cssdb": "7.7.2", + "postcss": "8.4.31", + "postcss-attribute-case-insensitive": "5.0.2_postcss_8.4.31", + "postcss-clamp": "4.1.0_postcss_8.4.31", + "postcss-color-functional-notation": "4.2.4_postcss_8.4.31", + "postcss-color-hex-alpha": "8.0.4_postcss_8.4.31", + "postcss-color-rebeccapurple": "7.1.1_postcss_8.4.31", + "postcss-custom-media": "8.0.2_postcss_8.4.31", + "postcss-custom-properties": "12.1.11_postcss_8.4.31", + "postcss-custom-selectors": "6.0.3_postcss_8.4.31", + "postcss-dir-pseudo-class": "6.0.5_postcss_8.4.31", + "postcss-double-position-gradients": "3.1.2_postcss_8.4.31", + "postcss-env-function": "4.0.6_postcss_8.4.31", + "postcss-focus-visible": "6.0.4_postcss_8.4.31", + "postcss-focus-within": "5.0.4_postcss_8.4.31", + "postcss-font-variant": "5.0.0_postcss_8.4.31", + "postcss-gap-properties": "3.0.5_postcss_8.4.31", + "postcss-image-set-function": "4.0.7_postcss_8.4.31", + "postcss-initial": "4.0.1_postcss_8.4.31", + "postcss-lab-function": "4.2.1_postcss_8.4.31", + "postcss-logical": "5.0.4_postcss_8.4.31", + "postcss-media-minmax": "5.0.0_postcss_8.4.31", + "postcss-nesting": "10.2.0_postcss_8.4.31", + "postcss-opacity-percentage": "1.1.3_postcss_8.4.31", + "postcss-overflow-shorthand": "3.0.4_postcss_8.4.31", + "postcss-page-break": "3.0.4_postcss_8.4.31", + "postcss-place": "7.0.5_postcss_8.4.31", + "postcss-pseudo-class-any-link": "7.1.6_postcss_8.4.31", + "postcss-replace-overflow-wrap": "4.0.0_postcss_8.4.31", + "postcss-selector-not": "6.0.1_postcss_8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-preset-env": [ + "7.8.3_postcss_8.4.31" + ], + "@csstools/postcss-cascade-layers": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-color-function": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-font-format-keywords": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-hwb-function": [ + "1.0.2_postcss_8.4.31" + ], + "@csstools/postcss-ic-unit": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-is-pseudo-class": [ + "2.0.7_postcss_8.4.31" + ], + "@csstools/postcss-nested-calc": [ + "1.0.0_postcss_8.4.31" + ], + "@csstools/postcss-normalize-display-values": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-oklab-function": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-progressive-custom-properties": [ + "1.3.0_postcss_8.4.31" + ], + "@csstools/postcss-stepped-value-functions": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-text-decoration-shorthand": [ + "1.0.0_postcss_8.4.31" + ], + "@csstools/postcss-trigonometric-functions": [ + "1.0.2_postcss_8.4.31" + ], + "@csstools/postcss-unset-value": [ + "1.0.2_postcss_8.4.31" + ], + "autoprefixer": [ + "10.4.16_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "css-blank-pseudo": [ + "3.0.3_postcss_8.4.31" + ], + "css-has-pseudo": [ + "3.0.4_postcss_8.4.31" + ], + "css-prefers-color-scheme": [ + "6.0.3_postcss_8.4.31" + ], + "cssdb": [ + "7.7.2" + ], + "postcss": [ + "8.4.31" + ], + "postcss-attribute-case-insensitive": [ + "5.0.2_postcss_8.4.31" + ], + "postcss-clamp": [ + "4.1.0_postcss_8.4.31" + ], + "postcss-color-functional-notation": [ + "4.2.4_postcss_8.4.31" + ], + "postcss-color-hex-alpha": [ + "8.0.4_postcss_8.4.31" + ], + "postcss-color-rebeccapurple": [ + "7.1.1_postcss_8.4.31" + ], + "postcss-custom-media": [ + "8.0.2_postcss_8.4.31" + ], + "postcss-custom-properties": [ + "12.1.11_postcss_8.4.31" + ], + "postcss-custom-selectors": [ + "6.0.3_postcss_8.4.31" + ], + "postcss-dir-pseudo-class": [ + "6.0.5_postcss_8.4.31" + ], + "postcss-double-position-gradients": [ + "3.1.2_postcss_8.4.31" + ], + "postcss-env-function": [ + "4.0.6_postcss_8.4.31" + ], + "postcss-focus-visible": [ + "6.0.4_postcss_8.4.31" + ], + "postcss-focus-within": [ + "5.0.4_postcss_8.4.31" + ], + "postcss-font-variant": [ + "5.0.0_postcss_8.4.31" + ], + "postcss-gap-properties": [ + "3.0.5_postcss_8.4.31" + ], + "postcss-image-set-function": [ + "4.0.7_postcss_8.4.31" + ], + "postcss-initial": [ + "4.0.1_postcss_8.4.31" + ], + "postcss-lab-function": [ + "4.2.1_postcss_8.4.31" + ], + "postcss-logical": [ + "5.0.4_postcss_8.4.31" + ], + "postcss-media-minmax": [ + "5.0.0_postcss_8.4.31" + ], + "postcss-nesting": [ + "10.2.0_postcss_8.4.31" + ], + "postcss-opacity-percentage": [ + "1.1.3_postcss_8.4.31" + ], + "postcss-overflow-shorthand": [ + "3.0.4_postcss_8.4.31" + ], + "postcss-page-break": [ + "3.0.4_postcss_8.4.31" + ], + "postcss-place": [ + "7.0.5_postcss_8.4.31" + ], + "postcss-pseudo-class-any-link": [ + "7.1.6_postcss_8.4.31" + ], + "postcss-replace-overflow-wrap": [ + "4.0.0_postcss_8.4.31" + ], + "postcss-selector-not": [ + "6.0.1_postcss_8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "@csstools/selector-specificity": [ + "2.2.0_postcss-selector-parser_6.0.13" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "fraction.js": [ + "4.3.6" + ], + "normalize-range": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__source-map-support__0.5.21": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-support__0.5.21", + "package": "source-map-support", + "version": "0.5.21", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-sources__3.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_types_babel__generator__7.6.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__generator__7.6.5__links", + "package": "@types/babel__generator", + "version": "7.6.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@types/babel__generator": [ + "7.6.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__envinfo__7.11.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__envinfo__7.11.0__links", + "package": "envinfo", + "version": "7.11.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "envinfo": [ + "7.11.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_swc-linux-x64-gnu__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-x64-gnu__13.0.5__links", + "package": "@next/swc-linux-x64-gnu", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-linux-x64-gnu": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__qs__6.11.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__source-map-js__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__any-promise__1.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__any-promise__1.3.0", + "package": "any-promise", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "url": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__asynciterator.prototype__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__asynciterator.prototype__1.0.0", + "package": "asynciterator.prototype", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", + "url": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-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__escape-string-regexp__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__escape-string-regexp__2.0.0", + "package": "escape-string-regexp", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__espree__9.6.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__espree__9.6.1__links", + "package": "espree", + "version": "9.6.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.10.0", + "acorn-jsx": "5.3.2_acorn_8.10.0", + "eslint-visitor-keys": "3.4.3" + }, + "transitive_closure": { + "espree": [ + "9.6.1" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__randombytes__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_webassemblyjs_helper-api-error__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-api-error__1.11.6__links", + "package": "@webassemblyjs/helper-api-error", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-environment-visitor__7.22.20": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-environment-visitor__7.22.20", + "package": "@babel/helper-environment-visitor", + "version": "7.22.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "url": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__stable__0.1.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stable__0.1.8__links", + "package": "stable", + "version": "0.1.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "stable": [ + "0.1.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-leak-detector__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-leak-detector__27.5.1__links", + "package": "jest-leak-detector", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "jest-get-type": "27.5.1", + "pretty-format": "27.5.1" + }, + "transitive_closure": { + "jest-leak-detector": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "5.2.0" + ], + "react-is": [ + "17.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-leak-detector__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-leak-detector__29.7.0__links", + "package": "jest-leak-detector", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "jest-get-type": "29.6.3", + "pretty-format": "29.7.0" + }, + "transitive_closure": { + "jest-leak-detector": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-modules-scope__3.0.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-scope__3.0.0__postcss_8.4.31", + "package": "postcss-modules-scope", + "version": "3.0.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-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__function.prototype.name__1.1.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__function.prototype.name__1.1.6__links", + "package": "function.prototype.name", + "version": "1.1.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "functions-have-names": "1.2.3" + }, + "transitive_closure": { + "function.prototype.name": [ + "1.1.6" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "functions-have-names": [ + "1.2.3" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-plugin-polyfill-corejs2__0.4.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-corejs2__0.4.5__at_babel_core_7.23.0", + "package": "babel-plugin-polyfill-corejs2", + "version": "0.4.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==", + "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.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__jest-regex-util__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__27.5.1", + "package": "jest-regex-util", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", + "url": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-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__mime-db__1.52.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__ast-types-flow__0.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ast-types-flow__0.0.7__links", + "package": "ast-types-flow", + "version": "0.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ast-types-flow": [ + "0.0.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__duplexer__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__duplexer__0.1.2__links", + "package": "duplexer", + "version": "0.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "duplexer": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__range-parser__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-class-static-block__7.22.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-class-static-block__7.22.11__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-class-static-block", + "version": "7.22.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.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__once__1.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__stylehacks__5.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stylehacks__5.1.1__postcss_8.4.31", + "package": "stylehacks", + "version": "5.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "url": "https://registry.npmjs.org/stylehacks/-/stylehacks-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__resolve.exports__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve.exports__1.1.1__links", + "package": "resolve.exports", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve.exports": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__kind-of__3.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__kind-of__3.2.2__links", + "package": "kind-of", + "version": "3.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-buffer": "1.1.6" + }, + "transitive_closure": { + "kind-of": [ + "3.2.2" + ], + "is-buffer": [ + "1.1.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__css__2.2.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css__2.2.4", + "package": "css", + "version": "2.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", + "url": "https://registry.npmjs.org/css/-/css-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__postcss-custom-media__8.0.2__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-custom-media__8.0.2__postcss_8.4.31", + "package": "postcss-custom-media", + "version": "8.0.2_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", + "url": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-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__at_babel_plugin-transform-destructuring__7.23.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-destructuring__7.23.0__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-destructuring", + "version": "7.23.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-destructuring": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webpack-cli_configtest__2.1.1__-360275163": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webpack-cli_configtest__2.1.1__-360275163", + "package": "@webpack-cli/configtest", + "version": "2.1.1_-360275163", + "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__form-data__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__form-data__4.0.0__links", + "package": "form-data", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "asynckit": "0.4.0", + "combined-stream": "1.0.8", + "mime-types": "2.1.35" + }, + "transitive_closure": { + "form-data": [ + "4.0.0" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__domutils__2.8.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "domutils": [ + "2.8.0" + ], + "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" + } + }, + "npm__imurmurhash__0.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__imurmurhash__0.1.4__links", + "package": "imurmurhash", + "version": "0.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "imurmurhash": [ + "0.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__read-cache__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__read-cache__1.0.0", + "package": "read-cache", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "url": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_svgr_babel-plugin-remove-jsx-attribute__5.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-remove-jsx-attribute__5.4.0__links", + "package": "@svgr/babel-plugin-remove-jsx-attribute", + "version": "5.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@svgr/babel-plugin-remove-jsx-attribute": [ + "5.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__shell-quote__1.8.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_types_babel__template__7.4.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__template__7.4.2", + "package": "@types/babel__template", + "version": "7.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/AVzPICMhMOMYoSx9MoKpGDKdBRsIXMNByh1PXSZoa+v6ZoLa8xxtsT/uLQ/NJm0XVAWl/BvId4MlDeXJaeIZQ==", + "url": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_leb128__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_leb128__1.11.6__links", + "package": "@webassemblyjs/leb128", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@xtuc/long": "4.2.2" + }, + "transitive_closure": { + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-obj__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-obj__1.0.1", + "package": "is-obj", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", + "url": "https://registry.npmjs.org/is-obj/-/is-obj-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__postcss-normalize-url__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-url__5.1.0__postcss_8.4.31__links", + "package": "postcss-normalize-url", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "normalize-url": "6.1.0", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-normalize-url": [ + "5.1.0_postcss_8.4.31" + ], + "normalize-url": [ + "6.1.0" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__compression__1.7.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "compression": [ + "1.7.4" + ], + "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" + ], + "ms": [ + "2.0.0" + ], + "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" + } + }, + "npm__mkdirp__0.5.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "mkdirp": [ + "0.5.6" + ], + "minimist": [ + "1.2.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string-natural-compare__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string-natural-compare__3.0.1__links", + "package": "string-natural-compare", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "string-natural-compare": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-class-static-block__7.22.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-class-static-block__7.22.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-class-static-block", + "version": "7.22.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-class-static-block": "7.14.5_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-class-static-block": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-linux-arm64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-arm64__0.15.18", + "package": "esbuild-linux-arm64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==", + "url": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.18.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__at_next_swc-linux-x64-musl__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-x64-musl__13.0.5", + "package": "@next/swc-linux-x64-musl", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V+1mnh49qmS9fOZxVRbzjhBEz9IUGJ7AQ80JPWAYQM5LI4TxfdiF4APLPvJ52rOmNeTqnVz1bbKtVOso+7EZ4w==", + "url": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lower-case__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__has__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__has__1.0.3", + "package": "has", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "url": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-hyperlinks__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__supports-hyperlinks__2.3.0__links", + "package": "supports-hyperlinks", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-flag": "4.0.0", + "supports-color": "7.2.0" + }, + "transitive_closure": { + "supports-hyperlinks": [ + "2.3.0" + ], + "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" + } + }, + "npm__at_nodelib_fs.walk__1.2.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.walk__1.2.8__links", + "package": "@nodelib/fs.walk", + "version": "1.2.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "1.15.0" + }, + "transitive_closure": { + "@nodelib/fs.walk": [ + "1.2.8" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__brace-expansion__1.1.11__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-linux-mips64le__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-mips64le__0.15.18__links", + "package": "esbuild-linux-mips64le", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-linux-mips64le": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__merge-stream__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__cliui__7.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "cliui": [ + "7.0.4" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "ansi-regex": [ + "5.0.1" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-image-set-function__4.0.7__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-image-set-function__4.0.7__postcss_8.4.31__links", + "package": "postcss-image-set-function", + "version": "4.0.7_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-image-set-function": [ + "4.0.7_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__watchpack__2.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "watchpack": [ + "2.4.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "graceful-fs": [ + "4.2.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__css-select__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-select__2.1.0__links", + "package": "css-select", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "boolbase": "1.0.0", + "css-what": "3.4.2", + "domutils": "1.7.0", + "nth-check": "1.0.2" + }, + "transitive_closure": { + "css-select": [ + "2.1.0" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "3.4.2" + ], + "domutils": [ + "1.7.0" + ], + "nth-check": [ + "1.0.2" + ], + "dom-serializer": [ + "0.2.2" + ], + "domelementtype": [ + "2.3.0", + "1.3.1" + ], + "entities": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__finalhandler__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__resolve__2.0.0-next.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve__2.0.0-next.4", + "package": "resolve", + "version": "2.0.0-next.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "url": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__whatwg-fetch__3.6.19__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-fetch__3.6.19__links", + "package": "whatwg-fetch", + "version": "3.6.19", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "whatwg-fetch": [ + "3.6.19" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-spread__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-spread__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-spread", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-spread": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_bcoe_v8-coverage__0.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_bcoe_v8-coverage__0.2.3__links", + "package": "@bcoe/v8-coverage", + "version": "0.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@bcoe/v8-coverage": [ + "0.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-plugin-import__2.28.1__-733237591__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-import__2.28.1__-733237591__links", + "package": "eslint-plugin-import", + "version": "2.28.1_-733237591", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/parser": "5.44.0_509062556", + "array-includes": "3.1.7", + "array.prototype.findlastindex": "1.2.3", + "array.prototype.flat": "1.3.2", + "array.prototype.flatmap": "1.3.2", + "debug": "3.2.7", + "doctrine": "2.1.0", + "eslint": "8.28.0", + "eslint-import-resolver-node": "0.3.9", + "eslint-module-utils": "2.8.0_2031701610", + "has": "1.0.3", + "is-core-module": "2.13.0", + "is-glob": "4.0.3", + "minimatch": "3.1.2", + "object.fromentries": "2.0.7", + "object.groupby": "1.0.1", + "object.values": "1.1.7", + "semver": "6.3.1", + "tsconfig-paths": "3.14.2" + }, + "transitive_closure": { + "eslint-plugin-import": [ + "2.28.1_918111916", + "2.28.1_-733237591" + ], + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.findlastindex": [ + "1.2.3" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "debug": [ + "4.3.4", + "3.2.7" + ], + "doctrine": [ + "3.0.0", + "2.1.0" + ], + "eslint": [ + "8.28.0" + ], + "eslint-import-resolver-node": [ + "0.3.9" + ], + "eslint-module-utils": [ + "2.8.0_2031701610" + ], + "has": [ + "1.0.3" + ], + "is-core-module": [ + "2.13.0" + ], + "is-glob": [ + "4.0.3" + ], + "minimatch": [ + "3.1.2" + ], + "object.fromentries": [ + "2.0.7" + ], + "object.groupby": [ + "1.0.1" + ], + "object.values": [ + "1.1.7" + ], + "semver": [ + "7.5.4", + "6.3.1" + ], + "tsconfig-paths": [ + "3.14.2" + ], + "@types/json5": [ + "0.0.29" + ], + "json5": [ + "1.0.2" + ], + "minimist": [ + "1.2.8" + ], + "strip-bom": [ + "3.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "eslint-import-resolver-typescript": [ + "3.6.1_237066510" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "fast-glob": [ + "3.3.1" + ], + "get-tsconfig": [ + "4.7.2" + ], + "resolve-pkg-maps": [ + "1.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "6.0.2", + "5.1.2" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "tapable": [ + "2.2.1" + ], + "ms": [ + "2.1.3", + "2.1.2" + ], + "resolve": [ + "1.22.6" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "argparse": [ + "2.0.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "slash": [ + "3.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_react__18.0.25": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_react__18.0.25", + "package": "@types/react", + "version": "18.0.25", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "@types/react" + ] + }, + "integrity": "sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==", + "url": "https://registry.npmjs.org/@types/react/-/react-18.0.25.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__negotiator__0.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__p-locate__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-locate": [ + "5.0.0" + ], + "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" + } + }, + "npm__at_vue_compiler-dom__3.2.37": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-dom__3.2.37", + "package": "@vue/compiler-dom", + "version": "3.2.37", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==", + "url": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.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__upath__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__upath__1.2.0", + "package": "upath", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "url": "https://registry.npmjs.org/upath/-/upath-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_resolve__1.17.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_resolve__1.17.1", + "package": "@types/resolve", + "version": "1.17.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", + "url": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__open__8.4.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__open__8.4.2", + "package": "open", + "version": "8.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "url": "https://registry.npmjs.org/open/-/open-8.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__estraverse__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-each__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-each__29.7.0", + "package": "jest-each", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", + "url": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_typescript-eslint_eslint-plugin__5.44.0__2098722049": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_eslint-plugin__5.44.0__2098722049", + "package": "@typescript-eslint/eslint-plugin", + "version": "5.44.0_2098722049", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react": [ + "@typescript-eslint/eslint-plugin" + ] + }, + "integrity": "sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==", + "url": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.44.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-haste-map__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-haste-map__29.7.0", + "package": "jest-haste-map", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", + "url": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-app-polyfill__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-app-polyfill__3.0.0", + "package": "react-app-polyfill", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", + "url": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-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__colord__2.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__colord__2.9.3__links", + "package": "colord", + "version": "2.9.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "colord": [ + "2.9.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__type-detect__4.0.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__vue-router__4.1.6__vue_3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue-router__4.1.6__vue_3.2.45", + "package": "vue-router", + "version": "4.1.6_vue_3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue": [ + "vue-router" + ] + }, + "integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==", + "url": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-exponentiation-operator__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-exponentiation-operator__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-exponentiation-operator", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-builder-binary-assignment-operator-visitor": "7.22.15", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-exponentiation-operator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-plugin-flowtype__8.0.3__-1929671009__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-flowtype__8.0.3__-1929671009__links", + "package": "eslint-plugin-flowtype", + "version": "8.0.3_-1929671009", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/plugin-syntax-flow": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-react-jsx": "7.22.15_at_babel_core_7.23.0", + "eslint": "8.28.0", + "lodash": "4.17.21", + "string-natural-compare": "3.0.1" + }, + "transitive_closure": { + "eslint-plugin-flowtype": [ + "8.0.3_-1929671009" + ], + "@babel/plugin-syntax-flow": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-jsx": [ + "7.22.15_at_babel_core_7.23.0" + ], + "eslint": [ + "8.28.0" + ], + "lodash": [ + "4.17.21" + ], + "string-natural-compare": [ + "3.0.1" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "1.0.5", + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "11.12.0", + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__svg-parser__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__svg-parser__2.0.4", + "package": "svg-parser", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==", + "url": "https://registry.npmjs.org/svg-parser/-/svg-parser-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__queue-microtask__1.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__queue-microtask__1.2.3", + "package": "queue-microtask", + "version": "1.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "url": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_compiler-core__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-core__3.3.4", + "package": "@vue/compiler-core", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==", + "url": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.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__at_babel_helper-hoist-variables__7.22.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-hoist-variables__7.22.5", + "package": "@babel/helper-hoist-variables", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "url": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lodash.debounce__4.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.debounce__4.0.8__links", + "package": "lodash.debounce", + "version": "4.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash.debounce": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-jasmine2__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-jasmine2__27.5.1__links", + "package": "jest-jasmine2", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "27.5.1", + "@jest/source-map": "27.5.1", + "@jest/test-result": "27.5.1", + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "co": "4.6.0", + "expect": "27.5.1", + "is-generator-fn": "2.1.0", + "jest-each": "27.5.1", + "jest-matcher-utils": "27.5.1", + "jest-message-util": "27.5.1", + "jest-runtime": "27.5.1", + "jest-snapshot": "27.5.1", + "jest-util": "27.5.1", + "pretty-format": "27.5.1", + "throat": "6.0.2" + }, + "transitive_closure": { + "jest-jasmine2": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "co": [ + "4.6.0" + ], + "expect": [ + "27.5.1" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "pretty-format": [ + "27.5.1" + ], + "throat": [ + "6.0.2" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/transform": [ + "27.5.1" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "5.5.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "slash": [ + "3.0.0" + ], + "source-map": [ + "0.6.1" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "camelcase": [ + "6.3.0", + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@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" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "strip-bom": [ + "4.0.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "leven": [ + "3.1.0" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jest/console": [ + "27.5.1" + ], + "callsites": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-plugin-utils__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-plugin-utils__7.22.5__links", + "package": "@babel/helper-plugin-utils", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-plugin-utils": [ + "7.22.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fastq__1.15.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fastq__1.15.0__links", + "package": "fastq", + "version": "1.15.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "reusify": "1.0.4" + }, + "transitive_closure": { + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__vue__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue__3.3.4__links", + "package": "vue", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": { + "vue/libraries/simple": [ + "vue" + ] + }, + "deps": { + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-sfc": "3.3.4", + "@vue/runtime-dom": "3.3.4", + "@vue/server-renderer": "3.3.4_vue_3.3.4", + "@vue/shared": "3.3.4" + }, + "transitive_closure": { + "vue": [ + "3.3.4" + ], + "@vue/compiler-dom": [ + "3.3.4" + ], + "@vue/compiler-sfc": [ + "3.3.4" + ], + "@vue/runtime-dom": [ + "3.3.4" + ], + "@vue/server-renderer": [ + "3.3.4_vue_3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "@vue/compiler-ssr": [ + "3.3.4" + ], + "@vue/runtime-core": [ + "3.3.4" + ], + "csstype": [ + "3.1.2" + ], + "@vue/reactivity": [ + "3.3.4" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@vue/reactivity-transform": [ + "3.3.4" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.4" + ], + "postcss": [ + "8.4.31" + ], + "source-map-js": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__multicast-dns__7.2.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__get-own-enumerable-property-symbols__3.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-own-enumerable-property-symbols__3.0.2", + "package": "get-own-enumerable-property-symbols", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", + "url": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-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_volar_vue-typescript__1.0.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_vue-typescript__1.0.9__links", + "package": "@volar/vue-typescript", + "version": "1.0.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@volar/typescript": "1.0.9", + "@volar/vue-language-core": "1.0.9" + }, + "transitive_closure": { + "@volar/vue-typescript": [ + "1.0.9" + ], + "@volar/typescript": [ + "1.0.9" + ], + "@volar/vue-language-core": [ + "1.0.9" + ], + "@volar/language-core": [ + "1.0.9" + ], + "@volar/source-map": [ + "1.0.9" + ], + "@vue/compiler-dom": [ + "3.3.4" + ], + "@vue/compiler-sfc": [ + "3.3.4" + ], + "@vue/reactivity": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "minimatch": [ + "5.1.6" + ], + "vue-template-compiler": [ + "2.7.14" + ], + "de-indent": [ + "1.0.2" + ], + "he": [ + "1.2.0" + ], + "brace-expansion": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@vue/compiler-ssr": [ + "3.3.4" + ], + "@vue/reactivity-transform": [ + "3.3.4" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.4" + ], + "postcss": [ + "8.4.31" + ], + "source-map-js": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "muggle-string": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-visitor-keys__3.4.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-visitor-keys__3.4.3", + "package": "eslint-visitor-keys", + "version": "3.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__regenerator-runtime__0.13.11": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerator-runtime__0.13.11", + "package": "regenerator-runtime", + "version": "0.13.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__string.prototype.trim__1.2.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.trim__1.2.8", + "package": "string.prototype.trim", + "version": "1.2.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", + "url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-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__fb-watchman__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fb-watchman__2.0.2__links", + "package": "fb-watchman", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "bser": "2.1.1" + }, + "transitive_closure": { + "fb-watchman": [ + "2.0.2" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-regexp__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-regexp__1.0.0", + "package": "is-regexp", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", + "url": "https://registry.npmjs.org/is-regexp/-/is-regexp-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__workbox-webpack-plugin__6.6.0__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-webpack-plugin__6.6.0__webpack_5.88.2", + "package": "workbox-webpack-plugin", + "version": "6.6.0_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==", + "url": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.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__postcss-merge-rules__5.1.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-merge-rules__5.1.4__postcss_8.4.31", + "package": "postcss-merge-rules", + "version": "5.1.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", + "url": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-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__at_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-import-meta", + "version": "7.10.4_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__body-parser__1.20.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "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" + ], + "media-typer": [ + "0.3.0" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "ee-first": [ + "1.1.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "inherits": [ + "2.0.4" + ], + "setprototypeof": [ + "1.2.0" + ], + "statuses": [ + "2.0.1" + ], + "toidentifier": [ + "1.0.1" + ], + "ms": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__json-schema-traverse__0.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.13", + "ajv": "8.12.0", + "ajv-formats": "2.1.1_ajv_8.12.0", + "ajv-keywords": "5.1.0_ajv_8.12.0" + }, + "transitive_closure": { + "schema-utils": [ + "4.2.0" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_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" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-broadcast-update__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-broadcast-update__6.6.0__links", + "package": "workbox-broadcast-update", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-core": "6.6.0" + }, + "transitive_closure": { + "workbox-broadcast-update": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__url-parse__1.5.10__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__url-parse__1.5.10__links", + "package": "url-parse", + "version": "1.5.10", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "querystringify": "2.2.0", + "requires-port": "1.0.0" + }, + "transitive_closure": { + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__websocket-extensions__0.1.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__https-proxy-agent__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__p-retry__4.6.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__p-retry__4.6.2", + "package": "p-retry", + "version": "4.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "url": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-module-imports__7.22.15__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-module-imports__7.22.15__links", + "package": "@babel/helper-module-imports", + "version": "7.22.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack-sources__3.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_webassemblyjs_wast-printer__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wast-printer__1.11.6", + "package": "@webassemblyjs/wast-printer", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", + "url": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.0__links", + "package": "@babel/plugin-proposal-numeric-separator", + "version": "7.18.6_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__global-modules__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__global-modules__2.0.0", + "package": "global-modules", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "url": "https://registry.npmjs.org/global-modules/-/global-modules-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__hoopy__0.1.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__hoopy__0.1.4", + "package": "hoopy", + "version": "0.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", + "url": "https://registry.npmjs.org/hoopy/-/hoopy-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__tr46__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tr46__1.0.1__links", + "package": "tr46", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "punycode": "2.3.0" + }, + "transitive_closure": { + "tr46": [ + "1.0.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__regjsparser__0.9.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regjsparser__0.9.1", + "package": "regjsparser", + "version": "0.9.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "url": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_svgr_babel-plugin-add-jsx-attribute__5.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-add-jsx-attribute__5.4.0__links", + "package": "@svgr/babel-plugin-add-jsx-attribute", + "version": "5.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@svgr/babel-plugin-add-jsx-attribute": [ + "5.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__serve-index__1.9.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_helper-wrap-function__7.22.20__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-wrap-function__7.22.20__links", + "package": "@babel/helper-wrap-function", + "version": "7.22.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/helper-function-name": "7.23.0", + "@babel/template": "7.22.15", + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__semver__6.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_swc_core-win32-x64-msvc__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-x64-msvc__1.3.100__links", + "package": "@swc/core-win32-x64-msvc", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string.prototype.trimstart__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.trimstart__1.0.7__links", + "package": "string.prototype.trimstart", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2" + }, + "transitive_closure": { + "string.prototype.trimstart": [ + "1.0.7" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ws__7.5.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ws__7.5.9__links", + "package": "ws", + "version": "7.5.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ws": [ + "7.5.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-logical-assignment-operators__7.22.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-logical-assignment-operators__7.22.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-logical-assignment-operators", + "version": "7.22.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-logical-assignment-operators": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-plugin-polyfill-corejs2__0.4.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-corejs2__0.4.5__at_babel_core_7.23.0__links", + "package": "babel-plugin-polyfill-corejs2", + "version": "0.4.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/compat-data": "7.22.20", + "@babel/core": "7.23.0", + "@babel/helper-define-polyfill-provider": "0.4.2_at_babel_core_7.23.0", + "semver": "6.3.1" + }, + "transitive_closure": { + "babel-plugin-polyfill-corejs2": [ + "0.4.5_at_babel_core_7.23.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "semver": [ + "6.3.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-resolve__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve__27.5.1", + "package": "jest-resolve", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", + "url": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-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__urix__0.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__urix__0.1.0", + "package": "urix", + "version": "0.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "url": "https://registry.npmjs.org/urix/-/urix-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__w3c-xmlserializer__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__w3c-xmlserializer__2.0.0__links", + "package": "w3c-xmlserializer", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "xml-name-validator": "3.0.0" + }, + "transitive_closure": { + "w3c-xmlserializer": [ + "2.0.0" + ], + "xml-name-validator": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__http-proxy-agent__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy-agent__5.0.0__links", + "package": "http-proxy-agent", + "version": "5.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@tootallnate/once": "2.0.0", + "agent-base": "6.0.2", + "debug": "4.3.4" + }, + "transitive_closure": { + "http-proxy-agent": [ + "5.0.0" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "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" + } + }, + "npm__is-glob__4.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__envinfo__7.11.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__envinfo__7.11.0", + "package": "envinfo", + "version": "7.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-G9/6xF1FPbIw0TtalAMaVPpiq2aDEuKLXM314jPVAO9r2fo2a4BLqMNkmRS7O/xPPZ+COAhGIz3ETvHEV3eUcg==", + "url": "https://registry.npmjs.org/envinfo/-/envinfo-7.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__html-encoding-sniffer__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-encoding-sniffer__3.0.0", + "package": "html-encoding-sniffer", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", + "url": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__regexp.prototype.flags__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regexp.prototype.flags__1.5.1__links", + "package": "regexp.prototype.flags", + "version": "1.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "set-function-name": "2.0.1" + }, + "transitive_closure": { + "regexp.prototype.flags": [ + "1.5.1" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "object-keys": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-bigint__7.8.3__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-bigint__7.8.3__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-bigint", + "version": "7.8.3_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__acorn-jsx__5.3.2__acorn_8.10.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-jsx__5.3.2__acorn_8.10.0", + "package": "acorn-jsx", + "version": "5.3.2_acorn_8.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "url": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-export-namespace-from__7.22.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-export-namespace-from__7.22.11__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-export-namespace-from", + "version": "7.22.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.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_vue_compiler-dom__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-dom__3.2.45", + "package": "@vue/compiler-dom", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==", + "url": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ignore__5.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ignore__5.2.4__links", + "package": "ignore", + "version": "5.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ignore": [ + "5.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_types__0.1.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_types__0.1.5__links", + "package": "@swc/types", + "version": "0.1.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/types": [ + "0.1.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fill-range__7.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_helper-optimise-call-expression__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-optimise-call-expression__7.22.5__links", + "package": "@babel/helper-optimise-call-expression", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_schemas__28.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_schemas__28.1.3", + "package": "@jest/schemas", + "version": "28.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "url": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.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__jest-util__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-util__29.7.0__links", + "package": "jest-util", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "ci-info": "3.8.0", + "graceful-fs": "4.2.11", + "picomatch": "2.3.1" + }, + "transitive_closure": { + "jest-util": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_bazel_ibazel__0.16.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_bazel_ibazel__0.16.2", + "package": "@bazel/ibazel", + "version": "0.16.2", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "@bazel/ibazel" + ], + "react": [ + "@bazel/ibazel" + ], + "vue": [ + "@bazel/ibazel" + ] + }, + "integrity": "sha512-KgqAWMH0emL6f3xH6nqyTryoBMqlJ627LBIe9PT1PRRQPz2FtHib3FIHJPukp1slzF3hJYZvdiVwgPnHbaSOOA==", + "url": "https://registry.npmjs.org/@bazel/ibazel/-/ibazel-0.16.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__sax__1.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sax__1.2.4__links", + "package": "sax", + "version": "1.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sax": [ + "1.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsonpath__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsonpath__1.1.1__links", + "package": "jsonpath", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "esprima": "1.2.2", + "static-eval": "2.0.2", + "underscore": "1.12.1" + }, + "transitive_closure": { + "jsonpath": [ + "1.1.1" + ], + "esprima": [ + "4.0.1", + "1.2.2" + ], + "static-eval": [ + "2.0.2" + ], + "underscore": [ + "1.12.1" + ], + "escodegen": [ + "1.14.3" + ], + "estraverse": [ + "4.3.0" + ], + "esutils": [ + "2.0.3" + ], + "optionator": [ + "0.8.3" + ], + "source-map": [ + "0.6.1" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "levn": [ + "0.3.0" + ], + "prelude-ls": [ + "1.1.2" + ], + "type-check": [ + "0.3.2" + ], + "word-wrap": [ + "1.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_prop-types__15.7.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_prop-types__15.7.8__links", + "package": "@types/prop-types", + "version": "15.7.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/prop-types": [ + "15.7.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__error-ex__1.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__error-ex__1.3.2__links", + "package": "error-ex", + "version": "1.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-arrayish": "0.2.1" + }, + "transitive_closure": { + "error-ex": [ + "1.3.2" + ], + "is-arrayish": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-path-inside__3.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-path-inside__3.0.3", + "package": "is-path-inside", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "url": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-react-constant-elements__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-constant-elements__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-react-constant-elements", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-react-constant-elements": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__natural-compare__1.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__natural-compare__1.4.0", + "package": "natural-compare", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "url": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__normalize-path__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__es-iterator-helpers__1.0.15__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-iterator-helpers__1.0.15__links", + "package": "es-iterator-helpers", + "version": "1.0.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "asynciterator.prototype": "1.0.0", + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "es-set-tostringtag": "2.0.1", + "function-bind": "1.1.1", + "get-intrinsic": "1.2.1", + "globalthis": "1.0.3", + "has-property-descriptors": "1.0.0", + "has-proto": "1.0.1", + "has-symbols": "1.0.3", + "internal-slot": "1.0.5", + "iterator.prototype": "1.1.2", + "safe-array-concat": "1.0.1" + }, + "transitive_closure": { + "es-iterator-helpers": [ + "1.0.15" + ], + "asynciterator.prototype": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "globalthis": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "iterator.prototype": [ + "1.1.2" + ], + "safe-array-concat": [ + "1.0.1" + ], + "isarray": [ + "2.0.5" + ], + "reflect.getprototypeof": [ + "1.0.4" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "gopd": [ + "1.0.1" + ], + "which-builtin-type": [ + "1.1.3" + ], + "function.prototype.name": [ + "1.1.6" + ], + "has-tostringtag": [ + "1.0.0" + ], + "is-async-function": [ + "2.0.0" + ], + "is-date-object": [ + "1.0.5" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "is-regex": [ + "1.1.4" + ], + "is-weakref": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-collection": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "is-callable": [ + "1.2.7" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-bigints": [ + "1.0.2" + ], + "has": [ + "1.0.3" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "es-to-primitive": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__resolve__1.22.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve__1.22.6", + "package": "resolve", + "version": "1.22.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==", + "url": "https://registry.npmjs.org/resolve/-/resolve-1.22.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-weakset__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-weakset__2.0.2", + "package": "is-weakset", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "url": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-linux-riscv64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-riscv64__0.15.18__links", + "package": "esbuild-linux-riscv64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-linux-riscv64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cliui__8.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cliui__8.0.1__links", + "package": "cliui", + "version": "8.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "string-width": "4.2.3", + "strip-ansi": "6.0.1", + "wrap-ansi": "7.0.0" + }, + "transitive_closure": { + "cliui": [ + "8.0.1" + ], + "string-width": [ + "4.2.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "ansi-regex": [ + "5.0.1" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-normalize-repeat-style__5.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-repeat-style__5.1.1__postcss_8.4.31__links", + "package": "postcss-normalize-repeat-style", + "version": "5.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-normalize-repeat-style": [ + "5.1.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_transform__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_transform__29.7.0", + "package": "@jest/transform", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", + "url": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-unicode-sets-regex__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-sets-regex__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-unicode-sets-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-unicode-sets-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "semver": [ + "6.3.1" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webpack-cli_serve__2.0.5__-1521883062__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webpack-cli_serve__2.0.5__-1521883062__links", + "package": "@webpack-cli/serve", + "version": "2.0.5_-1521883062", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "webpack": "5.89.0_-1501518582", + "webpack-cli": "5.1.4_34022717", + "webpack-dev-server": "4.15.1_-360275163" + }, + "transitive_closure": { + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "webpack": [ + "5.89.0_-1501518582" + ], + "webpack-cli": [ + "5.1.4_34022717" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "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_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "mime-db": [ + "1.52.0" + ], + "fs-monkey": [ + "1.0.5" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "commander": [ + "2.20.3", + "10.0.1" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "5.1.1" + ], + "events": [ + "3.3.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "loader-runner": [ + "4.3.0" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@swc/core": [ + "1.3.100" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-message-util__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-message-util__29.7.0", + "package": "jest-message-util", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", + "url": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mz__2.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mz__2.7.0__links", + "package": "mz", + "version": "2.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "any-promise": "1.3.0", + "object-assign": "4.1.1", + "thenify-all": "1.6.0" + }, + "transitive_closure": { + "mz": [ + "2.7.0" + ], + "any-promise": [ + "1.3.0" + ], + "object-assign": [ + "4.1.1" + ], + "thenify-all": [ + "1.6.0" + ], + "thenify": [ + "3.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-module-imports__7.22.15": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-module-imports__7.22.15", + "package": "@babel/helper-module-imports", + "version": "7.22.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "url": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_globals__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_globals__29.7.0", + "package": "@jest/globals", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", + "url": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__debug__3.2.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__esbuild-openbsd-64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-openbsd-64__0.15.18__links", + "package": "esbuild-openbsd-64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-openbsd-64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__negotiator__0.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__p-locate__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__p-locate__3.0.0", + "package": "p-locate", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "url": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-parse__1.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_swc_core-linux-x64-gnu__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-x64-gnu__1.3.100", + "package": "@swc/core-linux-x64-gnu", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XUdGu3dxAkjsahLYnm8WijPfKebo+jHgHphDxaW0ovI6sTdmEGFDew7QzKZRlbYL2jRkUuuKuDGvD6lO5frmhA==", + "url": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.100.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__jsdom__20.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsdom__20.0.3", + "package": "jsdom", + "version": "20.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", + "url": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fsevents__2.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__is-arrayish__0.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-arrayish__0.2.1", + "package": "is-arrayish", + "version": "0.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "url": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-util__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-util__27.5.1__links", + "package": "jest-util", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "ci-info": "3.8.0", + "graceful-fs": "4.2.11", + "picomatch": "2.3.1" + }, + "transitive_closure": { + "jest-util": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__send__0.18.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__babel-plugin-jest-hoist__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-jest-hoist__27.5.1__links", + "package": "babel-plugin-jest-hoist", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/template": "7.22.15", + "@babel/types": "7.23.0", + "@types/babel__core": "7.20.2", + "@types/babel__traverse": "7.20.2" + }, + "transitive_closure": { + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__core": [ + "7.20.2" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__stop-iteration-iterator__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stop-iteration-iterator__1.0.0__links", + "package": "stop-iteration-iterator", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "internal-slot": "1.0.5" + }, + "transitive_closure": { + "stop-iteration-iterator": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__graceful-fs__4.2.11": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__workbox-precaching__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-precaching__6.6.0__links", + "package": "workbox-precaching", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-core": "6.6.0", + "workbox-routing": "6.6.0", + "workbox-strategies": "6.6.0" + }, + "transitive_closure": { + "workbox-precaching": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ], + "workbox-routing": [ + "6.6.0" + ], + "workbox-strategies": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-message-util__28.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-message-util__28.1.3__links", + "package": "jest-message-util", + "version": "28.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "@jest/types": "28.1.3", + "@types/stack-utils": "2.0.1", + "chalk": "4.1.2", + "graceful-fs": "4.2.11", + "micromatch": "4.0.5", + "pretty-format": "28.1.3", + "slash": "3.0.0", + "stack-utils": "2.0.6" + }, + "transitive_closure": { + "jest-message-util": [ + "28.1.3" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@jest/types": [ + "28.1.3" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "28.1.3" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "@jest/schemas": [ + "28.1.3" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.24.51" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__web-vitals__2.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__web-vitals__2.1.4__links", + "package": "web-vitals", + "version": "2.1.4", + "dev": false, + "root_package": "", + "link_packages": { + "react": [ + "web-vitals" + ] + }, + "deps": {}, + "transitive_closure": { + "web-vitals": [ + "2.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__bfj__7.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__bfj__7.1.0__links", + "package": "bfj", + "version": "7.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "bluebird": "3.7.2", + "check-types": "11.2.3", + "hoopy": "0.1.4", + "jsonpath": "1.1.1", + "tryer": "1.0.1" + }, + "transitive_closure": { + "bfj": [ + "7.1.0" + ], + "bluebird": [ + "3.7.2" + ], + "check-types": [ + "11.2.3" + ], + "hoopy": [ + "0.1.4" + ], + "jsonpath": [ + "1.1.1" + ], + "tryer": [ + "1.0.1" + ], + "esprima": [ + "4.0.1", + "1.2.2" + ], + "static-eval": [ + "2.0.2" + ], + "underscore": [ + "1.12.1" + ], + "escodegen": [ + "1.14.3" + ], + "estraverse": [ + "4.3.0" + ], + "esutils": [ + "2.0.3" + ], + "optionator": [ + "0.8.3" + ], + "source-map": [ + "0.6.1" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "levn": [ + "0.3.0" + ], + "prelude-ls": [ + "1.1.2" + ], + "type-check": [ + "0.3.2" + ], + "word-wrap": [ + "1.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__indent-string__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__indent-string__4.0.0", + "package": "indent-string", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "url": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__schema-utils__2.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__schema-utils__2.7.0__links", + "package": "schema-utils", + "version": "2.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/json-schema": "7.0.13", + "ajv": "6.12.6", + "ajv-keywords": "3.5.2_ajv_6.12.6" + }, + "transitive_closure": { + "schema-utils": [ + "2.7.0" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__symbol-tree__3.2.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__symbol-tree__3.2.4__links", + "package": "symbol-tree", + "version": "3.2.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "symbol-tree": [ + "3.2.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-private-property-in-object__7.22.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-private-property-in-object__7.22.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-private-property-in-object", + "version": "7.22.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-private-property-in-object": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-typescript", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-windows-32__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-windows-32__0.15.18", + "package": "esbuild-windows-32", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==", + "url": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.15.18.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__http-errors__1.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "http-errors": [ + "1.6.3" + ], + "depd": [ + "1.1.2" + ], + "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" + } + }, + "npm__resolve-url__0.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve-url__0.2.1__links", + "package": "resolve-url", + "version": "0.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve-url": [ + "0.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__wrappy__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__core-js-pure__3.33.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__core-js-pure__3.33.0__links", + "package": "core-js-pure", + "version": "3.33.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "core-js-pure": [ + "3.33.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__has-tostringtag__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__has-tostringtag__1.0.0", + "package": "has-tostringtag", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "url": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-font-variant__5.0.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-font-variant__5.0.0__postcss_8.4.31__links", + "package": "postcss-font-variant", + "version": "5.0.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-font-variant": [ + "5.0.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__unicode-match-property-ecmascript__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unicode-match-property-ecmascript__2.0.0", + "package": "unicode-match-property-ecmascript", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "url": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__commander__8.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_svgr_babel-plugin-svg-dynamic-title__5.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-svg-dynamic-title__5.4.0", + "package": "@svgr/babel-plugin-svg-dynamic-title", + "version": "5.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", + "url": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-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__proxy-addr__2.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "proxy-addr": [ + "2.0.7" + ], + "forwarded": [ + "0.2.0" + ], + "ipaddr.js": [ + "1.9.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__resolve-url__0.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve-url__0.2.1", + "package": "resolve-url", + "version": "0.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "url": "https://registry.npmjs.org/resolve-url/-/resolve-url-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__identity-obj-proxy__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__identity-obj-proxy__3.0.0", + "package": "identity-obj-proxy", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", + "url": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-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__jest-environment-jsdom__29.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__29.3.1", + "package": "jest-environment-jsdom", + "version": "29.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react": [ + "jest-environment-jsdom" + ] + }, + "integrity": "sha512-G46nKgiez2Gy4zvYNhayfMEAFlVHhWfncqvqS6yCd0i+a4NsSUD2WtrKSaYQrYiLQaupHXxCRi8xxVL2M9PbhA==", + "url": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.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__big.js__5.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-new-target__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-new-target__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-new-target", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-new-target": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-plain-object__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_sinonjs_fake-timers__10.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_fake-timers__10.3.0__links", + "package": "@sinonjs/fake-timers", + "version": "10.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@sinonjs/commons": "3.0.0" + }, + "transitive_closure": { + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__find-up__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__find-up__3.0.0", + "package": "find-up", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "url": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-message-util__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-message-util__27.5.1__links", + "package": "jest-message-util", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "@jest/types": "27.5.1", + "@types/stack-utils": "2.0.1", + "chalk": "4.1.2", + "graceful-fs": "4.2.11", + "micromatch": "4.0.5", + "pretty-format": "27.5.1", + "slash": "3.0.0", + "stack-utils": "2.0.6" + }, + "transitive_closure": { + "jest-message-util": [ + "27.5.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "20.8.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_svgr_babel-plugin-transform-react-native-svg__5.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-transform-react-native-svg__5.4.0", + "package": "@svgr/babel-plugin-transform-react-native-svg", + "version": "5.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", + "url": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-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__normalize-path__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__strip-bom__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__strip-bom__3.0.0", + "package": "strip-bom", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "url": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_testing-library_user-event__14.4.3__at_testing-library_dom_8.20.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_user-event__14.4.3__at_testing-library_dom_8.20.1", + "package": "@testing-library/user-event", + "version": "14.4.3_at_testing-library_dom_8.20.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react": [ + "@testing-library/user-event" + ] + }, + "integrity": "sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==", + "url": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.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__whatwg-encoding__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-encoding__2.0.0__links", + "package": "whatwg-encoding", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "iconv-lite": "0.6.3" + }, + "transitive_closure": { + "whatwg-encoding": [ + "2.0.0" + ], + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-sunos-64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-sunos-64__0.15.18__links", + "package": "esbuild-sunos-64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-sunos-64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-message-util__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-message-util__29.7.0__links", + "package": "jest-message-util", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "@jest/types": "29.6.3", + "@types/stack-utils": "2.0.1", + "chalk": "4.1.2", + "graceful-fs": "4.2.11", + "micromatch": "4.0.5", + "pretty-format": "29.7.0", + "slash": "3.0.0", + "stack-utils": "2.0.6" + }, + "transitive_closure": { + "jest-message-util": [ + "29.7.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-negative-zero__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-negative-zero__2.0.2", + "package": "is-negative-zero", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "url": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-changed-files__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-changed-files__29.7.0", + "package": "jest-changed-files", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", + "url": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__unpipe__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__esbuild-linux-arm__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-arm__0.15.18", + "package": "esbuild-linux-arm", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==", + "url": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.18.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__reusify__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__reusify__1.0.4__links", + "package": "reusify", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "reusify": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string.prototype.padend__3.1.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.padend__3.1.5__links", + "package": "string.prototype.padend", + "version": "3.1.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2" + }, + "transitive_closure": { + "string.prototype.padend": [ + "3.1.5" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cookie-signature__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_csstools_postcss-normalize-display-values__1.0.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-normalize-display-values__1.0.1__postcss_8.4.31", + "package": "@csstools/postcss-normalize-display-values", + "version": "1.0.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", + "url": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-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__postcss-minify-gradients__5.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-gradients__5.1.1__postcss_8.4.31", + "package": "postcss-minify-gradients", + "version": "5.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "url": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-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__at_csstools_normalize.css__12.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_normalize.css__12.0.0__links", + "package": "@csstools/normalize.css", + "version": "12.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@csstools/normalize.css": [ + "12.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__path-exists__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__path-exists__3.0.0", + "package": "path-exists", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "url": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_csstools_postcss-color-function__1.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-color-function__1.1.1__postcss_8.4.31__links", + "package": "@csstools/postcss-color-function", + "version": "1.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-color-function": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-progressive-custom-properties": [ + "1.3.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-modules-values__4.0.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-values__4.0.0__postcss_8.4.31", + "package": "postcss-modules-values", + "version": "4.0.0_postcss_8.4.31", + "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__jest-util__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-util__29.7.0", + "package": "jest-util", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", + "url": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-weakref__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-weakref__1.0.2", + "package": "is-weakref", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "url": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__combined-stream__1.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__combined-stream__1.0.8__links", + "package": "combined-stream", + "version": "1.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "delayed-stream": "1.0.0" + }, + "transitive_closure": { + "combined-stream": [ + "1.0.8" + ], + "delayed-stream": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__arraybuffer.prototype.slice__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__arraybuffer.prototype.slice__1.0.2", + "package": "arraybuffer.prototype.slice", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", + "url": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-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__inherits__2.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "js-yaml": [ + "4.1.0" + ], + "argparse": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esquery__1.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esquery__1.5.0__links", + "package": "esquery", + "version": "1.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "estraverse": "5.3.0" + }, + "transitive_closure": { + "esquery": [ + "1.5.0" + ], + "estraverse": [ + "5.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-normalize-display-values__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-display-values__5.1.0__postcss_8.4.31__links", + "package": "postcss-normalize-display-values", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-normalize-display-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__select-hose__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__globals__11.12.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__globals__11.12.0", + "package": "globals", + "version": "11.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "url": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-prefers-color-scheme__6.0.3__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-prefers-color-scheme__6.0.3__postcss_8.4.31__links", + "package": "css-prefers-color-scheme", + "version": "6.0.3_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "css-prefers-color-scheme": [ + "6.0.3_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_runtime-core__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-core__3.2.45__links", + "package": "@vue/runtime-core", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/reactivity": "3.2.45", + "@vue/shared": "3.2.45" + }, + "transitive_closure": { + "@vue/runtime-core": [ + "3.2.45" + ], + "@vue/reactivity": [ + "3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ejs__3.1.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ejs__3.1.9", + "package": "ejs", + "version": "3.1.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", + "url": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_next_swc-darwin-x64__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-darwin-x64__13.0.5", + "package": "@next/swc-darwin-x64", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SfigOKW4Z2UB3ruUPyvrlDIkcJq1hiw1wvYApWugD+tQsAkYZKEoz+/8emCmeYZ6Gwgi1WHV+z52Oj8u7bEHPg==", + "url": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eslint-config-next__13.0.5__-1300088051": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-config-next__13.0.5__-1300088051", + "package": "eslint-config-next", + "version": "13.0.5_-1300088051", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "eslint-config-next" + ] + }, + "integrity": "sha512-lge94W7ME6kNCO96eCykq5GbKbllzmcDNDhh1/llMCRgNPl0+GIQ8dOoM0I7uRQVW56VmTXFybJFXgow11a5pg==", + "url": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.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__unicode-match-property-ecmascript__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unicode-match-property-ecmascript__2.0.0__links", + "package": "unicode-match-property-ecmascript", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "unicode-canonical-property-names-ecmascript": "2.0.0", + "unicode-property-aliases-ecmascript": "2.1.0" + }, + "transitive_closure": { + "unicode-match-property-ecmascript": [ + "2.0.0" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-weakmap__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-weakmap__2.0.1", + "package": "is-weakmap", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "url": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-focus-within__5.0.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-focus-within__5.0.4__postcss_8.4.31__links", + "package": "postcss-focus-within", + "version": "5.0.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-focus-within": [ + "5.0.4_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-pnp-resolver__1.2.3__jest-resolve_29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-pnp-resolver__1.2.3__jest-resolve_29.7.0", + "package": "jest-pnp-resolver", + "version": "1.2.3_jest-resolve_29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "url": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__raw-body__2.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__normalize-url__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__normalize-url__6.1.0__links", + "package": "normalize-url", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "normalize-url": [ + "6.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__parse5__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parse5__6.0.1", + "package": "parse5", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "url": "https://registry.npmjs.org/parse5/-/parse5-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__builtin-modules__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__builtin-modules__3.3.0__links", + "package": "builtin-modules", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "builtin-modules": [ + "3.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__icss-utils__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__icss-utils__5.1.0__postcss_8.4.31", + "package": "icss-utils", + "version": "5.1.0_postcss_8.4.31", + "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__param-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_typescript-eslint_typescript-estree__5.44.0__typescript_4.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_typescript-estree__5.44.0__typescript_4.9.3__links", + "package": "@typescript-eslint/typescript-estree", + "version": "5.44.0_typescript_4.9.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "5.44.0", + "@typescript-eslint/visitor-keys": "5.44.0", + "debug": "4.3.4", + "globby": "11.1.0", + "is-glob": "4.0.3", + "semver": "7.5.4", + "tsutils": "3.21.0_typescript_4.9.3", + "typescript": "4.9.3" + }, + "transitive_closure": { + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "debug": [ + "4.3.4" + ], + "globby": [ + "11.1.0" + ], + "is-glob": [ + "4.0.3" + ], + "semver": [ + "7.5.4" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "ignore": [ + "5.2.4" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "5.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "path-type": [ + "4.0.0" + ], + "ms": [ + "2.1.2" + ], + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_core__7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_core__7.23.0__links", + "package": "@babel/core", + "version": "7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@ampproject/remapping": "2.2.1", + "@babel/code-frame": "7.22.13", + "@babel/generator": "7.23.0", + "@babel/helper-compilation-targets": "7.22.15", + "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", + "@babel/helpers": "7.23.1", + "@babel/parser": "7.23.0", + "@babel/template": "7.22.15", + "@babel/traverse": "7.23.0", + "@babel/types": "7.23.0", + "convert-source-map": "2.0.0", + "debug": "4.3.4", + "gensync": "1.0.0-beta.2", + "json5": "2.2.3", + "semver": "6.3.1" + }, + "transitive_closure": { + "@babel/core": [ + "7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fast-levenshtein__2.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fast-levenshtein__2.0.6", + "package": "fast-levenshtein", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "url": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_eslint__8.44.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_eslint__8.44.3", + "package": "@types/eslint", + "version": "8.44.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==", + "url": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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_csstools_postcss-progressive-custom-properties__1.3.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-progressive-custom-properties__1.3.0__postcss_8.4.31__links", + "package": "@csstools/postcss-progressive-custom-properties", + "version": "1.3.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-progressive-custom-properties": [ + "1.3.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__buffer-from__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__obuf__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_vue_compiler-sfc__3.2.37": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-sfc__3.2.37", + "package": "@vue/compiler-sfc", + "version": "3.2.37", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue/libraries/simple": [ + "@vue/compiler-sfc" + ] + }, + "integrity": "sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==", + "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.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__postcss-nesting__10.2.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-nesting__10.2.0__postcss_8.4.31", + "package": "postcss-nesting", + "version": "10.2.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", + "url": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-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__at_babel_types__7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_types__7.23.0", + "package": "@babel/types", + "version": "7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", + "url": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__collect-v8-coverage__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__collect-v8-coverage__1.0.2", + "package": "collect-v8-coverage", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", + "url": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-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__es-abstract__1.22.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-abstract__1.22.2__links", + "package": "es-abstract", + "version": "1.22.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-buffer-byte-length": "1.0.0", + "arraybuffer.prototype.slice": "1.0.2", + "available-typed-arrays": "1.0.5", + "call-bind": "1.0.2", + "es-set-tostringtag": "2.0.1", + "es-to-primitive": "1.2.1", + "function.prototype.name": "1.1.6", + "get-intrinsic": "1.2.1", + "get-symbol-description": "1.0.0", + "globalthis": "1.0.3", + "gopd": "1.0.1", + "has": "1.0.3", + "has-property-descriptors": "1.0.0", + "has-proto": "1.0.1", + "has-symbols": "1.0.3", + "internal-slot": "1.0.5", + "is-array-buffer": "3.0.2", + "is-callable": "1.2.7", + "is-negative-zero": "2.0.2", + "is-regex": "1.1.4", + "is-shared-array-buffer": "1.0.2", + "is-string": "1.0.7", + "is-typed-array": "1.1.12", + "is-weakref": "1.0.2", + "object-inspect": "1.12.3", + "object-keys": "1.1.1", + "object.assign": "4.1.4", + "regexp.prototype.flags": "1.5.1", + "safe-array-concat": "1.0.1", + "safe-regex-test": "1.0.0", + "string.prototype.trim": "1.2.8", + "string.prototype.trimend": "1.0.7", + "string.prototype.trimstart": "1.0.7", + "typed-array-buffer": "1.0.0", + "typed-array-byte-length": "1.0.0", + "typed-array-byte-offset": "1.0.0", + "typed-array-length": "1.0.4", + "unbox-primitive": "1.0.2", + "which-typed-array": "1.1.11" + }, + "transitive_closure": { + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "call-bind": [ + "1.0.2" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "define-properties": [ + "1.2.1" + ], + "define-data-property": [ + "1.1.0" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__commander__10.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__stack-utils__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stack-utils__2.0.6__links", + "package": "stack-utils", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "escape-string-regexp": "2.0.0" + }, + "transitive_closure": { + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__picocolors__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__html-entities__2.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-numeric-separator", + "version": "7.10.4_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-minimizer-webpack-plugin__3.4.1__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-minimizer-webpack-plugin__3.4.1__webpack_5.88.2__links", + "package": "css-minimizer-webpack-plugin", + "version": "3.4.1_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cssnano": "5.1.15_postcss_8.4.31", + "jest-worker": "27.5.1", + "postcss": "8.4.31", + "schema-utils": "4.2.0", + "serialize-javascript": "6.0.1", + "source-map": "0.6.1", + "webpack": "5.88.2" + }, + "transitive_closure": { + "css-minimizer-webpack-plugin": [ + "3.4.1_webpack_5.88.2" + ], + "cssnano": [ + "5.1.15_postcss_8.4.31" + ], + "jest-worker": [ + "27.5.1" + ], + "postcss": [ + "8.4.31" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "serialize-javascript": [ + "6.0.1" + ], + "source-map": [ + "0.6.1" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "7.2.0", + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "8.12.0", + "6.12.6" + ], + "ajv-keywords": [ + "5.1.0_ajv_8.12.0", + "3.5.2_ajv_6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "1.0.0", + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "require-from-string": [ + "2.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "cssnano-preset-default": [ + "5.2.14_postcss_8.4.31" + ], + "lilconfig": [ + "2.1.0" + ], + "yaml": [ + "1.10.2" + ], + "css-declaration-sorter": [ + "6.4.1_postcss_8.4.31" + ], + "cssnano-utils": [ + "3.1.0_postcss_8.4.31" + ], + "postcss-calc": [ + "8.2.4_postcss_8.4.31" + ], + "postcss-colormin": [ + "5.3.1_postcss_8.4.31" + ], + "postcss-convert-values": [ + "5.1.3_postcss_8.4.31" + ], + "postcss-discard-comments": [ + "5.1.2_postcss_8.4.31" + ], + "postcss-discard-duplicates": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-discard-empty": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-discard-overridden": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-merge-longhand": [ + "5.1.7_postcss_8.4.31" + ], + "postcss-merge-rules": [ + "5.1.4_postcss_8.4.31" + ], + "postcss-minify-font-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-minify-gradients": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-minify-params": [ + "5.1.4_postcss_8.4.31" + ], + "postcss-minify-selectors": [ + "5.2.1_postcss_8.4.31" + ], + "postcss-normalize-charset": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-display-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-positions": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-repeat-style": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-string": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-timing-functions": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-unicode": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-url": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-whitespace": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-ordered-values": [ + "5.1.3_postcss_8.4.31" + ], + "postcss-reduce-initial": [ + "5.1.2_postcss_8.4.31" + ], + "postcss-reduce-transforms": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-svgo": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-unique-selectors": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "svgo": [ + "2.8.0" + ], + "@trysound/sax": [ + "0.2.0" + ], + "css-select": [ + "4.3.0" + ], + "css-tree": [ + "1.1.3" + ], + "csso": [ + "4.2.0" + ], + "stable": [ + "0.1.8" + ], + "mdn-data": [ + "2.0.14" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "nth-check": [ + "2.1.1" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "entities": [ + "2.2.0" + ], + "caniuse-api": [ + "3.0.0" + ], + "lodash.memoize": [ + "4.1.2" + ], + "lodash.uniq": [ + "4.5.0" + ], + "normalize-url": [ + "6.1.0" + ], + "colord": [ + "2.9.3" + ], + "stylehacks": [ + "5.1.1_postcss_8.4.31" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__nanoid__3.3.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__nanoid__3.3.6__links", + "package": "nanoid", + "version": "3.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "nanoid": [ + "3.3.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tslib__1.14.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tslib__1.14.1__links", + "package": "tslib", + "version": "1.14.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tslib": [ + "1.14.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__es-module-lexer__1.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-module-lexer__1.3.1__links", + "package": "es-module-lexer", + "version": "1.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "es-module-lexer": [ + "1.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__loose-envify__1.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__regex-parser__2.2.11": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regex-parser__2.2.11", + "package": "regex-parser", + "version": "2.2.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==", + "url": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.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__websocket-driver__0.7.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-minify-font-values__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-font-values__5.1.0__postcss_8.4.31", + "package": "postcss-minify-font-values", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "url": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-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__eslint-plugin-jest__25.7.0__-1428655967": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-jest__25.7.0__-1428655967", + "package": "eslint-plugin-jest", + "version": "25.7.0_-1428655967", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", + "url": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.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_babel_generator__7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_generator__7.23.0__links", + "package": "@babel/generator", + "version": "7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0", + "@jridgewell/gen-mapping": "0.3.3", + "@jridgewell/trace-mapping": "0.3.19", + "jsesc": "2.5.2" + }, + "transitive_closure": { + "@babel/generator": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ansi-styles__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__typed-array-byte-length__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-byte-length__1.0.0__links", + "package": "typed-array-byte-length", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "for-each": "0.3.3", + "has-proto": "1.0.1", + "is-typed-array": "1.1.12" + }, + "transitive_closure": { + "typed-array-byte-length": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "for-each": [ + "0.3.3" + ], + "has-proto": [ + "1.0.1" + ], + "is-typed-array": [ + "1.1.12" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-arguments__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-arguments__1.1.1", + "package": "is-arguments", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "url": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__prelude-ls__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__prelude-ls__1.2.1", + "package": "prelude-ls", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "url": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__vary__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__temp-dir__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__temp-dir__2.0.0__links", + "package": "temp-dir", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "temp-dir": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-expiration__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-expiration__6.6.0", + "package": "workbox-expiration", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==", + "url": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.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_sinonjs_fake-timers__10.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_fake-timers__10.3.0", + "package": "@sinonjs/fake-timers", + "version": "10.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "url": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_traverse__7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_traverse__7.23.0__links", + "package": "@babel/traverse", + "version": "7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "@babel/generator": "7.23.0", + "@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.0", + "@babel/types": "7.23.0", + "debug": "4.3.4", + "globals": "11.12.0" + }, + "transitive_closure": { + "@babel/traverse": [ + "7.23.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@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.0" + ], + "@babel/types": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__error-stack-parser__2.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__error-stack-parser__2.1.4__links", + "package": "error-stack-parser", + "version": "2.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "stackframe": "1.3.4" + }, + "transitive_closure": { + "error-stack-parser": [ + "2.1.4" + ], + "stackframe": [ + "1.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__signal-exit__3.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_vue_compiler-sfc__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-sfc__3.2.45", + "package": "@vue/compiler-sfc", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==", + "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__connect-history-api-fallback__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-color-functional-notation__4.2.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-color-functional-notation__4.2.4__postcss_8.4.31", + "package": "postcss-color-functional-notation", + "version": "4.2.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", + "url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.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__dom-converter__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_svgr_babel-plugin-replace-jsx-attribute-value__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-replace-jsx-attribute-value__5.0.1__links", + "package": "@svgr/babel-plugin-replace-jsx-attribute-value", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@svgr/babel-plugin-replace-jsx-attribute-value": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__doctrine__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__doctrine__3.0.0__links", + "package": "doctrine", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "esutils": "2.0.3" + }, + "transitive_closure": { + "doctrine": [ + "3.0.0" + ], + "esutils": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__sockjs__0.3.24": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-normalize-whitespace__5.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-whitespace__5.1.1__postcss_8.4.31", + "package": "postcss-normalize-whitespace", + "version": "5.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "url": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-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__lodash.uniq__4.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.uniq__4.5.0__links", + "package": "lodash.uniq", + "version": "4.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash.uniq": [ + "4.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_humanwhocodes_module-importer__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_humanwhocodes_module-importer__1.0.1__links", + "package": "@humanwhocodes/module-importer", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@humanwhocodes/module-importer": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__resolve-url-loader__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve-url-loader__4.0.0__links", + "package": "resolve-url-loader", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "adjust-sourcemap-loader": "4.0.0", + "convert-source-map": "1.9.0", + "loader-utils": "2.0.4", + "postcss": "7.0.39", + "source-map": "0.6.1" + }, + "transitive_closure": { + "resolve-url-loader": [ + "4.0.0" + ], + "adjust-sourcemap-loader": [ + "4.0.0" + ], + "convert-source-map": [ + "1.9.0" + ], + "loader-utils": [ + "2.0.4" + ], + "postcss": [ + "7.0.39" + ], + "source-map": [ + "0.6.1" + ], + "picocolors": [ + "0.2.1" + ], + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "json5": [ + "2.2.3" + ], + "regex-parser": [ + "2.2.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ws__8.14.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ws__8.14.2", + "package": "ws", + "version": "8.14.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", + "url": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__type-check__0.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-check__0.4.0", + "package": "type-check", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "url": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-to-regexp__0.1.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-boolean-object__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-boolean-object__1.1.2__links", + "package": "is-boolean-object", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "is-boolean-object": [ + "1.1.2" + ], + "call-bind": [ + "1.0.2" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__istanbul-lib-instrument__5.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-instrument__5.2.1__links", + "package": "istanbul-lib-instrument", + "version": "5.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/parser": "7.23.0", + "@istanbuljs/schema": "0.1.3", + "istanbul-lib-coverage": "3.2.0", + "semver": "6.3.1" + }, + "transitive_closure": { + "istanbul-lib-instrument": [ + "5.2.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/parser": [ + "7.23.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-matcher-utils__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-matcher-utils__29.7.0", + "package": "jest-matcher-utils", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", + "url": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-plugin-polyfill-regenerator__0.5.2__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-regenerator__0.5.2__at_babel_core_7.23.0", + "package": "babel-plugin-polyfill-regenerator", + "version": "0.5.2_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==", + "url": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-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__espree__9.6.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__espree__9.6.1", + "package": "espree", + "version": "9.6.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "url": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-get-type__29.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__29.6.3", + "package": "jest-get-type", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "url": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__get-own-enumerable-property-symbols__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-own-enumerable-property-symbols__3.0.2__links", + "package": "get-own-enumerable-property-symbols", + "version": "3.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "get-own-enumerable-property-symbols": [ + "3.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__escape-string-regexp__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-date-object__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-date-object__1.0.5", + "package": "is-date-object", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "url": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__gensync__1.0.0-beta.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__gensync__1.0.0-beta.2", + "package": "gensync", + "version": "1.0.0-beta.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "url": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_preset-typescript__7.23.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-typescript__7.23.0__at_babel_core_7.23.0__links", + "package": "@babel/preset-typescript", + "version": "7.23.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-validator-option": "7.22.15", + "@babel/plugin-syntax-jsx": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-modules-commonjs": "7.23.0_at_babel_core_7.23.0", + "@babel/plugin-transform-typescript": "7.22.15_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/preset-typescript": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typescript": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__no-case__3.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__klona__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__klona__2.0.6__links", + "package": "klona", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "klona": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__colorette__2.0.20": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__postcss-value-parser__4.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__globals__13.22.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__globals__13.22.0__links", + "package": "globals", + "version": "13.22.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "type-fest": "0.20.2" + }, + "transitive_closure": { + "globals": [ + "13.22.0" + ], + "type-fest": [ + "0.20.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_reactivity-transform__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity-transform__3.3.4", + "package": "@vue/reactivity-transform", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==", + "url": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.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__is-typed-array__1.1.12__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-typed-array__1.1.12__links", + "package": "is-typed-array", + "version": "1.1.12", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "which-typed-array": "1.1.11" + }, + "transitive_closure": { + "is-typed-array": [ + "1.1.12" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "call-bind": [ + "1.0.2" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "is-callable": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__escape-html__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__pascal-case__3.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-syntax-bigint__7.8.3__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-bigint__7.8.3__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-bigint", + "version": "7.8.3_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__schema-utils__2.7.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__schema-utils__2.7.1", + "package": "schema-utils", + "version": "2.7.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yaml__1.10.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yaml__1.10.2", + "package": "yaml", + "version": "1.10.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "url": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__object.entries__1.1.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.entries__1.1.7__links", + "package": "object.entries", + "version": "1.1.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2" + }, + "transitive_closure": { + "object.entries": [ + "1.1.7" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__schema-utils__2.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__schema-utils__2.7.0", + "package": "schema-utils", + "version": "2.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", + "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__binary-extensions__2.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__decode-uri-component__0.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__decode-uri-component__0.2.2", + "package": "decode-uri-component", + "version": "0.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "url": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__idb__7.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__idb__7.1.1", + "package": "idb", + "version": "7.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==", + "url": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-has-pseudo__3.0.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-has-pseudo__3.0.4__postcss_8.4.31__links", + "package": "css-has-pseudo", + "version": "3.0.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "css-has-pseudo": [ + "3.0.4_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__css-select__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__http-proxy__1.18.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_swc_types__0.1.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_types__0.1.5", + "package": "@swc/types", + "version": "0.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==", + "url": "https://registry.npmjs.org/@swc/types/-/types-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__workbox-build__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-build__6.6.0", + "package": "workbox-build", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==", + "url": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.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__to-fast-properties__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__to-fast-properties__2.0.0", + "package": "to-fast-properties", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "url": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_http-errors__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_http-errors__2.0.2", + "package": "@types/http-errors", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lPG6KlZs88gef6aD85z3HNkztpj7w2R7HmR3gygjfXCQmsLloWNARFkMuzKiiY8FGdh1XDpgBdrSf4aKDiA7Kg==", + "url": "https://registry.npmjs.org/@types/http-errors/-/http-errors-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__cssom__0.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssom__0.5.0", + "package": "cssom", + "version": "0.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", + "url": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-opacity-percentage__1.1.3__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-opacity-percentage__1.1.3__postcss_8.4.31", + "package": "postcss-opacity-percentage", + "version": "1.1.3_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", + "url": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-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_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-import-meta", + "version": "7.10.4_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_shared__3.2.37": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_shared__3.2.37", + "package": "@vue/shared", + "version": "3.2.37", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==", + "url": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.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__at_vue_tsconfig__0.1.3__at_types_node_18.11.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_tsconfig__0.1.3__at_types_node_18.11.9__links", + "package": "@vue/tsconfig", + "version": "0.1.3_at_types_node_18.11.9", + "dev": true, + "root_package": "", + "link_packages": { + "vue": [ + "@vue/tsconfig" + ] + }, + "deps": { + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@vue/tsconfig": [ + "0.1.3_at_types_node_18.11.9" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__color-convert__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-private-property-in-object", + "version": "7.14.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__merge2__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__merge2__1.4.1__links", + "package": "merge2", + "version": "1.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "merge2": [ + "1.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__whatwg-encoding__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-encoding__1.0.5__links", + "package": "whatwg-encoding", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "iconv-lite": "0.4.24" + }, + "transitive_closure": { + "whatwg-encoding": [ + "1.0.5" + ], + "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" + } + }, + "npm__whatwg-mimetype__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-mimetype__2.3.0__links", + "package": "whatwg-mimetype", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "whatwg-mimetype": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__rollup-plugin-terser__7.0.2__rollup_2.79.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__rollup-plugin-terser__7.0.2__rollup_2.79.1", + "package": "rollup-plugin-terser", + "version": "7.0.2_rollup_2.79.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", + "url": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.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__stack-utils__2.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stack-utils__2.0.6", + "package": "stack-utils", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "url": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-reduce-transforms__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-reduce-transforms__5.1.0__postcss_8.4.31", + "package": "postcss-reduce-transforms", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "url": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-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__walker__1.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__walker__1.0.8__links", + "package": "walker", + "version": "1.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "makeerror": "1.0.12" + }, + "transitive_closure": { + "walker": [ + "1.0.8" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__shebang-regex__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__shebang-regex__1.0.0__links", + "package": "shebang-regex", + "version": "1.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "shebang-regex": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_compiler-core__3.2.37": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-core__3.2.37", + "package": "@vue/compiler-core", + "version": "3.2.37", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==", + "url": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.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__stringify-object__3.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stringify-object__3.3.0", + "package": "stringify-object", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "url": "https://registry.npmjs.org/stringify-object/-/stringify-object-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__at_webassemblyjs_floating-point-hex-parser__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_floating-point-hex-parser__1.11.6", + "package": "@webassemblyjs/floating-point-hex-parser", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "url": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-weakset__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-weakset__2.0.2__links", + "package": "is-weakset", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1" + }, + "transitive_closure": { + "is-weakset": [ + "2.0.2" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_babel__traverse__7.20.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__traverse__7.20.2__links", + "package": "@types/babel__traverse", + "version": "7.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@types/babel__traverse": [ + "7.20.2" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__deep-is__0.1.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__deep-is__0.1.4", + "package": "deep-is", + "version": "0.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "url": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-error-overlay__6.0.11__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-error-overlay__6.0.11__links", + "package": "react-error-overlay", + "version": "6.0.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "react-error-overlay": [ + "6.0.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pure-rand__6.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pure-rand__6.0.4__links", + "package": "pure-rand", + "version": "6.0.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pure-rand": [ + "6.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ansi-styles__3.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__estree-walker__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__estree-walker__2.0.2", + "package": "estree-walker", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fsevents__2.3.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-react-constant-elements__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-constant-elements__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-react-constant-elements", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-obj__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-obj__1.0.1__links", + "package": "is-obj", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-obj": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__magic-string__0.30.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__magic-string__0.30.4__links", + "package": "magic-string", + "version": "0.30.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/sourcemap-codec": "1.4.15" + }, + "transitive_closure": { + "magic-string": [ + "0.30.4" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__define-lazy-prop__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__define-lazy-prop__2.0.0__links", + "package": "define-lazy-prop", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "define-lazy-prop": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-haste-map__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-haste-map__29.7.0__links", + "package": "jest-haste-map", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "fsevents": "2.3.3", + "@jest/types": "29.6.3", + "@types/graceful-fs": "4.1.7", + "@types/node": "18.11.9", + "anymatch": "3.1.3", + "fb-watchman": "2.0.2", + "graceful-fs": "4.2.11", + "jest-regex-util": "29.6.3", + "jest-util": "29.7.0", + "jest-worker": "29.7.0", + "micromatch": "4.0.5", + "walker": "1.0.8" + }, + "transitive_closure": { + "jest-haste-map": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "@types/node": [ + "18.11.9" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-util": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-value-parser__4.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__spdy__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "spdy": [ + "4.0.2" + ], + "debug": [ + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-top-level-await", + "version": "7.14.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__balanced-match__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__is-number-object__1.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-number-object__1.0.7", + "package": "is-number-object", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "url": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_fake-timers__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_fake-timers__27.5.1", + "package": "@jest/fake-timers", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "url": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-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__jest-worker__28.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__28.1.3", + "package": "jest-worker", + "version": "28.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.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_tootallnate_once__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-private-property-in-object", + "version": "7.14.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_svgr_hast-util-to-babel-ast__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_hast-util-to-babel-ast__5.5.0__links", + "package": "@svgr/hast-util-to-babel-ast", + "version": "5.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@svgr/hast-util-to-babel-ast": [ + "5.5.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__js-tokens__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__readable-stream__2.3.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__glob__7.1.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__glob__7.1.6__links", + "package": "glob", + "version": "7.1.6", + "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": { + "glob": [ + "7.1.6" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_babel__core__7.20.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__core__7.20.2__links", + "package": "@types/babel__core", + "version": "7.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@babel/types": "7.23.0", + "@types/babel__generator": "7.6.5", + "@types/babel__template": "7.4.2", + "@types/babel__traverse": "7.20.2" + }, + "transitive_closure": { + "@types/babel__core": [ + "7.20.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__on-finished__2.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "on-finished": [ + "2.4.1" + ], + "ee-first": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-docblock__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-docblock__27.5.1__links", + "package": "jest-docblock", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "detect-newline": "3.1.0" + }, + "transitive_closure": { + "jest-docblock": [ + "27.5.1" + ], + "detect-newline": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__async__3.2.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__async__3.2.4", + "package": "async", + "version": "3.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==", + "url": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.31", + "package": "postcss-modules-extract-imports", + "version": "3.0.0_postcss_8.4.31", + "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__y18n__5.0.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-resolve__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve__27.5.1__links", + "package": "jest-resolve", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "chalk": "4.1.2", + "graceful-fs": "4.2.11", + "jest-haste-map": "27.5.1", + "jest-pnp-resolver": "1.2.3_jest-resolve_27.5.1", + "jest-util": "27.5.1", + "jest-validate": "27.5.1", + "resolve": "1.22.6", + "resolve.exports": "1.1.1", + "slash": "3.0.0" + }, + "transitive_closure": { + "jest-resolve": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "chalk": [ + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "slash": [ + "3.0.0" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "camelcase": [ + "6.3.0" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__slash__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__slash__4.0.0", + "package": "slash", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "url": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__whatwg-url__8.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-url__8.7.0__links", + "package": "whatwg-url", + "version": "8.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lodash": "4.17.21", + "tr46": "2.1.0", + "webidl-conversions": "6.1.0" + }, + "transitive_closure": { + "whatwg-url": [ + "8.7.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "webidl-conversions": [ + "6.1.0" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_env__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_env__13.0.5__links", + "package": "@next/env", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/env": [ + "13.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-linux-ppc64le__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-ppc64le__0.15.18", + "package": "esbuild-linux-ppc64le", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==", + "url": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.18.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__regjsparser__0.9.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regjsparser__0.9.1__links", + "package": "regjsparser", + "version": "0.9.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "jsesc": "0.5.0" + }, + "transitive_closure": { + "regjsparser": [ + "0.9.1" + ], + "jsesc": [ + "0.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__requires-port__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__css-tree__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-tree__1.1.3__links", + "package": "css-tree", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mdn-data": "2.0.14", + "source-map": "0.6.1" + }, + "transitive_closure": { + "css-tree": [ + "1.1.3" + ], + "mdn-data": [ + "2.0.14" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__regexpu-core__5.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regexpu-core__5.3.2__links", + "package": "regexpu-core", + "version": "5.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/regjsgen": "0.8.0", + "regenerate": "1.4.2", + "regenerate-unicode-properties": "10.1.1", + "regjsparser": "0.9.1", + "unicode-match-property-ecmascript": "2.0.0", + "unicode-match-property-value-ecmascript": "2.1.0" + }, + "transitive_closure": { + "regexpu-core": [ + "5.3.2" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "0.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_helper-wasm-bytecode__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-wasm-bytecode__1.11.6__links", + "package": "@webassemblyjs/helper-wasm-bytecode", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__istanbul-reports__3.1.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-reports__3.1.6__links", + "package": "istanbul-reports", + "version": "3.1.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "html-escaper": "2.0.2", + "istanbul-lib-report": "3.0.1" + }, + "transitive_closure": { + "istanbul-reports": [ + "3.1.6" + ], + "html-escaper": [ + "2.0.2" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "make-dir": [ + "4.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "semver": [ + "7.5.4" + ], + "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" + } + }, + "npm__at_istanbuljs_load-nyc-config__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_istanbuljs_load-nyc-config__1.1.0__links", + "package": "@istanbuljs/load-nyc-config", + "version": "1.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "camelcase": "5.3.1", + "find-up": "4.1.0", + "get-package-type": "0.1.0", + "js-yaml": "3.14.1", + "resolve-from": "5.0.0" + }, + "transitive_closure": { + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "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" + } + }, + "npm__form-data__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__form-data__3.0.1", + "package": "form-data", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "url": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ee-first__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__postcss-nested__6.0.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-nested__6.0.1__postcss_8.4.31__links", + "package": "postcss-nested", + "version": "6.0.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-nested": [ + "6.0.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_ast__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_ast__1.11.6", + "package": "@webassemblyjs/ast", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", + "url": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__nwsapi__2.2.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__nwsapi__2.2.7", + "package": "nwsapi", + "version": "2.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==", + "url": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__diff-sequences__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__29.6.3__links", + "package": "diff-sequences", + "version": "29.6.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "diff-sequences": [ + "29.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__uuid__8.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__uuid__8.3.2__links", + "package": "uuid", + "version": "8.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "uuid": [ + "8.3.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.0", + "package": "@babel/plugin-proposal-nullish-coalescing-operator", + "version": "7.18.6_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__he__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__eslint-webpack-plugin__3.2.0__eslint_8.28.0__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-webpack-plugin__3.2.0__eslint_8.28.0__webpack_5.88.2", + "package": "eslint-webpack-plugin", + "version": "3.2.0_eslint_8.28.0__webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==", + "url": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-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_types_is-even__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_is-even__1.0.1", + "package": "@types/is-even", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "@types/is-even" + ] + }, + "integrity": "sha512-8FbDpWHrWEiXXCuuwkuPT2p4tHr7fhOR2STGdSyQ0ljlqJT7sIqtHSRDXFSLTHqtizXmvThht0Hx3+2+7MAewg==", + "url": "https://registry.npmjs.org/@types/is-even/-/is-even-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__color-convert__1.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__is-core-module__2.13.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-core-module__2.13.0__links", + "package": "is-core-module", + "version": "2.13.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has": "1.0.3" + }, + "transitive_closure": { + "is-core-module": [ + "2.13.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__terser-webpack-plugin__5.3.9__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__terser-webpack-plugin__5.3.9__webpack_5.88.2__links", + "package": "terser-webpack-plugin", + "version": "5.3.9_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/trace-mapping": "0.3.19", + "jest-worker": "27.5.1", + "schema-utils": "3.3.0", + "serialize-javascript": "6.0.1", + "terser": "5.20.0", + "webpack": "5.88.2" + }, + "transitive_closure": { + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "schema-utils": [ + "3.3.0" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "tapable": [ + "2.2.1" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "@types/json-schema": [ + "7.0.13" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webidl-conversions__4.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__4.0.2__links", + "package": "webidl-conversions", + "version": "4.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "webidl-conversions": [ + "4.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_eslint-parser__7.22.15__1782646489__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_eslint-parser__7.22.15__1782646489__links", + "package": "@babel/eslint-parser", + "version": "7.22.15_1782646489", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", + "eslint": "8.28.0", + "eslint-visitor-keys": "2.1.0", + "semver": "6.3.1" + }, + "transitive_closure": { + "@babel/eslint-parser": [ + "7.22.15_1782646489" + ], + "@babel/core": [ + "7.23.0" + ], + "@nicolo-ribaudo/eslint-scope-5-internals": [ + "5.1.1-v1" + ], + "eslint": [ + "8.28.0" + ], + "eslint-visitor-keys": [ + "3.4.3", + "2.1.0" + ], + "semver": [ + "6.3.1" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "1.0.5", + "4.0.0" + ], + "eslint-scope": [ + "5.1.1", + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "11.12.0", + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_server-renderer__3.3.4__vue_3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_server-renderer__3.3.4__vue_3.3.4", + "package": "@vue/server-renderer", + "version": "3.3.4_vue_3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==", + "url": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.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__postcss-minify-params__5.1.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-params__5.1.4__postcss_8.4.31__links", + "package": "postcss-minify-params", + "version": "5.1.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "cssnano-utils": "3.1.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-minify-params": [ + "5.1.4_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "cssnano-utils": [ + "3.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__optionator__0.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__optionator__0.9.3__links", + "package": "optionator", + "version": "0.9.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@aashutoshrathi/word-wrap": "1.2.6", + "deep-is": "0.1.4", + "fast-levenshtein": "2.0.6", + "levn": "0.4.1", + "prelude-ls": "1.2.1", + "type-check": "0.4.0" + }, + "transitive_closure": { + "optionator": [ + "0.9.3" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "levn": [ + "0.4.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__regenerator-transform__0.15.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerator-transform__0.15.2", + "package": "regenerator-transform", + "version": "0.15.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "url": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_scheduler__0.16.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_scheduler__0.16.4", + "package": "@types/scheduler", + "version": "0.16.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==", + "url": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.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__object.groupby__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.groupby__1.0.1", + "package": "object.groupby", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==", + "url": "https://registry.npmjs.org/object.groupby/-/object.groupby-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__ejs__3.1.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ejs__3.1.9__links", + "package": "ejs", + "version": "3.1.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "jake": "10.8.7" + }, + "transitive_closure": { + "ejs": [ + "3.1.9" + ], + "jake": [ + "10.8.7" + ], + "async": [ + "3.2.4" + ], + "chalk": [ + "4.1.2" + ], + "filelist": [ + "1.0.4" + ], + "minimatch": [ + "5.1.6", + "3.1.2" + ], + "brace-expansion": [ + "2.0.1", + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.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" + } + }, + "npm__xml-name-validator__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__xml-name-validator__3.0.0", + "package": "xml-name-validator", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", + "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-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__caniuse-api__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__caniuse-api__3.0.0", + "package": "caniuse-api", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "url": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-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__jest-docblock__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-docblock__29.7.0__links", + "package": "jest-docblock", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "detect-newline": "3.1.0" + }, + "transitive_closure": { + "jest-docblock": [ + "29.7.0" + ], + "detect-newline": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-typed-array__1.1.12": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-typed-array__1.1.12", + "package": "is-typed-array", + "version": "1.1.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "url": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__js-yaml__3.14.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__js-yaml__3.14.1", + "package": "js-yaml", + "version": "3.14.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "url": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__workbox-strategies__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-strategies__6.6.0", + "package": "workbox-strategies", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==", + "url": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.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__fastest-levenshtein__1.0.16": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_babel_helpers__7.23.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helpers__7.23.1__links", + "package": "@babel/helpers", + "version": "7.23.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/template": "7.22.15", + "@babel/traverse": "7.23.0", + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-haste-map__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-haste-map__27.5.1__links", + "package": "jest-haste-map", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fsevents": "2.3.3", + "@jest/types": "27.5.1", + "@types/graceful-fs": "4.1.7", + "@types/node": "18.11.9", + "anymatch": "3.1.3", + "fb-watchman": "2.0.2", + "graceful-fs": "4.2.11", + "jest-regex-util": "27.5.1", + "jest-serializer": "27.5.1", + "jest-util": "27.5.1", + "jest-worker": "27.5.1", + "micromatch": "4.0.5", + "walker": "1.0.8" + }, + "transitive_closure": { + "jest-haste-map": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "chalk": [ + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-for-of__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-for-of__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-for-of", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-for-of": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__p-locate__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__webpack-cli__5.1.4__34022717": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-cli__5.1.4__34022717", + "package": "webpack-cli", + "version": "5.1.4_34022717", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react-webpack": [ + "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__ansi-regex__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ansi-regex__4.1.1__links", + "package": "ansi-regex", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-regex": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-define-polyfill-provider__0.4.2__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-define-polyfill-provider__0.4.2__at_babel_core_7.23.0", + "package": "@babel/helper-define-polyfill-provider", + "version": "0.4.2_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==", + "url": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-decorators__7.22.10__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-decorators__7.22.10__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-decorators", + "version": "7.22.10_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-decorators": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__on-headers__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-docblock__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-docblock__29.7.0", + "package": "jest-docblock", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", + "url": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_next_swc-android-arm64__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-android-arm64__13.0.5", + "package": "@next/swc-android-arm64", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ugbwffkUmp8cd2afehDC8LtQeFUxElRUBBngfB5UYSWBx18HW4OgzkPFIY8jUBH16zifvGZWXbICXJWDHrOLtw==", + "url": "https://registry.npmjs.org/@next/swc-android-arm64/-/swc-android-arm64-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-normalize-url__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-url__5.1.0__postcss_8.4.31", + "package": "postcss-normalize-url", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "url": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_babel-plugin-jsx__1.1.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_babel-plugin-jsx__1.1.5__at_babel_core_7.23.0", + "package": "@vue/babel-plugin-jsx", + "version": "1.1.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==", + "url": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__array-flatten__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "readable-stream": [ + "2.3.8" + ], + "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" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__case-sensitive-paths-webpack-plugin__2.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__case-sensitive-paths-webpack-plugin__2.4.0", + "package": "case-sensitive-paths-webpack-plugin", + "version": "2.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", + "url": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-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__globby__11.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__globby__11.1.0", + "package": "globby", + "version": "11.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "url": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-type__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__path-type__4.0.0", + "package": "path-type", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "url": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-color-hex-alpha__8.0.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-color-hex-alpha__8.0.4__postcss_8.4.31__links", + "package": "postcss-color-hex-alpha", + "version": "8.0.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-color-hex-alpha": [ + "8.0.4_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_aashutoshrathi_word-wrap__1.2.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_aashutoshrathi_word-wrap__1.2.6", + "package": "@aashutoshrathi/word-wrap", + "version": "1.2.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "url": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__resolve-pkg-maps__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve-pkg-maps__1.0.0", + "package": "resolve-pkg-maps", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "url": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ajv__8.12.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__identity-obj-proxy__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__identity-obj-proxy__3.0.0__links", + "package": "identity-obj-proxy", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "harmony-reflect": "1.6.2" + }, + "transitive_closure": { + "identity-obj-proxy": [ + "3.0.0" + ], + "harmony-reflect": [ + "1.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__w3c-hr-time__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__w3c-hr-time__1.0.2__links", + "package": "w3c-hr-time", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browser-process-hrtime": "1.0.0" + }, + "transitive_closure": { + "w3c-hr-time": [ + "1.0.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__define-data-property__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__define-data-property__1.1.0", + "package": "define-data-property", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==", + "url": "https://registry.npmjs.org/define-data-property/-/define-data-property-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__call-bind__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__call-bind__1.0.2__links", + "package": "call-bind", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "function-bind": "1.1.1", + "get-intrinsic": "1.2.1" + }, + "transitive_closure": { + "call-bind": [ + "1.0.2" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__client-only__0.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__client-only__0.0.1", + "package": "client-only", + "version": "0.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", + "url": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-export-namespace-from", + "version": "7.8.3_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_csstools_postcss-unset-value__1.0.2__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-unset-value__1.0.2__postcss_8.4.31", + "package": "@csstools/postcss-unset-value", + "version": "1.0.2_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", + "url": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-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_babel_plugin-transform-modules-umd__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-umd__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-modules-umd", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-modules-umd": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@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" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__resolve-cwd__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__resolve__1.22.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve__1.22.6__links", + "package": "resolve", + "version": "1.22.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-core-module": "2.13.0", + "path-parse": "1.0.7", + "supports-preserve-symlinks-flag": "1.0.0" + }, + "transitive_closure": { + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_volar_source-map__1.0.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_source-map__1.0.9", + "package": "@volar/source-map", + "version": "1.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fazB/vy5ZEJ3yKx4fabJyGNI3CBkdLkfEIRVu6+1P3VixK0Mn+eqyUIkLBrzGYaeFM3GybhCLCvsVdNz0Fu/CQ==", + "url": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-regex__4.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ansi-regex__4.1.1", + "package": "ansi-regex", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-typedarray__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-typedarray__1.0.0__links", + "package": "is-typedarray", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-typedarray": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dlv__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dlv__1.1.3", + "package": "dlv", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "url": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__file-loader__6.2.0__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__file-loader__6.2.0__webpack_5.88.2", + "package": "file-loader", + "version": "6.2.0_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "url": "https://registry.npmjs.org/file-loader/-/file-loader-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__fs-extra__10.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fs-extra__10.1.0__links", + "package": "fs-extra", + "version": "10.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "jsonfile": "6.1.0", + "universalify": "2.0.0" + }, + "transitive_closure": { + "fs-extra": [ + "10.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__deep-equal__2.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__deep-equal__2.2.2", + "package": "deep-equal", + "version": "2.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==", + "url": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-import-attributes__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-import-attributes__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-import-attributes", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-import-attributes": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__brace-expansion__1.1.11": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-optional-catch-binding__7.22.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-optional-catch-binding__7.22.11__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-optional-catch-binding", + "version": "7.22.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.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__p-retry__4.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__p-retry__4.6.2__links", + "package": "p-retry", + "version": "4.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/retry": "0.12.0", + "retry": "0.13.1" + }, + "transitive_closure": { + "p-retry": [ + "4.6.2" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__spdx-expression-parse__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__spdx-expression-parse__3.0.1__links", + "package": "spdx-expression-parse", + "version": "3.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "spdx-exceptions": "2.3.0", + "spdx-license-ids": "3.0.15" + }, + "transitive_closure": { + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-exceptions": [ + "2.3.0" + ], + "spdx-license-ids": [ + "3.0.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__wrappy__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__side-channel__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__side-channel__1.0.4", + "package": "side-channel", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "url": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-get-type__24.9.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__24.9.0__links", + "package": "jest-get-type", + "version": "24.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jest-get-type": [ + "24.9.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jridgewell_gen-mapping__0.3.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__didyoumean__1.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__didyoumean__1.2.2", + "package": "didyoumean", + "version": "1.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "url": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jsdom__20.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsdom__20.0.3__links", + "package": "jsdom", + "version": "20.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "abab": "2.0.6", + "acorn": "8.10.0", + "acorn-globals": "7.0.1", + "cssom": "0.5.0", + "cssstyle": "2.3.0", + "data-urls": "3.0.2", + "decimal.js": "10.4.3", + "domexception": "4.0.0", + "escodegen": "2.1.0", + "form-data": "4.0.0", + "html-encoding-sniffer": "3.0.0", + "http-proxy-agent": "5.0.0", + "https-proxy-agent": "5.0.1", + "is-potential-custom-element-name": "1.0.1", + "nwsapi": "2.2.7", + "parse5": "7.1.2", + "saxes": "6.0.0", + "symbol-tree": "3.2.4", + "tough-cookie": "4.1.3", + "w3c-xmlserializer": "4.0.0", + "webidl-conversions": "7.0.0", + "whatwg-encoding": "2.0.0", + "whatwg-mimetype": "3.0.0", + "whatwg-url": "11.0.0", + "ws": "8.14.2", + "xml-name-validator": "4.0.0" + }, + "transitive_closure": { + "jsdom": [ + "20.0.3" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-globals": [ + "7.0.1" + ], + "cssom": [ + "0.3.8", + "0.5.0" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "3.0.2" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "4.0.0" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "4.0.0" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "7.1.2" + ], + "saxes": [ + "6.0.0" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "11.0.0" + ], + "ws": [ + "8.14.2" + ], + "xml-name-validator": [ + "4.0.0" + ], + "tr46": [ + "3.0.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "entities": [ + "4.5.0" + ], + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "source-map": [ + "0.6.1" + ], + "acorn-walk": [ + "8.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_svgr_plugin-svgo__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_plugin-svgo__5.5.0__links", + "package": "@svgr/plugin-svgo", + "version": "5.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cosmiconfig": "7.1.0", + "deepmerge": "4.3.1", + "svgo": "1.3.2" + }, + "transitive_closure": { + "@svgr/plugin-svgo": [ + "5.5.0" + ], + "cosmiconfig": [ + "7.1.0" + ], + "deepmerge": [ + "4.3.1" + ], + "svgo": [ + "1.3.2" + ], + "chalk": [ + "2.4.2" + ], + "coa": [ + "2.0.2" + ], + "css-select": [ + "2.1.0" + ], + "css-select-base-adapter": [ + "0.1.1" + ], + "css-tree": [ + "1.1.3", + "1.0.0-alpha.37" + ], + "csso": [ + "4.2.0" + ], + "js-yaml": [ + "3.14.1" + ], + "mkdirp": [ + "0.5.6" + ], + "object.values": [ + "1.1.7" + ], + "sax": [ + "1.2.4" + ], + "stable": [ + "0.1.8" + ], + "unquote": [ + "1.1.1" + ], + "util.promisify": [ + "1.0.1" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "has-symbols": [ + "1.0.3" + ], + "object.getownpropertydescriptors": [ + "2.1.7" + ], + "array.prototype.reduce": [ + "1.0.6" + ], + "call-bind": [ + "1.0.2" + ], + "safe-array-concat": [ + "1.0.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "isarray": [ + "2.0.5" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "es-array-method-boxes-properly": [ + "1.0.0" + ], + "is-string": [ + "1.0.7" + ], + "has-tostringtag": [ + "1.0.0" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ], + "minimist": [ + "1.2.8" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "mdn-data": [ + "2.0.4", + "2.0.14" + ], + "source-map": [ + "0.6.1" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "3.4.2" + ], + "domutils": [ + "1.7.0" + ], + "nth-check": [ + "1.0.2" + ], + "dom-serializer": [ + "0.2.2" + ], + "domelementtype": [ + "2.3.0", + "1.3.1" + ], + "entities": [ + "2.2.0" + ], + "@types/q": [ + "1.5.6" + ], + "q": [ + "1.5.1" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@types/parse-json": [ + "4.0.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parse-json": [ + "5.2.0" + ], + "path-type": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string_decoder__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string_decoder__1.3.0__links", + "package": "string_decoder", + "version": "1.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "safe-buffer": "5.2.1" + }, + "transitive_closure": { + "string_decoder": [ + "1.3.0" + ], + "safe-buffer": [ + "5.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cross-spawn__6.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cross-spawn__6.0.5__links", + "package": "cross-spawn", + "version": "6.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "nice-try": "1.0.5", + "path-key": "2.0.1", + "semver": "5.7.2", + "shebang-command": "1.2.0", + "which": "1.3.1" + }, + "transitive_closure": { + "cross-spawn": [ + "6.0.5" + ], + "nice-try": [ + "1.0.5" + ], + "path-key": [ + "2.0.1" + ], + "semver": [ + "5.7.2" + ], + "shebang-command": [ + "1.2.0" + ], + "which": [ + "1.3.1" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__css-loader__6.8.1__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-loader__6.8.1__webpack_5.88.2__links", + "package": "css-loader", + "version": "6.8.1_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "icss-utils": "5.1.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-modules-extract-imports": "3.0.0_postcss_8.4.31", + "postcss-modules-local-by-default": "4.0.3_postcss_8.4.31", + "postcss-modules-scope": "3.0.0_postcss_8.4.31", + "postcss-modules-values": "4.0.0_postcss_8.4.31", + "postcss-value-parser": "4.2.0", + "semver": "7.5.4", + "webpack": "5.88.2" + }, + "transitive_closure": { + "css-loader": [ + "6.8.1_webpack_5.88.2" + ], + "icss-utils": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-modules-extract-imports": [ + "3.0.0_postcss_8.4.31" + ], + "postcss-modules-local-by-default": [ + "4.0.3_postcss_8.4.31" + ], + "postcss-modules-scope": [ + "3.0.0_postcss_8.4.31" + ], + "postcss-modules-values": [ + "4.0.0_postcss_8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "semver": [ + "7.5.4" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-plugin-import__2.28.1__918111916__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-import__2.28.1__918111916__links", + "package": "eslint-plugin-import", + "version": "2.28.1_918111916", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/parser": "5.44.0_509062556", + "array-includes": "3.1.7", + "array.prototype.findlastindex": "1.2.3", + "array.prototype.flat": "1.3.2", + "array.prototype.flatmap": "1.3.2", + "debug": "3.2.7", + "doctrine": "2.1.0", + "eslint": "8.28.0", + "eslint-import-resolver-node": "0.3.9", + "eslint-module-utils": "2.8.0_2031701610", + "has": "1.0.3", + "is-core-module": "2.13.0", + "is-glob": "4.0.3", + "minimatch": "3.1.2", + "object.fromentries": "2.0.7", + "object.groupby": "1.0.1", + "object.values": "1.1.7", + "semver": "6.3.1", + "tsconfig-paths": "3.14.2" + }, + "transitive_closure": { + "eslint-plugin-import": [ + "2.28.1_918111916" + ], + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.findlastindex": [ + "1.2.3" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "debug": [ + "4.3.4", + "3.2.7" + ], + "doctrine": [ + "3.0.0", + "2.1.0" + ], + "eslint": [ + "8.28.0" + ], + "eslint-import-resolver-node": [ + "0.3.9" + ], + "eslint-module-utils": [ + "2.8.0_2031701610" + ], + "has": [ + "1.0.3" + ], + "is-core-module": [ + "2.13.0" + ], + "is-glob": [ + "4.0.3" + ], + "minimatch": [ + "3.1.2" + ], + "object.fromentries": [ + "2.0.7" + ], + "object.groupby": [ + "1.0.1" + ], + "object.values": [ + "1.1.7" + ], + "semver": [ + "7.5.4", + "6.3.1" + ], + "tsconfig-paths": [ + "3.14.2" + ], + "@types/json5": [ + "0.0.29" + ], + "json5": [ + "1.0.2" + ], + "minimist": [ + "1.2.8" + ], + "strip-bom": [ + "3.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "eslint-import-resolver-typescript": [ + "3.6.1_237066510" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "fast-glob": [ + "3.3.1" + ], + "get-tsconfig": [ + "4.7.2" + ], + "resolve-pkg-maps": [ + "1.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "6.0.2", + "5.1.2" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "tapable": [ + "2.2.1" + ], + "ms": [ + "2.1.3", + "2.1.2" + ], + "resolve": [ + "1.22.6" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "argparse": [ + "2.0.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "slash": [ + "3.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__path-is-absolute__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__babel-preset-react-app__10.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-react-app__10.0.1__links", + "package": "babel-preset-react-app", + "version": "10.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/plugin-proposal-class-properties": "7.18.6_at_babel_core_7.23.0", + "@babel/plugin-proposal-decorators": "7.23.0_at_babel_core_7.23.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6_at_babel_core_7.23.0", + "@babel/plugin-proposal-numeric-separator": "7.18.6_at_babel_core_7.23.0", + "@babel/plugin-proposal-optional-chaining": "7.21.0_at_babel_core_7.23.0", + "@babel/plugin-proposal-private-methods": "7.18.6_at_babel_core_7.23.0", + "@babel/plugin-proposal-private-property-in-object": "7.21.11_at_babel_core_7.23.0", + "@babel/plugin-transform-flow-strip-types": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-react-display-name": "7.22.5_at_babel_core_7.23.0", + "@babel/plugin-transform-runtime": "7.22.15_at_babel_core_7.23.0", + "@babel/preset-env": "7.22.20_at_babel_core_7.23.0", + "@babel/preset-react": "7.22.15_at_babel_core_7.23.0", + "@babel/preset-typescript": "7.23.0_at_babel_core_7.23.0", + "@babel/runtime": "7.23.1", + "babel-plugin-macros": "3.1.0", + "babel-plugin-transform-react-remove-prop-types": "0.4.24" + }, + "transitive_closure": { + "babel-preset-react-app": [ + "10.0.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-decorators": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-methods": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0", + "7.21.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-display-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-runtime": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/preset-env": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/preset-react": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/preset-typescript": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/runtime": [ + "7.23.1" + ], + "babel-plugin-macros": [ + "3.1.0" + ], + "babel-plugin-transform-react-remove-prop-types": [ + "0.4.24" + ], + "cosmiconfig": [ + "7.1.0" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@types/parse-json": [ + "4.0.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parse-json": [ + "5.2.0" + ], + "path-type": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typescript": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/plugin-transform-react-jsx": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-jsx-development": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-pure-annotations": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoping": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-static-block": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-classes": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-computed-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-destructuring": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-for-of": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-function-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-json-strings": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-amd": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-umd": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-new-target": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-super": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-parameters": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-methods": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-property-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-regenerator": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-reserved-words": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-spread": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-template-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.5_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs3": [ + "0.8.4_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-regenerator": [ + "0.5.2_at_babel_core_7.23.0" + ], + "core-js-compat": [ + "3.33.0" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "ms": [ + "2.1.2" + ], + "esutils": [ + "2.0.3" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "regexpu-core": [ + "5.3.2" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "regenerator-transform": [ + "0.15.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "@babel/plugin-syntax-flow": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-decorators": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dedent__0.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dedent__0.7.0__links", + "package": "dedent", + "version": "0.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dedent": [ + "0.7.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__harmony-reflect__1.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__harmony-reflect__1.6.2__links", + "package": "harmony-reflect", + "version": "1.6.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "harmony-reflect": [ + "1.6.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webidl-conversions__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__6.1.0", + "package": "webidl-conversions", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", + "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-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_aria-query__5.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_aria-query__5.0.2", + "package": "@types/aria-query", + "version": "5.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PHKZuMN+K5qgKIWhBodXzQslTo5P+K/6LqeKXS6O/4liIDdZqaX5RXrCK++LAw+y/nptN48YmUMFiQHRSWYwtQ==", + "url": "https://registry.npmjs.org/@types/aria-query/-/aria-query-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__xml__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__xml__1.0.1__links", + "package": "xml", + "version": "1.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xml": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__leven__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__leven__3.1.0", + "package": "leven", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "url": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yocto-queue__0.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__pretty-format__24.9.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__24.9.0__links", + "package": "pretty-format", + "version": "24.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "24.9.0", + "ansi-regex": "4.1.1", + "ansi-styles": "3.2.1", + "react-is": "16.13.1" + }, + "transitive_closure": { + "pretty-format": [ + "24.9.0" + ], + "@jest/types": [ + "24.9.0" + ], + "ansi-regex": [ + "4.1.1" + ], + "ansi-styles": [ + "3.2.1" + ], + "react-is": [ + "16.13.1" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "1.1.2" + ], + "@types/yargs": [ + "13.0.12" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__domhandler__4.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "domhandler": [ + "4.3.1" + ], + "domelementtype": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__lilconfig__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lilconfig__2.1.0__links", + "package": "lilconfig", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lilconfig": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__isarray__2.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__thenify-all__1.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__thenify-all__1.6.0__links", + "package": "thenify-all", + "version": "1.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "thenify": "3.3.1" + }, + "transitive_closure": { + "thenify-all": [ + "1.6.0" + ], + "thenify": [ + "3.3.1" + ], + "any-promise": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-number__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-number__6.0.0__links", + "package": "is-number", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-number": [ + "6.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__for-each__0.3.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__for-each__0.3.3", + "package": "for-each", + "version": "0.3.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "url": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__import-local__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__update-browserslist-db__1.0.13__browserslist_4.22.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__update-browserslist-db__1.0.13__browserslist_4.22.1", + "package": "update-browserslist-db", + "version": "1.0.13_browserslist_4.22.1", + "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__object.values__1.1.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.values__1.1.7__links", + "package": "object.values", + "version": "1.1.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2" + }, + "transitive_closure": { + "object.values": [ + "1.1.7" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__camel-case__4.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-modules-values__4.0.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-values__4.0.0__postcss_8.4.31__links", + "package": "postcss-modules-values", + "version": "4.0.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "icss-utils": "5.1.0_postcss_8.4.31", + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-modules-values": [ + "4.0.0_postcss_8.4.31" + ], + "icss-utils": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsonpath__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsonpath__1.1.1", + "package": "jsonpath", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==", + "url": "https://registry.npmjs.org/jsonpath/-/jsonpath-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__whatwg-mimetype__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-mimetype__3.0.0", + "package": "whatwg-mimetype", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", + "url": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_swc_core-linux-x64-gnu__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-x64-gnu__1.3.100__links", + "package": "@swc/core-linux-x64-gnu", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_pmmmwh_react-refresh-webpack-plugin__0.5.11__-2131594514__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_pmmmwh_react-refresh-webpack-plugin__0.5.11__-2131594514__links", + "package": "@pmmmwh/react-refresh-webpack-plugin", + "version": "0.5.11_-2131594514", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-html-community": "0.0.8", + "common-path-prefix": "3.0.0", + "core-js-pure": "3.33.0", + "error-stack-parser": "2.1.4", + "find-up": "5.0.0", + "html-entities": "2.4.0", + "loader-utils": "2.0.4", + "react-refresh": "0.11.0", + "schema-utils": "3.3.0", + "source-map": "0.7.4", + "webpack": "5.88.2", + "webpack-dev-server": "4.15.1_webpack_5.88.2" + }, + "transitive_closure": { + "@pmmmwh/react-refresh-webpack-plugin": [ + "0.5.11_-2131594514" + ], + "ansi-html-community": [ + "0.0.8" + ], + "common-path-prefix": [ + "3.0.0" + ], + "core-js-pure": [ + "3.33.0" + ], + "error-stack-parser": [ + "2.1.4" + ], + "find-up": [ + "5.0.0" + ], + "html-entities": [ + "2.4.0" + ], + "loader-utils": [ + "2.0.4" + ], + "react-refresh": [ + "0.11.0" + ], + "schema-utils": [ + "4.2.0", + "3.3.0" + ], + "source-map": [ + "0.6.1", + "0.7.4" + ], + "webpack": [ + "5.88.2" + ], + "webpack-dev-server": [ + "4.15.1_webpack_5.88.2" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "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" + ], + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.88.2" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "mime-db": [ + "1.52.0" + ], + "fs-monkey": [ + "1.0.5" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "5.1.1" + ], + "events": [ + "3.3.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "loader-runner": [ + "4.3.0" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "json5": [ + "2.2.3" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "stackframe": [ + "1.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-normalize-string__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-string__5.1.0__postcss_8.4.31", + "package": "postcss-normalize-string", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "url": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-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__at_types_eslint-scope__3.7.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_eslint-scope__3.7.5", + "package": "@types/eslint-scope", + "version": "3.7.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==", + "url": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__for-each__0.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__for-each__0.3.3__links", + "package": "for-each", + "version": "0.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-callable": "1.2.7" + }, + "transitive_closure": { + "for-each": [ + "0.3.3" + ], + "is-callable": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__type-fest__0.20.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-fest__0.20.2__links", + "package": "type-fest", + "version": "0.20.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "type-fest": [ + "0.20.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_apideck_better-ajv-errors__0.3.6__ajv_8.12.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_apideck_better-ajv-errors__0.3.6__ajv_8.12.0__links", + "package": "@apideck/better-ajv-errors", + "version": "0.3.6_ajv_8.12.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "8.12.0", + "json-schema": "0.4.0", + "jsonpointer": "5.0.1", + "leven": "3.1.0" + }, + "transitive_closure": { + "@apideck/better-ajv-errors": [ + "0.3.6_ajv_8.12.0" + ], + "ajv": [ + "8.12.0" + ], + "json-schema": [ + "0.4.0" + ], + "jsonpointer": [ + "5.0.1" + ], + "leven": [ + "3.1.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-optional-chaining__7.23.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-optional-chaining__7.23.0__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-optional-chaining", + "version": "7.23.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", + "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-optional-chaining": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__domutils__1.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__domutils__1.7.0__links", + "package": "domutils", + "version": "1.7.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "dom-serializer": "0.2.2", + "domelementtype": "1.3.1" + }, + "transitive_closure": { + "domutils": [ + "1.7.0" + ], + "dom-serializer": [ + "0.2.2" + ], + "domelementtype": [ + "2.3.0", + "1.3.1" + ], + "entities": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__safe-buffer__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__available-typed-arrays__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__available-typed-arrays__1.0.5__links", + "package": "available-typed-arrays", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "available-typed-arrays": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-async-to-generator__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-async-to-generator__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-async-to-generator", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-module-imports": "7.22.15", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-remap-async-to-generator": "7.22.20_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-async-to-generator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__faye-websocket__0.11.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-validate__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-validate__29.7.0", + "package": "jest-validate", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", + "url": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_test-result__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-result__27.5.1", + "package": "@jest/test-result", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + "url": "https://registry.npmjs.org/@jest/test-result/-/test-result-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__pretty-error__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "pretty-error": [ + "4.0.0" + ], + "lodash": [ + "4.17.21" + ], + "renderkid": [ + "3.0.0" + ], + "css-select": [ + "4.3.0" + ], + "dom-converter": [ + "0.2.0" + ], + "htmlparser2": [ + "6.1.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "dom-serializer": [ + "1.4.1" + ], + "utila": [ + "0.4.0" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "nth-check": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-scope__5.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__object.assign__4.1.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.assign__4.1.4", + "package": "object.assign", + "version": "4.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "url": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_graceful-fs__4.1.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_graceful-fs__4.1.7__links", + "package": "@types/graceful-fs", + "version": "4.1.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/graceful-fs": [ + "4.1.7" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__side-channel__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__side-channel__1.0.4__links", + "package": "side-channel", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1", + "object-inspect": "1.12.3" + }, + "transitive_closure": { + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__prompts__2.4.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__prompts__2.4.2", + "package": "prompts", + "version": "2.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "url": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-calc__8.2.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-calc__8.2.4__postcss_8.4.31", + "package": "postcss-calc", + "version": "8.2.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "url": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.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__at_jest_source-map__29.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_source-map__29.6.3", + "package": "@jest/source-map", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", + "url": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__unicode-match-property-value-ecmascript__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unicode-match-property-value-ecmascript__2.1.0__links", + "package": "unicode-match-property-value-ecmascript", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unicode-match-property-value-ecmascript": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-nullish-coalescing-operator", + "version": "7.8.3_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_parse-json__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_parse-json__4.0.0", + "package": "@types/parse-json", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "url": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-resolve__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve__29.7.0__links", + "package": "jest-resolve", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "4.1.2", + "graceful-fs": "4.2.11", + "jest-haste-map": "29.7.0", + "jest-pnp-resolver": "1.2.3_jest-resolve_29.7.0", + "jest-util": "29.7.0", + "jest-validate": "29.7.0", + "resolve": "1.22.6", + "resolve.exports": "2.0.2", + "slash": "3.0.0" + }, + "transitive_closure": { + "jest-resolve": [ + "29.7.0" + ], + "chalk": [ + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "2.0.2" + ], + "slash": [ + "3.0.0" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@jest/types": [ + "29.6.3" + ], + "camelcase": [ + "6.3.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-worker": [ + "29.7.0" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.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" + } + }, + "npm__at_csstools_postcss-cascade-layers__1.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-cascade-layers__1.1.1__postcss_8.4.31", + "package": "@csstools/postcss-cascade-layers", + "version": "1.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", + "url": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-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__at_babel_plugin-transform-json-strings__7.22.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-json-strings__7.22.11__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-json-strings", + "version": "7.22.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.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__array.prototype.findlastindex__1.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.findlastindex__1.2.3", + "package": "array.prototype.findlastindex", + "version": "1.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==", + "url": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__node-int64__0.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__node-int64__0.4.0", + "package": "node-int64", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "url": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-bom__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__strip-bom__3.0.0__links", + "package": "strip-bom", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-bom": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_sinclair_typebox__0.27.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinclair_typebox__0.27.8", + "package": "@sinclair/typebox", + "version": "0.27.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", + "url": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dotenv-expand__5.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dotenv-expand__5.1.0", + "package": "dotenv-expand", + "version": "5.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "url": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-arguments__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-arguments__1.1.1__links", + "package": "is-arguments", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "is-arguments": [ + "1.1.1" + ], + "call-bind": [ + "1.0.2" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__domhandler__4.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__atob__2.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__atob__2.1.2", + "package": "atob", + "version": "2.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "url": "https://registry.npmjs.org/atob/-/atob-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__acorn-walk__8.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-walk__8.2.0__links", + "package": "acorn-walk", + "version": "8.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "acorn-walk": [ + "8.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array-flatten__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array-flatten__2.1.2__links", + "package": "array-flatten", + "version": "2.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "array-flatten": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-array-buffer__3.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-array-buffer__3.0.2__links", + "package": "is-array-buffer", + "version": "3.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1", + "is-typed-array": "1.1.12" + }, + "transitive_closure": { + "is-array-buffer": [ + "3.0.2" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-typed-array": [ + "1.1.12" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack__5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack__5.88.2__links", + "package": "webpack", + "version": "5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/eslint-scope": "3.7.5", + "@types/estree": "1.0.2", + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/wasm-edit": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6", + "acorn": "8.10.0", + "acorn-import-assertions": "1.9.0_acorn_8.10.0", + "browserslist": "4.22.1", + "chrome-trace-event": "1.0.3", + "enhanced-resolve": "5.15.0", + "es-module-lexer": "1.3.1", + "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.9_webpack_5.88.2", + "watchpack": "2.4.0", + "webpack-sources": "3.2.3" + }, + "transitive_closure": { + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__forwarded__0.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-color-rebeccapurple__7.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-color-rebeccapurple__7.1.1__postcss_8.4.31", + "package": "postcss-color-rebeccapurple", + "version": "7.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", + "url": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_typescript-eslint_parser__5.44.0__509062556__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_parser__5.44.0__509062556__links", + "package": "@typescript-eslint/parser", + "version": "5.44.0_509062556", + "dev": false, + "root_package": "", + "link_packages": { + "react": [ + "@typescript-eslint/parser" + ] + }, + "deps": { + "@typescript-eslint/scope-manager": "5.44.0", + "@typescript-eslint/types": "5.44.0", + "@typescript-eslint/typescript-estree": "5.44.0_typescript_4.9.3", + "debug": "4.3.4", + "eslint": "8.28.0", + "typescript": "4.9.3" + }, + "transitive_closure": { + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "debug": [ + "4.3.4" + ], + "eslint": [ + "8.28.0" + ], + "typescript": [ + "4.9.3" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "ms": [ + "2.1.2" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "globby": [ + "11.1.0" + ], + "semver": [ + "7.5.4" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_reporters__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_reporters__27.5.1", + "package": "@jest/reporters", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "url": "https://registry.npmjs.org/@jest/reporters/-/reporters-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__caniuse-api__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__caniuse-api__3.0.0__links", + "package": "caniuse-api", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "caniuse-lite": "1.0.30001542", + "lodash.memoize": "4.1.2", + "lodash.uniq": "4.5.0" + }, + "transitive_closure": { + "caniuse-api": [ + "3.0.0" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "lodash.memoize": [ + "4.1.2" + ], + "lodash.uniq": [ + "4.5.0" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ms__2.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__esbuild-linux-riscv64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-riscv64__0.15.18", + "package": "esbuild-linux-riscv64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==", + "url": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.18.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__onetime__5.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "onetime": [ + "5.1.2" + ], + "mimic-fn": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core__1.3.100__links", + "package": "@swc/core", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": { + "react-webpack": [ + "@swc/core" + ] + }, + "deps": { + "@swc/core-darwin-arm64": "1.3.100", + "@swc/core-darwin-x64": "1.3.100", + "@swc/core-linux-arm64-gnu": "1.3.100", + "@swc/core-linux-arm64-musl": "1.3.100", + "@swc/core-linux-x64-gnu": "1.3.100", + "@swc/core-linux-x64-musl": "1.3.100", + "@swc/core-win32-arm64-msvc": "1.3.100", + "@swc/core-win32-ia32-msvc": "1.3.100", + "@swc/core-win32-x64-msvc": "1.3.100", + "@swc/counter": "0.1.2", + "@swc/types": "0.1.5" + }, + "transitive_closure": { + "@swc/core": [ + "1.3.100" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__wrap-ansi__7.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__tslib__1.14.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tslib__1.14.1", + "package": "tslib", + "version": "1.14.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "url": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__domexception__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__domexception__2.0.1", + "package": "domexception", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "url": "https://registry.npmjs.org/domexception/-/domexception-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__workbox-background-sync__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-background-sync__6.6.0__links", + "package": "workbox-background-sync", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "idb": "7.1.1", + "workbox-core": "6.6.0" + }, + "transitive_closure": { + "workbox-background-sync": [ + "6.6.0" + ], + "idb": [ + "7.1.1" + ], + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__safer-buffer__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__eslint-visitor-keys__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-visitor-keys__2.1.0__links", + "package": "eslint-visitor-keys", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "eslint-visitor-keys": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-plugin-transform-react-remove-prop-types__0.4.24": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-transform-react-remove-prop-types__0.4.24", + "package": "babel-plugin-transform-react-remove-prop-types", + "version": "0.4.24", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==", + "url": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-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__at_eslint-community_eslint-utils__4.4.0__eslint_8.28.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_eslint-community_eslint-utils__4.4.0__eslint_8.28.0", + "package": "@eslint-community/eslint-utils", + "version": "4.4.0_eslint_8.28.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "url": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-import-assertions__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-import-assertions__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-import-assertions", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-import-assertions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object.getownpropertydescriptors__2.1.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.getownpropertydescriptors__2.1.7", + "package": "object.getownpropertydescriptors", + "version": "2.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==", + "url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_ws__8.5.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_ws__8.5.6__links", + "package": "@types/ws", + "version": "8.5.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/ws": [ + "8.5.6" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_eslint-plugin-next__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_eslint-plugin-next__13.0.5__links", + "package": "@next/eslint-plugin-next", + "version": "13.0.5", + "dev": true, + "root_package": "", + "link_packages": { + "next.js": [ + "@next/eslint-plugin-next" + ] + }, + "deps": { + "glob": "7.1.7" + }, + "transitive_closure": { + "@next/eslint-plugin-next": [ + "13.0.5" + ], + "glob": [ + "7.1.7" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object.getownpropertydescriptors__2.1.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.getownpropertydescriptors__2.1.7__links", + "package": "object.getownpropertydescriptors", + "version": "2.1.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array.prototype.reduce": "1.0.6", + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "safe-array-concat": "1.0.1" + }, + "transitive_closure": { + "object.getownpropertydescriptors": [ + "2.1.7" + ], + "array.prototype.reduce": [ + "1.0.6" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "safe-array-concat": [ + "1.0.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "isarray": [ + "2.0.5" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ], + "es-array-method-boxes-properly": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-place__7.0.5__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-place__7.0.5__postcss_8.4.31", + "package": "postcss-place", + "version": "7.0.5_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", + "url": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.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_vue_runtime-dom__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-dom__3.2.45__links", + "package": "@vue/runtime-dom", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/runtime-core": "3.2.45", + "@vue/shared": "3.2.45", + "csstype": "2.6.21" + }, + "transitive_closure": { + "@vue/runtime-dom": [ + "3.2.45" + ], + "@vue/runtime-core": [ + "3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "csstype": [ + "2.6.21" + ], + "@vue/reactivity": [ + "3.2.45" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__merge-descriptors__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__eslint-plugin-react__7.33.2__eslint_8.28.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-react__7.33.2__eslint_8.28.0", + "package": "eslint-plugin-react", + "version": "7.33.2_eslint_8.28.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", + "url": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__webidl-conversions__7.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__7.0.0__links", + "package": "webidl-conversions", + "version": "7.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "webidl-conversions": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__mkdirp__0.5.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__http-deceiver__1.2.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_testing-library_user-event__14.4.3__at_testing-library_dom_8.20.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_user-event__14.4.3__at_testing-library_dom_8.20.1__links", + "package": "@testing-library/user-event", + "version": "14.4.3_at_testing-library_dom_8.20.1", + "dev": false, + "root_package": "", + "link_packages": { + "react": [ + "@testing-library/user-event" + ] + }, + "deps": { + "@testing-library/dom": "8.20.1" + }, + "transitive_closure": { + "@testing-library/user-event": [ + "14.4.3_at_testing-library_dom_8.20.1" + ], + "@testing-library/dom": [ + "8.20.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/runtime": [ + "7.23.1" + ], + "@types/aria-query": [ + "5.0.2" + ], + "aria-query": [ + "5.1.3" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "dom-accessibility-api": [ + "0.5.16" + ], + "lz-string": [ + "1.5.0" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "deep-equal": [ + "2.2.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "es-get-iterator": [ + "1.1.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-arguments": [ + "1.1.1" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-date-object": [ + "1.0.5" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-is": [ + "1.1.5" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "side-channel": [ + "1.0.4" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-collection": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-bigints": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "define-properties": [ + "1.2.1" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "is-typed-array": [ + "1.1.12" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "stop-iteration-iterator": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__querystringify__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__querystringify__2.2.0__links", + "package": "querystringify", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "querystringify": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__xml-name-validator__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__xml-name-validator__3.0.0__links", + "package": "xml-name-validator", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xml-name-validator": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__expect__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__expect__27.5.1", + "package": "expect", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "url": "https://registry.npmjs.org/expect/-/expect-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__at_jest_core__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_core__27.5.1", + "package": "@jest/core", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "url": "https://registry.npmjs.org/@jest/core/-/core-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__thenify-all__1.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__thenify-all__1.6.0", + "package": "thenify-all", + "version": "1.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "url": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-root__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-root__2.1.0__links", + "package": "is-root", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-root": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__agent-base__6.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_helper-string-parser__7.22.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-string-parser__7.22.5", + "package": "@babel/helper-string-parser", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "url": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_helper-buffer__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-buffer__1.11.6", + "package": "@webassemblyjs/helper-buffer", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__get-tsconfig__4.7.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-tsconfig__4.7.2__links", + "package": "get-tsconfig", + "version": "4.7.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "resolve-pkg-maps": "1.0.0" + }, + "transitive_closure": { + "get-tsconfig": [ + "4.7.2" + ], + "resolve-pkg-maps": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-sunos-64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-sunos-64__0.15.18", + "package": "esbuild-sunos-64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==", + "url": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.15.18.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__terser-webpack-plugin__5.3.9__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__terser-webpack-plugin__5.3.9__webpack_5.88.2", + "package": "terser-webpack-plugin", + "version": "5.3.9_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", + "url": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.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_jest_console__28.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_console__28.1.3__links", + "package": "@jest/console", + "version": "28.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "28.1.3", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "jest-message-util": "28.1.3", + "jest-util": "28.1.3", + "slash": "3.0.0" + }, + "transitive_closure": { + "@jest/console": [ + "28.1.3" + ], + "@jest/types": [ + "28.1.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "jest-message-util": [ + "28.1.3" + ], + "jest-util": [ + "28.1.3" + ], + "slash": [ + "3.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "28.1.3" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "@jest/schemas": [ + "28.1.3" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.24.51" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "supports-color": [ + "7.2.0", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-build__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-build__6.6.0__links", + "package": "workbox-build", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@apideck/better-ajv-errors": "0.3.6_ajv_8.12.0", + "@babel/core": "7.23.0", + "@babel/preset-env": "7.22.20_at_babel_core_7.23.0", + "@babel/runtime": "7.23.1", + "@rollup/plugin-babel": "5.3.1_116925565", + "@rollup/plugin-node-resolve": "11.2.1_rollup_2.79.1", + "@rollup/plugin-replace": "2.4.2_rollup_2.79.1", + "@surma/rollup-plugin-off-main-thread": "2.2.3", + "ajv": "8.12.0", + "common-tags": "1.8.2", + "fast-json-stable-stringify": "2.1.0", + "fs-extra": "9.1.0", + "glob": "7.2.3", + "lodash": "4.17.21", + "pretty-bytes": "5.6.0", + "rollup": "2.79.1", + "rollup-plugin-terser": "7.0.2_rollup_2.79.1", + "source-map": "0.8.0-beta.0", + "stringify-object": "3.3.0", + "strip-comments": "2.0.1", + "tempy": "0.6.0", + "upath": "1.2.0", + "workbox-background-sync": "6.6.0", + "workbox-broadcast-update": "6.6.0", + "workbox-cacheable-response": "6.6.0", + "workbox-core": "6.6.0", + "workbox-expiration": "6.6.0", + "workbox-google-analytics": "6.6.0", + "workbox-navigation-preload": "6.6.0", + "workbox-precaching": "6.6.0", + "workbox-range-requests": "6.6.0", + "workbox-recipes": "6.6.0", + "workbox-routing": "6.6.0", + "workbox-strategies": "6.6.0", + "workbox-streams": "6.6.0", + "workbox-sw": "6.6.0", + "workbox-window": "6.6.0" + }, + "transitive_closure": { + "workbox-build": [ + "6.6.0" + ], + "@apideck/better-ajv-errors": [ + "0.3.6_ajv_8.12.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/preset-env": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/runtime": [ + "7.23.1" + ], + "@rollup/plugin-babel": [ + "5.3.1_116925565" + ], + "@rollup/plugin-node-resolve": [ + "11.2.1_rollup_2.79.1" + ], + "@rollup/plugin-replace": [ + "2.4.2_rollup_2.79.1" + ], + "@surma/rollup-plugin-off-main-thread": [ + "2.2.3" + ], + "ajv": [ + "8.12.0" + ], + "common-tags": [ + "1.8.2" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "fs-extra": [ + "9.1.0" + ], + "glob": [ + "7.2.3" + ], + "lodash": [ + "4.17.21" + ], + "pretty-bytes": [ + "5.6.0" + ], + "rollup": [ + "2.79.1" + ], + "rollup-plugin-terser": [ + "7.0.2_rollup_2.79.1" + ], + "source-map": [ + "0.6.1", + "0.8.0-beta.0" + ], + "stringify-object": [ + "3.3.0" + ], + "strip-comments": [ + "2.0.1" + ], + "tempy": [ + "0.6.0" + ], + "upath": [ + "1.2.0" + ], + "workbox-background-sync": [ + "6.6.0" + ], + "workbox-broadcast-update": [ + "6.6.0" + ], + "workbox-cacheable-response": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ], + "workbox-expiration": [ + "6.6.0" + ], + "workbox-google-analytics": [ + "6.6.0" + ], + "workbox-navigation-preload": [ + "6.6.0" + ], + "workbox-precaching": [ + "6.6.0" + ], + "workbox-range-requests": [ + "6.6.0" + ], + "workbox-recipes": [ + "6.6.0" + ], + "workbox-routing": [ + "6.6.0" + ], + "workbox-strategies": [ + "6.6.0" + ], + "workbox-streams": [ + "6.6.0" + ], + "workbox-sw": [ + "6.6.0" + ], + "workbox-window": [ + "6.6.0" + ], + "@types/trusted-types": [ + "2.0.4" + ], + "idb": [ + "7.1.1" + ], + "is-stream": [ + "2.0.1" + ], + "temp-dir": [ + "2.0.0" + ], + "type-fest": [ + "0.16.0" + ], + "unique-string": [ + "2.0.0" + ], + "crypto-random-string": [ + "2.0.0" + ], + "get-own-enumerable-property-symbols": [ + "3.0.2" + ], + "is-obj": [ + "1.0.1" + ], + "is-regexp": [ + "1.0.0" + ], + "whatwg-url": [ + "7.1.0" + ], + "lodash.sortby": [ + "4.7.0" + ], + "tr46": [ + "1.0.1" + ], + "webidl-conversions": [ + "4.0.2" + ], + "punycode": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "jest-worker": [ + "26.6.2" + ], + "serialize-javascript": [ + "4.0.0" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "acorn": [ + "8.10.0" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "18.11.9" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "4.1.2", + "2.4.2" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "fsevents": [ + "2.3.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "minimatch": [ + "5.1.6", + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1", + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "at-least-node": [ + "1.0.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "ejs": [ + "3.1.9" + ], + "json5": [ + "2.2.3" + ], + "magic-string": [ + "0.25.9" + ], + "string.prototype.matchall": [ + "4.0.10" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "set-function-name": [ + "2.0.1" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "is-date-object": [ + "1.0.5" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "jake": [ + "10.8.7" + ], + "async": [ + "3.2.4" + ], + "filelist": [ + "1.0.4" + ], + "@rollup/pluginutils": [ + "3.1.0_rollup_2.79.1" + ], + "@types/estree": [ + "0.0.39" + ], + "estree-walker": [ + "1.0.1" + ], + "picomatch": [ + "2.3.1" + ], + "@types/resolve": [ + "1.17.1" + ], + "builtin-modules": [ + "3.3.0" + ], + "deepmerge": [ + "4.3.1" + ], + "is-module": [ + "1.0.0" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoping": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-static-block": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-classes": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-computed-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-destructuring": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-for-of": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-function-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-json-strings": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-amd": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-umd": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-new-target": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-super": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-parameters": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-methods": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-property-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-regenerator": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-reserved-words": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-spread": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-template-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.5_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs3": [ + "0.8.4_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-regenerator": [ + "0.5.2_at_babel_core_7.23.0" + ], + "core-js-compat": [ + "3.33.0" + ], + "semver": [ + "6.3.1" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "ms": [ + "2.1.2" + ], + "esutils": [ + "2.0.3" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "regenerator-transform": [ + "0.15.2" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json-schema": [ + "0.4.0" + ], + "jsonpointer": [ + "5.0.1" + ], + "leven": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-module-transforms__7.23.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-module-transforms__7.23.0__at_babel_core_7.23.0__links", + "package": "@babel/helper-module-transforms", + "version": "7.23.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@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" + }, + "transitive_closure": { + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@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" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__v8-to-istanbul__8.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__v8-to-istanbul__8.1.1__links", + "package": "v8-to-istanbul", + "version": "8.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/istanbul-lib-coverage": "2.0.4", + "convert-source-map": "1.9.0", + "source-map": "0.7.4" + }, + "transitive_closure": { + "v8-to-istanbul": [ + "8.1.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "convert-source-map": [ + "1.9.0" + ], + "source-map": [ + "0.7.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ee-first__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-leak-detector__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-leak-detector__29.7.0", + "package": "jest-leak-detector", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", + "url": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__serialize-javascript__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__serialize-javascript__4.0.0__links", + "package": "serialize-javascript", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "randombytes": "2.1.0" + }, + "transitive_closure": { + "serialize-javascript": [ + "4.0.0" + ], + "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" + } + }, + "npm__json-buffer__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json-buffer__3.0.1", + "package": "json-buffer", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "url": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-shorthand-properties__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-shorthand-properties__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-shorthand-properties", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-shorthand-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__http-errors__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__workbox-navigation-preload__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-navigation-preload__6.6.0", + "package": "workbox-navigation-preload", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==", + "url": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.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_babel_helper-replace-supers__7.22.20__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-replace-supers__7.22.20__at_babel_core_7.23.0", + "package": "@babel/helper-replace-supers", + "version": "7.22.20_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", + "url": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_csstools_selector-specificity__2.2.0__postcss-selector-parser_6.0.13": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_selector-specificity__2.2.0__postcss-selector-parser_6.0.13", + "package": "@csstools/selector-specificity", + "version": "2.2.0_postcss-selector-parser_6.0.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==", + "url": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-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__colorette__2.0.20__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__inherits__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__is-string__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-string__1.0.7__links", + "package": "is-string", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "is-string": [ + "1.0.7" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-simple-access__7.22.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-simple-access__7.22.5", + "package": "@babel/helper-simple-access", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "url": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__define-lazy-prop__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__define-lazy-prop__2.0.0", + "package": "define-lazy-prop", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "url": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-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__postcss-calc__8.2.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-calc__8.2.4__postcss_8.4.31__links", + "package": "postcss-calc", + "version": "8.2.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-calc": [ + "8.2.4_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_transform__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_transform__27.5.1", + "package": "@jest/transform", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "url": "https://registry.npmjs.org/@jest/transform/-/transform-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__graceful-fs__4.2.11__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__http-deceiver__1.2.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-wsl__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-wsl__2.2.0__links", + "package": "is-wsl", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-docker": "2.2.1" + }, + "transitive_closure": { + "is-wsl": [ + "2.2.0" + ], + "is-docker": [ + "2.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/helper-create-regexp-features-plugin", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-annotate-as-pure": "7.22.5", + "regexpu-core": "5.3.2", + "semver": "6.3.1" + }, + "transitive_closure": { + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "semver": [ + "6.3.1" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__mini-css-extract-plugin__2.7.6__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mini-css-extract-plugin__2.7.6__webpack_5.88.2__links", + "package": "mini-css-extract-plugin", + "version": "2.7.6_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "schema-utils": "4.2.0", + "webpack": "5.88.2" + }, + "transitive_closure": { + "mini-css-extract-plugin": [ + "2.7.6_webpack_5.88.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "8.12.0", + "6.12.6" + ], + "ajv-keywords": [ + "5.1.0_ajv_8.12.0", + "3.5.2_ajv_6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "1.0.0", + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "require-from-string": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_parser__7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_parser__7.23.0", + "package": "@babel/parser", + "version": "7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-preset-jest__29.6.3__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-jest__29.6.3__at_babel_core_7.23.0", + "package": "babel-preset-jest", + "version": "29.6.3_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", + "url": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-tree__1.0.0-alpha.37__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-tree__1.0.0-alpha.37__links", + "package": "css-tree", + "version": "1.0.0-alpha.37", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "mdn-data": "2.0.4", + "source-map": "0.6.1" + }, + "transitive_closure": { + "css-tree": [ + "1.0.0-alpha.37" + ], + "mdn-data": [ + "2.0.4" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-jest__27.5.1__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-jest__27.5.1__at_babel_core_7.23.0__links", + "package": "babel-jest", + "version": "27.5.1_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@jest/transform": "27.5.1", + "@jest/types": "27.5.1", + "@types/babel__core": "7.20.2", + "babel-plugin-istanbul": "6.1.1", + "babel-preset-jest": "27.5.1_at_babel_core_7.23.0", + "chalk": "4.1.2", + "graceful-fs": "4.2.11", + "slash": "3.0.0" + }, + "transitive_closure": { + "babel-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/transform": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "slash": [ + "3.0.0" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "supports-color": [ + "8.1.1", + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "js-tokens": [ + "4.0.0" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "semver": [ + "6.3.1" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9", + "20.8.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "pirates": [ + "4.0.6" + ], + "source-map": [ + "0.6.1" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__styled-jsx__5.1.0__-756074946": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__styled-jsx__5.1.0__-756074946", + "package": "styled-jsx", + "version": "5.1.0_-756074946", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/iHaRJt9U7T+5tp6TRelLnqBqiaIT0HsO0+vgyj8hK2KUk7aejFqRrumqPUlAqDwAj8IbS/1hk3IhBAAK/FCUQ==", + "url": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-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__faye-websocket__0.11.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "safe-buffer": [ + "5.2.1" + ], + "websocket-extensions": [ + "0.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__parseurl__1.3.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_vue_compiler-core__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-core__3.3.4__links", + "package": "@vue/compiler-core", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@vue/shared": "3.3.4", + "estree-walker": "2.0.2", + "source-map-js": "1.0.2" + }, + "transitive_closure": { + "@vue/compiler-core": [ + "3.3.4" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/shared": [ + "3.3.4" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map-js": [ + "1.0.2" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-jasmine2__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-jasmine2__27.5.1", + "package": "jest-jasmine2", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "url": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-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__thenify__3.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__thenify__3.3.1__links", + "package": "thenify", + "version": "3.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "any-promise": "1.3.0" + }, + "transitive_closure": { + "thenify": [ + "3.3.1" + ], + "any-promise": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__unquote__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unquote__1.1.1__links", + "package": "unquote", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unquote": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__react__18.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react__18.2.0", + "package": "react", + "version": "18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "react" + ], + "react": [ + "react" + ], + "react-webpack": [ + "react" + ] + }, + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "url": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__levn__0.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__levn__0.4.1__links", + "package": "levn", + "version": "0.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "prelude-ls": "1.2.1", + "type-check": "0.4.0" + }, + "transitive_closure": { + "levn": [ + "0.4.1" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object-hash__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object-hash__3.0.0__links", + "package": "object-hash", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "object-hash": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-weakref__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-weakref__1.0.2__links", + "package": "is-weakref", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2" + }, + "transitive_closure": { + "is-weakref": [ + "1.0.2" + ], + "call-bind": [ + "1.0.2" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-member-expression-literals__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-member-expression-literals__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-member-expression-literals", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-nesting__10.2.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-nesting__10.2.0__postcss_8.4.31__links", + "package": "postcss-nesting", + "version": "10.2.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/selector-specificity": "2.2.0_postcss-selector-parser_6.0.13", + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-nesting": [ + "10.2.0_postcss_8.4.31" + ], + "@csstools/selector-specificity": [ + "2.2.0_postcss-selector-parser_6.0.13" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__which-collection__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which-collection__1.0.1", + "package": "which-collection", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "url": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_html-minifier-terser__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__esbuild-darwin-arm64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-darwin-arm64__0.15.18", + "package": "esbuild-darwin-arm64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==", + "url": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.18.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__run-parallel__1.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__run-parallel__1.2.0", + "package": "run-parallel", + "version": "1.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "url": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-is__17.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_jest_globals__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_globals__27.5.1", + "package": "@jest/globals", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "url": "https://registry.npmjs.org/@jest/globals/-/globals-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__at_jest_types__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__29.6.3__links", + "package": "@jest/types", + "version": "29.6.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/schemas": "29.6.3", + "@types/istanbul-lib-coverage": "2.0.4", + "@types/istanbul-reports": "3.0.2", + "@types/node": "18.11.9", + "@types/yargs": "17.0.26", + "chalk": "4.1.2" + }, + "transitive_closure": { + "@jest/types": [ + "29.6.3" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/yargs": [ + "17.0.26" + ], + "chalk": [ + "4.1.2" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__encodeurl__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__has-flag__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__v8-to-istanbul__8.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__v8-to-istanbul__8.1.1", + "package": "v8-to-istanbul", + "version": "8.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", + "url": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-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__path-key__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__lru-cache__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lru-cache__5.1.1__links", + "package": "lru-cache", + "version": "5.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "yallist": "3.1.1" + }, + "transitive_closure": { + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_eslint-community_eslint-utils__4.4.0__eslint_8.28.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_eslint-community_eslint-utils__4.4.0__eslint_8.28.0__links", + "package": "@eslint-community/eslint-utils", + "version": "4.4.0_eslint_8.28.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "eslint": "8.28.0", + "eslint-visitor-keys": "3.4.3" + }, + "transitive_closure": { + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.28.0" + ], + "eslint": [ + "8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-broadcast-update__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-broadcast-update__6.6.0", + "package": "workbox-broadcast-update", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==", + "url": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.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__terser__5.20.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__terser__5.20.0", + "package": "terser", + "version": "5.20.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==", + "url": "https://registry.npmjs.org/terser/-/terser-5.20.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_istanbul-lib-report__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-lib-report__3.0.1", + "package": "@types/istanbul-lib-report", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gPQuzaPR5h/djlAv2apEG1HVOyj1IUs7GpfMZixU0/0KXT3pm64ylHuMUI1/Akh+sq/iikxg6Z2j+fcMDXaaTQ==", + "url": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cookie__0.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__es-iterator-helpers__1.0.15": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-iterator-helpers__1.0.15", + "package": "es-iterator-helpers", + "version": "1.0.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==", + "url": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.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__at_types_http-proxy__1.17.12": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_http-proxy__1.17.12", + "package": "@types/http-proxy", + "version": "1.17.12", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kQtujO08dVtQ2wXAuSFfk9ASy3sug4+ogFR8Kd8UgP8PEuc1/G/8yjYRmp//PcDNJEUKOza/MrQu15bouEUCiw==", + "url": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.12.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-plugin-jest-hoist__29.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-jest-hoist__29.6.3", + "package": "babel-plugin-jest-hoist", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", + "url": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-private-methods__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-private-methods__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-private-methods", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__flat__5.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__flat__5.0.2__links", + "package": "flat", + "version": "5.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "flat": [ + "5.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__picocolors__0.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__ansi-regex__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_types_connect-history-api-fallback__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_connect-history-api-fallback__1.5.1__links", + "package": "@types/connect-history-api-fallback", + "version": "1.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/express-serve-static-core": "4.17.37", + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/node": [ + "18.11.9" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/mime": [ + "1.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__css.escape__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css.escape__1.5.1__links", + "package": "css.escape", + "version": "1.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "css.escape": [ + "1.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__statuses__1.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-colormin__5.3.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-colormin__5.3.1__postcss_8.4.31__links", + "package": "postcss-colormin", + "version": "5.3.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "caniuse-api": "3.0.0", + "colord": "2.9.3", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-colormin": [ + "5.3.1_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-api": [ + "3.0.0" + ], + "colord": [ + "2.9.3" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "lodash.memoize": [ + "4.1.2" + ], + "lodash.uniq": [ + "4.5.0" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__batch__0.6.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__cross-spawn__6.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cross-spawn__6.0.5", + "package": "cross-spawn", + "version": "6.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__indent-string__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__indent-string__4.0.0__links", + "package": "indent-string", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "indent-string": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__csstype__2.6.21__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_jridgewell_source-map__0.3.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__stable__0.1.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stable__0.1.8", + "package": "stable", + "version": "0.1.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "url": "https://registry.npmjs.org/stable/-/stable-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__http-proxy__1.18.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.3", + "requires-port": "1.0.0" + }, + "transitive_closure": { + "http-proxy": [ + "1.18.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_compiler-sfc__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-sfc__3.3.4", + "package": "@vue/compiler-sfc", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==", + "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.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__upath__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__upath__1.2.0__links", + "package": "upath", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "upath": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esrecurse__4.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__which__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__punycode__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__punycode__2.3.0__links", + "package": "punycode", + "version": "2.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_json5__0.0.29": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_json5__0.0.29", + "package": "@types/json5", + "version": "0.0.29", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", + "url": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-plugin-istanbul__6.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-istanbul__6.1.1", + "package": "babel-plugin-istanbul", + "version": "6.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "url": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__scheduler__0.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__scheduler__0.23.0__links", + "package": "scheduler", + "version": "0.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "loose-envify": "1.4.0" + }, + "transitive_closure": { + "scheduler": [ + "0.23.0" + ], + "loose-envify": [ + "1.4.0" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.0", + "package": "@babel/plugin-proposal-private-property-in-object", + "version": "7.21.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.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__http-parser-js__0.5.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__browser-process-hrtime__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__browser-process-hrtime__1.0.0", + "package": "browser-process-hrtime", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", + "url": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-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_vue_runtime-dom__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-dom__3.3.4", + "package": "@vue/runtime-dom", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==", + "url": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.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__regenerate__1.4.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__regenerate__1.4.2__links", + "package": "regenerate", + "version": "1.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "regenerate": [ + "1.4.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__acorn-jsx__5.3.2__acorn_8.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-jsx__5.3.2__acorn_8.10.0__links", + "package": "acorn-jsx", + "version": "5.3.2_acorn_8.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.10.0" + }, + "transitive_closure": { + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "acorn": [ + "8.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsesc__2.5.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsesc__2.5.2__links", + "package": "jsesc", + "version": "2.5.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsesc": [ + "2.5.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__utils-merge__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__atob__2.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__atob__2.1.2__links", + "package": "atob", + "version": "2.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "atob": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__detect-node__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__eslint-plugin-react__7.33.2__eslint_8.28.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-react__7.33.2__eslint_8.28.0__links", + "package": "eslint-plugin-react", + "version": "7.33.2_eslint_8.28.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-includes": "3.1.7", + "array.prototype.flatmap": "1.3.2", + "array.prototype.tosorted": "1.1.2", + "doctrine": "2.1.0", + "es-iterator-helpers": "1.0.15", + "eslint": "8.28.0", + "estraverse": "5.3.0", + "jsx-ast-utils": "3.3.5", + "minimatch": "3.1.2", + "object.entries": "1.1.7", + "object.fromentries": "2.0.7", + "object.hasown": "1.1.3", + "object.values": "1.1.7", + "prop-types": "15.8.1", + "resolve": "2.0.0-next.4", + "semver": "6.3.1", + "string.prototype.matchall": "4.0.10" + }, + "transitive_closure": { + "eslint-plugin-react": [ + "7.33.2_eslint_8.28.0" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "array.prototype.tosorted": [ + "1.1.2" + ], + "doctrine": [ + "3.0.0", + "2.1.0" + ], + "es-iterator-helpers": [ + "1.0.15" + ], + "eslint": [ + "8.28.0" + ], + "estraverse": [ + "5.3.0" + ], + "jsx-ast-utils": [ + "3.3.5" + ], + "minimatch": [ + "3.1.2" + ], + "object.entries": [ + "1.1.7" + ], + "object.fromentries": [ + "2.0.7" + ], + "object.hasown": [ + "1.1.3" + ], + "object.values": [ + "1.1.7" + ], + "prop-types": [ + "15.8.1" + ], + "resolve": [ + "2.0.0-next.4" + ], + "semver": [ + "6.3.1" + ], + "string.prototype.matchall": [ + "4.0.10" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "set-function-name": [ + "2.0.1" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "is-date-object": [ + "1.0.5" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "react-is": [ + "16.13.1" + ], + "js-tokens": [ + "4.0.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "asynciterator.prototype": [ + "1.0.0" + ], + "iterator.prototype": [ + "1.1.2" + ], + "reflect.getprototypeof": [ + "1.0.4" + ], + "which-builtin-type": [ + "1.1.3" + ], + "is-async-function": [ + "2.0.0" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "which-collection": [ + "1.0.1" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-junit__16.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-junit__16.0.0__links", + "package": "jest-junit", + "version": "16.0.0", + "dev": true, + "root_package": "", + "link_packages": { + "next.js": [ + "jest-junit" + ], + "react": [ + "jest-junit" + ] + }, + "deps": { + "mkdirp": "1.0.4", + "strip-ansi": "6.0.1", + "uuid": "8.3.2", + "xml": "1.0.1" + }, + "transitive_closure": { + "jest-junit": [ + "16.0.0" + ], + "mkdirp": [ + "1.0.4" + ], + "strip-ansi": [ + "6.0.1" + ], + "uuid": [ + "8.3.2" + ], + "xml": [ + "1.0.1" + ], + "ansi-regex": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__http-errors__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "http-errors": [ + "2.0.0" + ], + "depd": [ + "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" + } + }, + "npm__dom-serializer__1.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__tmpl__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tmpl__1.0.5", + "package": "tmpl", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "url": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-arrow-functions__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-arrow-functions__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-arrow-functions", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_semver__7.5.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_semver__7.5.3", + "package": "@types/semver", + "version": "7.5.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==", + "url": "https://registry.npmjs.org/@types/semver/-/semver-7.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__ajv__8.12.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__to-regex-range__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__axobject-query__3.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__axobject-query__3.2.1__links", + "package": "axobject-query", + "version": "3.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "dequal": "2.0.3" + }, + "transitive_closure": { + "axobject-query": [ + "3.2.1" + ], + "dequal": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__binary-extensions__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__content-type__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-diff__24.9.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__24.9.0__links", + "package": "jest-diff", + "version": "24.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "2.4.2", + "diff-sequences": "24.9.0", + "jest-get-type": "24.9.0", + "pretty-format": "24.9.0" + }, + "transitive_closure": { + "jest-diff": [ + "24.9.0" + ], + "chalk": [ + "2.4.2" + ], + "diff-sequences": [ + "24.9.0" + ], + "jest-get-type": [ + "24.9.0" + ], + "pretty-format": [ + "24.9.0" + ], + "@jest/types": [ + "24.9.0" + ], + "ansi-regex": [ + "4.1.1" + ], + "ansi-styles": [ + "3.2.1" + ], + "react-is": [ + "16.13.1" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "1.1.2" + ], + "@types/yargs": [ + "13.0.12" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==", + "url": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__handle-thing__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__svg-tags__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__svg-tags__1.0.0", + "package": "svg-tags", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "url": "https://registry.npmjs.org/svg-tags/-/svg-tags-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__object-keys__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_vue_reactivity-transform__3.2.37__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity-transform__3.2.37__links", + "package": "@vue/reactivity-transform", + "version": "3.2.37", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@vue/compiler-core": "3.2.37", + "@vue/shared": "3.2.37", + "estree-walker": "2.0.2", + "magic-string": "0.25.9" + }, + "transitive_closure": { + "@vue/reactivity-transform": [ + "3.2.37" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.2.37" + ], + "@vue/shared": [ + "3.2.37" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.25.9" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "source-map": [ + "0.6.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__serialize-javascript__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__serialize-javascript__4.0.0", + "package": "serialize-javascript", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "url": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-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__file-entry-cache__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__file-entry-cache__6.0.1", + "package": "file-entry-cache", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "url": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ipaddr.js__1.9.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_types_estree__0.0.39": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_estree__0.0.39", + "package": "@types/estree", + "version": "0.0.39", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", + "url": "https://registry.npmjs.org/@types/estree/-/estree-0.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__tsconfig-to-swcconfig__2.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tsconfig-to-swcconfig__2.4.0", + "package": "tsconfig-to-swcconfig", + "version": "2.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react": [ + "tsconfig-to-swcconfig" + ] + }, + "integrity": "sha512-vT1hUG06TC3XCRQoina91VGH5HKfxYgA4hN2Ly0uNxHKNeCds++7aBE2Je62FUTKvvdkTpLjmynF8bzgYcDymA==", + "url": "https://registry.npmjs.org/tsconfig-to-swcconfig/-/tsconfig-to-swcconfig-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__esbuild-windows-64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-windows-64__0.15.18", + "package": "esbuild-windows-64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==", + "url": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.18.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__lower-case__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__lilconfig__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lilconfig__2.1.0", + "package": "lilconfig", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "url": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__parse5__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parse5__6.0.1__links", + "package": "parse5", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "parse5": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-unset-value__1.0.2__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-unset-value__1.0.2__postcss_8.4.31__links", + "package": "@csstools/postcss-unset-value", + "version": "1.0.2_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "@csstools/postcss-unset-value": [ + "1.0.2_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dns-packet__5.6.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "dns-packet": [ + "5.6.1" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_bonjour__3.5.11__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_bonjour__3.5.11__links", + "package": "@types/bonjour", + "version": "3.5.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/bonjour": [ + "3.5.11" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint__8.28.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint__8.28.0__links", + "package": "eslint", + "version": "8.28.0", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "eslint" + ], + "react": [ + "eslint" + ] + }, + "deps": { + "@eslint/eslintrc": "1.4.1", + "@humanwhocodes/config-array": "0.11.11", + "@humanwhocodes/module-importer": "1.0.1", + "@nodelib/fs.walk": "1.2.8", + "ajv": "6.12.6", + "chalk": "4.1.2", + "cross-spawn": "7.0.3", + "debug": "4.3.4", + "doctrine": "3.0.0", + "escape-string-regexp": "4.0.0", + "eslint-scope": "7.2.2", + "eslint-utils": "3.0.0_eslint_8.28.0", + "eslint-visitor-keys": "3.4.3", + "espree": "9.6.1", + "esquery": "1.5.0", + "esutils": "2.0.3", + "fast-deep-equal": "3.1.3", + "file-entry-cache": "6.0.1", + "find-up": "5.0.0", + "glob-parent": "6.0.2", + "globals": "13.22.0", + "grapheme-splitter": "1.0.4", + "ignore": "5.2.4", + "import-fresh": "3.3.0", + "imurmurhash": "0.1.4", + "is-glob": "4.0.3", + "is-path-inside": "3.0.3", + "js-sdsl": "4.4.2", + "js-yaml": "4.1.0", + "json-stable-stringify-without-jsonify": "1.0.1", + "levn": "0.4.1", + "lodash.merge": "4.6.2", + "minimatch": "3.1.2", + "natural-compare": "1.4.0", + "optionator": "0.9.3", + "regexpp": "3.2.0", + "strip-ansi": "6.0.1", + "strip-json-comments": "3.1.1", + "text-table": "0.2.0" + }, + "transitive_closure": { + "eslint": [ + "8.28.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ts-interface-checker__0.1.13__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ts-interface-checker__0.1.13__links", + "package": "ts-interface-checker", + "version": "0.1.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ts-interface-checker": [ + "0.1.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__typed-array-buffer__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-buffer__1.0.0__links", + "package": "typed-array-buffer", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1", + "is-typed-array": "1.1.12" + }, + "transitive_closure": { + "typed-array-buffer": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-typed-array": [ + "1.1.12" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__sucrase__3.34.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sucrase__3.34.0__links", + "package": "sucrase", + "version": "3.34.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/gen-mapping": "0.3.3", + "commander": "4.1.1", + "glob": "7.1.6", + "lines-and-columns": "1.2.4", + "mz": "2.7.0", + "pirates": "4.0.6", + "ts-interface-checker": "0.1.13" + }, + "transitive_closure": { + "sucrase": [ + "3.34.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "commander": [ + "4.1.1" + ], + "glob": [ + "7.1.6" + ], + "lines-and-columns": [ + "1.2.4" + ], + "mz": [ + "2.7.0" + ], + "pirates": [ + "4.0.6" + ], + "ts-interface-checker": [ + "0.1.13" + ], + "any-promise": [ + "1.3.0" + ], + "object-assign": [ + "4.1.1" + ], + "thenify-all": [ + "1.6.0" + ], + "thenify": [ + "3.3.1" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__path-type__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__path-type__4.0.0__links", + "package": "path-type", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__char-regex__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__char-regex__1.0.2__links", + "package": "char-regex", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "char-regex": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__lodash.memoize__4.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.memoize__4.1.2", + "package": "lodash.memoize", + "version": "4.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "url": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-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__is-wsl__2.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-wsl__2.2.0", + "package": "is-wsl", + "version": "2.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "url": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-util__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-util__27.5.1", + "package": "jest-util", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + "url": "https://registry.npmjs.org/jest-util/-/jest-util-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__css-prefers-color-scheme__6.0.3__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-prefers-color-scheme__6.0.3__postcss_8.4.31", + "package": "css-prefers-color-scheme", + "version": "6.0.3_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", + "url": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-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__at_swc_core-darwin-x64__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-darwin-x64__1.3.100", + "package": "@swc/core-darwin-x64", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KF/MXrnH1nakm1wbt4XV8FS7kvqD9TGmVxeJ0U4bbvxXMvzeYUurzg3AJUTXYmXDhH/VXOYJE5N5RkwZZPs5iA==", + "url": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.100.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__postcss-opacity-percentage__1.1.3__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-opacity-percentage__1.1.3__postcss_8.4.31__links", + "package": "postcss-opacity-percentage", + "version": "1.1.3_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-opacity-percentage": [ + "1.1.3_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tempy__0.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tempy__0.6.0__links", + "package": "tempy", + "version": "0.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-stream": "2.0.1", + "temp-dir": "2.0.0", + "type-fest": "0.16.0", + "unique-string": "2.0.0" + }, + "transitive_closure": { + "tempy": [ + "0.6.0" + ], + "is-stream": [ + "2.0.1" + ], + "temp-dir": [ + "2.0.0" + ], + "type-fest": [ + "0.16.0" + ], + "unique-string": [ + "2.0.0" + ], + "crypto-random-string": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_helpers__0.4.14": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_helpers__0.4.14", + "package": "@swc/helpers", + "version": "0.4.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", + "url": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-top-level-await", + "version": "7.14.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-darwin-64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-darwin-64__0.15.18", + "package": "esbuild-darwin-64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==", + "url": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.18.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__safe-array-concat__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__safe-array-concat__1.0.1__links", + "package": "safe-array-concat", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1", + "has-symbols": "1.0.3", + "isarray": "2.0.5" + }, + "transitive_closure": { + "safe-array-concat": [ + "1.0.1" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "isarray": [ + "2.0.5" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pretty-format__28.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__28.1.3__links", + "package": "pretty-format", + "version": "28.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/schemas": "28.1.3", + "ansi-regex": "5.0.1", + "ansi-styles": "5.2.0", + "react-is": "18.2.0" + }, + "transitive_closure": { + "pretty-format": [ + "28.1.3" + ], + "@jest/schemas": [ + "28.1.3" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.24.51" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__emittery__0.8.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.8.1__links", + "package": "emittery", + "version": "0.8.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "emittery": [ + "0.8.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-config-react-app__7.0.1__-2111602217": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-config-react-app__7.0.1__-2111602217", + "package": "eslint-config-react-app", + "version": "7.0.1_-2111602217", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react": [ + "eslint-config-react-app" + ] + }, + "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", + "url": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-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__is-odd__0.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-odd__0.1.2", + "package": "is-odd", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ri7C2K7o5IrUU9UEI8losXJCCD/UtsaIrkR5sxIcFg4xQ9cRJXlWA5DQvTE0yDc0krvSNLsRGXN11UPS6KyfBw==", + "url": "https://registry.npmjs.org/is-odd/-/is-odd-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__tapable__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tapable__1.1.3__links", + "package": "tapable", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tapable": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__domexception__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__domexception__4.0.0", + "package": "domexception", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "url": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_istanbul-reports__3.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-reports__3.0.2", + "package": "@types/istanbul-reports", + "version": "3.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kv43F9eb3Lhj+lr/Hn6OcLCs/sSM8bt+fIaP11rCYngfV6NVjzWXJ17owQtDQTL9tQ8WSLUrGsSJ6rJz0F1w1A==", + "url": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-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__postcss-normalize__10.0.1__-695478989__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize__10.0.1__-695478989__links", + "package": "postcss-normalize", + "version": "10.0.1_-695478989", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/normalize.css": "12.0.0", + "browserslist": "4.22.1", + "postcss": "8.4.31", + "postcss-browser-comments": "4.0.0_-695478989", + "sanitize.css": "13.0.0" + }, + "transitive_closure": { + "postcss-normalize": [ + "10.0.1_-695478989" + ], + "@csstools/normalize.css": [ + "12.0.0" + ], + "browserslist": [ + "4.22.1" + ], + "postcss": [ + "8.4.31" + ], + "postcss-browser-comments": [ + "4.0.0_-695478989" + ], + "sanitize.css": [ + "13.0.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_babel__template__7.4.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__template__7.4.2__links", + "package": "@types/babel__template", + "version": "7.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@types/babel__template": [ + "7.4.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__aria-query__5.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__aria-query__5.1.3", + "package": "aria-query", + "version": "5.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", + "url": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pidtree__0.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pidtree__0.3.1__links", + "package": "pidtree", + "version": "0.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pidtree": [ + "0.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-object-rest-spread__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-object-rest-spread__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-object-rest-spread", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__global-prefix__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__global-prefix__3.0.0__links", + "package": "global-prefix", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ini": "1.3.8", + "kind-of": "6.0.3", + "which": "1.3.1" + }, + "transitive_closure": { + "global-prefix": [ + "3.0.0" + ], + "ini": [ + "1.3.8" + ], + "kind-of": [ + "6.0.3" + ], + "which": [ + "1.3.1" + ], + "isexe": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__commander__2.20.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-map__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-map__2.0.2__links", + "package": "is-map", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-map": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fast-json-stable-stringify__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-serializer__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-serializer__27.5.1__links", + "package": "jest-serializer", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9", + "graceful-fs": "4.2.11" + }, + "transitive_closure": { + "jest-serializer": [ + "27.5.1" + ], + "@types/node": [ + "18.11.9" + ], + "graceful-fs": [ + "4.2.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-dynamic-import__7.22.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-dynamic-import__7.22.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-dynamic-import", + "version": "7.22.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-dynamic-import": "7.8.3_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-dynamic-import": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_istanbuljs_schema__0.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_istanbuljs_schema__0.1.3", + "package": "@istanbuljs/schema", + "version": "0.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "url": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.0", + "package": "babel-preset-current-node-syntax", + "version": "1.0.1_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "url": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-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_types_yargs-parser__21.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs-parser__21.0.1__links", + "package": "@types/yargs-parser", + "version": "21.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/yargs-parser": [ + "21.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_swc-linux-arm64-musl__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-arm64-musl__13.0.5", + "package": "@next/swc-linux-arm64-musl", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xenvqlXz+KxVKAB1YR723gnVNszpsCvKZkiFFaAYqDGJ502YuqU2fwLsaSm/ASRizNcBYeo9HPLTyc3r/9cdMQ==", + "url": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_istanbul-lib-coverage__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-lib-coverage__2.0.4__links", + "package": "@types/istanbul-lib-coverage", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/istanbul-lib-coverage": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__media-typer__0.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__media-typer__0.3.0", + "package": "media-typer", + "version": "0.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "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__unicode-property-aliases-ecmascript__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unicode-property-aliases-ecmascript__2.1.0", + "package": "unicode-property-aliases-ecmascript", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "url": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__coa__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__coa__2.0.2", + "package": "coa", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "url": "https://registry.npmjs.org/coa/-/coa-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__webpack-manifest-plugin__4.1.1__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-manifest-plugin__4.1.1__webpack_5.88.2", + "package": "webpack-manifest-plugin", + "version": "4.1.1_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", + "url": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-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-utils__3.0.0__eslint_8.28.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-utils__3.0.0__eslint_8.28.0__links", + "package": "eslint-utils", + "version": "3.0.0_eslint_8.28.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "eslint": "8.28.0", + "eslint-visitor-keys": "2.1.0" + }, + "transitive_closure": { + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint": [ + "8.28.0" + ], + "eslint-visitor-keys": [ + "3.4.3", + "2.1.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__express__4.18.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__ansi-regex__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_webassemblyjs_helper-api-error__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-api-error__1.11.6", + "package": "@webassemblyjs/helper-api-error", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_xtuc_long__4.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_vue_shared__3.2.37__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_shared__3.2.37__links", + "package": "@vue/shared", + "version": "3.2.37", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@vue/shared": [ + "3.2.37" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__make-dir__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__make-dir__4.0.0__links", + "package": "make-dir", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "semver": "7.5.4" + }, + "transitive_closure": { + "make-dir": [ + "4.0.0" + ], + "semver": [ + "7.5.4" + ], + "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" + } + }, + "npm__shallow-clone__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__data-urls__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__data-urls__2.0.0__links", + "package": "data-urls", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "abab": "2.0.6", + "whatwg-mimetype": "2.3.0", + "whatwg-url": "8.7.0" + }, + "transitive_closure": { + "data-urls": [ + "2.0.0" + ], + "abab": [ + "2.0.6" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "webidl-conversions": [ + "6.1.0" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__get-symbol-description__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-symbol-description__1.0.0", + "package": "get-symbol-description", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "url": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-export-namespace-from__7.22.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-export-namespace-from__7.22.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-export-namespace-from", + "version": "7.22.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-export-namespace-from": "7.8.3_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-export-namespace-from": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_devtools-api__6.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_devtools-api__6.5.0__links", + "package": "@vue/devtools-api", + "version": "6.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@vue/devtools-api": [ + "6.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__kind-of__6.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__asynckit__0.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__asynckit__0.4.0", + "package": "asynckit", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "url": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pretty-bytes__5.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-bytes__5.6.0__links", + "package": "pretty-bytes", + "version": "5.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pretty-bytes": [ + "5.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.0", + "package": "@babel/preset-modules", + "version": "0.1.6-no-external-plugins_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "url": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-optimise-call-expression__7.22.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-optimise-call-expression__7.22.5", + "package": "@babel/helper-optimise-call-expression", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", + "url": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_leichtgewicht_ip-codec__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__cookie__0.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__esbuild-windows-arm64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-windows-arm64__0.15.18__links", + "package": "esbuild-windows-arm64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-windows-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-number__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-number__3.0.0", + "package": "is-number", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "url": "https://registry.npmjs.org/is-number/-/is-number-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__at_csstools_postcss-is-pseudo-class__2.0.7__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-is-pseudo-class__2.0.7__postcss_8.4.31", + "package": "@csstools/postcss-is-pseudo-class", + "version": "2.0.7_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", + "url": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-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__whatwg-encoding__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-encoding__2.0.0", + "package": "whatwg-encoding", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "url": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-env-function__4.0.6__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-env-function__4.0.6__postcss_8.4.31__links", + "package": "postcss-env-function", + "version": "4.0.6_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-env-function": [ + "4.0.6_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-get-type__24.9.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__24.9.0", + "package": "jest-get-type", + "version": "24.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==", + "url": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.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__follow-redirects__1.15.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__follow-redirects__1.15.3__links", + "package": "follow-redirects", + "version": "1.15.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "follow-redirects": [ + "1.15.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-window__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-window__6.6.0", + "package": "workbox-window", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==", + "url": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.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__universalify__0.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__universalify__0.2.0", + "package": "universalify", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "url": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-json-comments__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_jridgewell_trace-mapping__0.3.19__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_trace-mapping__0.3.19__links", + "package": "@jridgewell/trace-mapping", + "version": "0.3.19", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/resolve-uri": "3.1.1", + "@jridgewell/sourcemap-codec": "1.4.15" + }, + "transitive_closure": { + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__vue__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue__3.2.45", + "package": "vue", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue": [ + "vue" + ] + }, + "integrity": "sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==", + "url": "https://registry.npmjs.org/vue/-/vue-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__concat-map__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__http-proxy-middleware__2.0.6__at_types_express_4.17.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy-middleware__2.0.6__at_types_express_4.17.18__links", + "package": "http-proxy-middleware", + "version": "2.0.6_at_types_express_4.17.18", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/express": "4.17.18", + "@types/http-proxy": "1.17.12", + "http-proxy": "1.18.1", + "is-glob": "4.0.3", + "is-plain-obj": "3.0.0", + "micromatch": "4.0.5" + }, + "transitive_closure": { + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" + ], + "@types/express": [ + "4.17.18" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "18.11.9" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dns-equal__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dns-equal__1.0.0", + "package": "dns-equal", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", + "url": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__js-sdsl__4.4.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__js-sdsl__4.4.2__links", + "package": "js-sdsl", + "version": "4.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "js-sdsl": [ + "4.4.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-define-polyfill-provider__0.4.2__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-define-polyfill-provider__0.4.2__at_babel_core_7.23.0__links", + "package": "@babel/helper-define-polyfill-provider", + "version": "0.4.2_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-compilation-targets": "7.22.15", + "@babel/helper-plugin-utils": "7.22.5", + "debug": "4.3.4", + "lodash.debounce": "4.0.8", + "resolve": "1.22.6" + }, + "transitive_closure": { + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "semver": [ + "6.3.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_counter__0.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_counter__0.1.2", + "package": "@swc/counter", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw==", + "url": "https://registry.npmjs.org/@swc/counter/-/counter-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__postcss-custom-selectors__6.0.3__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-custom-selectors__6.0.3__postcss_8.4.31", + "package": "postcss-custom-selectors", + "version": "6.0.3_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", + "url": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-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__yargs-parser__20.2.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yargs-parser__20.2.9__links", + "package": "yargs-parser", + "version": "20.2.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yargs-parser": [ + "20.2.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-dynamic-import__7.22.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-dynamic-import__7.22.11__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-dynamic-import", + "version": "7.22.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.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__jest-worker__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__29.7.0", + "package": "jest-worker", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", + "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-unicode-regex__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-regex__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-unicode-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-unicode-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "semver": [ + "6.3.1" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.0__links", + "package": "@babel/preset-modules", + "version": "0.1.6-no-external-plugins_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/types": "7.23.0", + "esutils": "2.0.3" + }, + "transitive_closure": { + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "esutils": [ + "2.0.3" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jridgewell_gen-mapping__0.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.19" + }, + "transitive_closure": { + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__functions-have-names__1.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__functions-have-names__1.2.3__links", + "package": "functions-have-names", + "version": "1.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "functions-have-names": [ + "1.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__node-forge__1.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_webassemblyjs_helper-numbers__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-numbers__1.11.6__links", + "package": "@webassemblyjs/helper-numbers", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@xtuc/long": "4.2.2" + }, + "transitive_closure": { + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-plugin-macros__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-macros__3.1.0__links", + "package": "babel-plugin-macros", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.1", + "cosmiconfig": "7.1.0", + "resolve": "1.22.6" + }, + "transitive_closure": { + "babel-plugin-macros": [ + "3.1.0" + ], + "@babel/runtime": [ + "7.23.1" + ], + "cosmiconfig": [ + "7.1.0" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@types/parse-json": [ + "4.0.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parse-json": [ + "5.2.0" + ], + "path-type": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "regenerator-runtime": [ + "0.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_nicolo-ribaudo_eslint-scope-5-internals__5.1.1-v1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_nicolo-ribaudo_eslint-scope-5-internals__5.1.1-v1__links", + "package": "@nicolo-ribaudo/eslint-scope-5-internals", + "version": "5.1.1-v1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "eslint-scope": "5.1.1" + }, + "transitive_closure": { + "@nicolo-ribaudo/eslint-scope-5-internals": [ + "5.1.1-v1" + ], + "eslint-scope": [ + "5.1.1" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__globalthis__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__babel-plugin-jest-hoist__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-jest-hoist__27.5.1", + "package": "babel-plugin-jest-hoist", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", + "url": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-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__postcss-lab-function__4.2.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-lab-function__4.2.1__postcss_8.4.31", + "package": "postcss-lab-function", + "version": "4.2.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", + "url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_compiler-dom__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-dom__3.3.4", + "package": "@vue/compiler-dom", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==", + "url": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.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__diff-sequences__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__27.5.1__links", + "package": "diff-sequences", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "diff-sequences": [ + "27.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-class-static-block", + "version": "7.14.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ms__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__walker__1.0.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__walker__1.0.8", + "package": "walker", + "version": "1.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "url": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-object-rest-spread__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-object-rest-spread__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-object-rest-spread", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/compat-data": "7.22.20", + "@babel/core": "7.23.0", + "@babel/helper-compilation-targets": "7.22.15", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-transform-parameters": "7.22.15_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-object-rest-spread": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-parameters": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "semver": [ + "6.3.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array.prototype.flat__1.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.flat__1.3.2__links", + "package": "array.prototype.flat", + "version": "1.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "es-shim-unscopables": "1.0.0" + }, + "transitive_closure": { + "array.prototype.flat": [ + "1.3.2" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_highlight__7.22.20": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_highlight__7.22.20", + "package": "@babel/highlight", + "version": "7.22.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "url": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__html-webpack-plugin__5.5.3__webpack_5.89.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-webpack-plugin__5.5.3__webpack_5.89.0__links", + "package": "html-webpack-plugin", + "version": "5.5.3_webpack_5.89.0", + "dev": true, + "root_package": "", + "link_packages": { + "react-webpack": [ + "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.89.0_-1501518582" + }, + "transitive_closure": { + "html-webpack-plugin": [ + "5.5.3_webpack_5.89.0" + ], + "@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.89.0_-1501518582" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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": [ + "4.2.0", + "3.3.0" + ], + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-cli": [ + "5.1.4_34022717" + ], + "webpack-sources": [ + "3.2.3" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "8.3.0", + "2.20.3", + "10.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "express": [ + "4.18.2" + ], + "html-entities": [ + "2.4.0" + ], + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "range-parser": [ + "1.2.1" + ], + "fs-monkey": [ + "1.0.5" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "mime-db": [ + "1.52.0" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@swc/core": [ + "1.3.100" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "renderkid": [ + "3.0.0" + ], + "css-select": [ + "4.3.0" + ], + "dom-converter": [ + "0.2.0" + ], + "htmlparser2": [ + "6.1.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "dom-serializer": [ + "1.4.1" + ], + "utila": [ + "0.4.0" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "nth-check": [ + "2.1.1" + ], + "camel-case": [ + "4.1.2" + ], + "clean-css": [ + "5.3.2" + ], + "he": [ + "1.2.0" + ], + "param-case": [ + "3.0.4" + ], + "relateurl": [ + "0.2.7" + ], + "dot-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "no-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "pascal-case": [ + "3.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__util.promisify__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__util.promisify__1.0.1__links", + "package": "util.promisify", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "has-symbols": "1.0.3", + "object.getownpropertydescriptors": "2.1.7" + }, + "transitive_closure": { + "util.promisify": [ + "1.0.1" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "has-symbols": [ + "1.0.3" + ], + "object.getownpropertydescriptors": [ + "2.1.7" + ], + "array.prototype.reduce": [ + "1.0.6" + ], + "call-bind": [ + "1.0.2" + ], + "safe-array-concat": [ + "1.0.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "isarray": [ + "2.0.5" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "es-array-method-boxes-properly": [ + "1.0.0" + ], + "is-string": [ + "1.0.7" + ], + "has-tostringtag": [ + "1.0.0" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__sockjs__0.3.24__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "sockjs": [ + "0.3.24" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "safe-buffer": [ + "5.2.1" + ], + "websocket-extensions": [ + "0.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__normalize-range__0.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__normalize-range__0.1.2", + "package": "normalize-range", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "url": "https://registry.npmjs.org/normalize-range/-/normalize-range-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__object-inspect__1.12.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object-inspect__1.12.3", + "package": "object-inspect", + "version": "1.12.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-snapshot__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-snapshot__29.7.0", + "package": "jest-snapshot", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", + "url": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-stable-stringify-without-jsonify__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json-stable-stringify-without-jsonify__1.0.1", + "package": "json-stable-stringify-without-jsonify", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "url": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__duplexer__0.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__duplexer__0.1.2", + "package": "duplexer", + "version": "0.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "url": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__readable-stream__3.6.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__pretty-format__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__27.5.1", + "package": "pretty-format", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_reporters__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_reporters__27.5.1__links", + "package": "@jest/reporters", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@bcoe/v8-coverage": "0.2.3", + "@jest/console": "27.5.1", + "@jest/test-result": "27.5.1", + "@jest/transform": "27.5.1", + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "collect-v8-coverage": "1.0.2", + "exit": "0.1.2", + "glob": "7.2.3", + "graceful-fs": "4.2.11", + "istanbul-lib-coverage": "3.2.0", + "istanbul-lib-instrument": "5.2.1", + "istanbul-lib-report": "3.0.1", + "istanbul-lib-source-maps": "4.0.1", + "istanbul-reports": "3.1.6", + "jest-haste-map": "27.5.1", + "jest-resolve": "27.5.1", + "jest-util": "27.5.1", + "jest-worker": "27.5.1", + "slash": "3.0.0", + "source-map": "0.6.1", + "string-length": "4.0.2", + "terminal-link": "2.1.1", + "v8-to-istanbul": "8.1.1" + }, + "transitive_closure": { + "@jest/reporters": [ + "27.5.1" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "@jest/console": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "exit": [ + "0.1.2" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "source-map": [ + "0.7.4", + "0.6.1" + ], + "string-length": [ + "4.0.2" + ], + "terminal-link": [ + "2.1.1" + ], + "v8-to-istanbul": [ + "8.1.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "ansi-escapes": [ + "4.3.2" + ], + "supports-hyperlinks": [ + "2.3.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "supports-color": [ + "5.5.0", + "8.1.1", + "7.2.0" + ], + "type-fest": [ + "0.21.3" + ], + "char-regex": [ + "1.0.2" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "merge-stream": [ + "2.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-serializer": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "html-escaper": [ + "2.0.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ], + "make-dir": [ + "4.0.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/parser": [ + "7.23.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "test-exclude": [ + "6.0.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "jest-message-util": [ + "27.5.1" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-block-scoped-functions__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-block-scoped-functions__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-block-scoped-functions", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_console__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_console__27.5.1", + "package": "@jest/console", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "url": "https://registry.npmjs.org/@jest/console/-/console-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__postcss-discard-comments__5.1.2__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-comments__5.1.2__postcss_8.4.31__links", + "package": "postcss-discard-comments", + "version": "5.1.2_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-discard-comments": [ + "5.1.2_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__resolve-from__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve-from__4.0.0", + "package": "resolve-from", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-convert-values__5.1.3__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-convert-values__5.1.3__postcss_8.4.31", + "package": "postcss-convert-values", + "version": "5.1.3_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", + "url": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_reporters__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_reporters__29.7.0__links", + "package": "@jest/reporters", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@bcoe/v8-coverage": "0.2.3", + "@jest/console": "29.7.0", + "@jest/test-result": "29.7.0", + "@jest/transform": "29.7.0", + "@jest/types": "29.6.3", + "@jridgewell/trace-mapping": "0.3.19", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "collect-v8-coverage": "1.0.2", + "exit": "0.1.2", + "glob": "7.2.3", + "graceful-fs": "4.2.11", + "istanbul-lib-coverage": "3.2.0", + "istanbul-lib-instrument": "6.0.0", + "istanbul-lib-report": "3.0.1", + "istanbul-lib-source-maps": "4.0.1", + "istanbul-reports": "3.1.6", + "jest-message-util": "29.7.0", + "jest-util": "29.7.0", + "jest-worker": "29.7.0", + "slash": "3.0.0", + "string-length": "4.0.2", + "strip-ansi": "6.0.1", + "v8-to-istanbul": "9.1.0" + }, + "transitive_closure": { + "@jest/reporters": [ + "29.7.0" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "@jest/console": [ + "29.7.0" + ], + "@jest/test-result": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "exit": [ + "0.1.2" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "istanbul-lib-instrument": [ + "5.2.1", + "6.0.0" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "string-length": [ + "4.0.2" + ], + "strip-ansi": [ + "6.0.1" + ], + "v8-to-istanbul": [ + "9.1.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "char-regex": [ + "1.0.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "5.5.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "html-escaper": [ + "2.0.2" + ], + "debug": [ + "4.3.4" + ], + "source-map": [ + "0.6.1" + ], + "ms": [ + "2.1.2" + ], + "make-dir": [ + "4.0.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/parser": [ + "7.23.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "test-exclude": [ + "6.0.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "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" + } + }, + "npm__at_next_swc-linux-arm64-gnu__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-arm64-gnu__13.0.5", + "package": "@next/swc-linux-arm64-gnu", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5BfDS/VoRDR5QUGG9oedOCEZGmV2zxUVFYLUJVPMSMeIgqkjxWQBiG2BUHZI6/LGk9yvHmjx7BTvtBCLtRg6IQ==", + "url": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_next_swc-win32-x64-msvc__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-x64-msvc__13.0.5", + "package": "@next/swc-win32-x64-msvc", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t5gRblrwwiNZP6cT7NkxlgxrFgHWtv9ei5vUraCLgBqzvIsa7X+PnarZUeQCXqz6Jg9JSGGT9j8lvzD97UqeJQ==", + "url": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_typescript-eslint_typescript-estree__5.62.0__typescript_4.9.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_typescript-estree__5.62.0__typescript_4.9.3", + "package": "@typescript-eslint/typescript-estree", + "version": "5.62.0_typescript_4.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", + "url": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.0", + "package": "@babel/plugin-proposal-private-methods", + "version": "7.18.6_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__w3c-xmlserializer__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__w3c-xmlserializer__4.0.0", + "package": "w3c-xmlserializer", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", + "url": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__make-dir__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__make-dir__4.0.0", + "package": "make-dir", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "url": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__style-loader__3.3.3__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__style-loader__3.3.3__webpack_5.88.2__links", + "package": "style-loader", + "version": "3.3.3_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "webpack": "5.88.2" + }, + "transitive_closure": { + "style-loader": [ + "3.3.3_webpack_5.88.2" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-modules-local-by-default__4.0.3__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-local-by-default__4.0.3__postcss_8.4.31", + "package": "postcss-modules-local-by-default", + "version": "4.0.3_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==", + "url": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-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__nth-check__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__nth-check__1.0.2", + "package": "nth-check", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "url": "https://registry.npmjs.org/nth-check/-/nth-check-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__has-symbols__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_parser__7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_parser__7.23.0__links", + "package": "@babel/parser", + "version": "7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/parser": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__json-schema-traverse__0.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_webassemblyjs_helper-wasm-section__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-wasm-section__1.11.6__links", + "package": "@webassemblyjs/helper-wasm-section", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6" + }, + "transitive_closure": { + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__promise__8.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__promise__8.3.0__links", + "package": "promise", + "version": "8.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "asap": "2.0.6" + }, + "transitive_closure": { + "promise": [ + "8.3.0" + ], + "asap": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ws__7.5.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ws__7.5.9", + "package": "ws", + "version": "7.5.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "url": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__find-up__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "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" + } + }, + "npm__at_sinclair_typebox__0.24.51__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_sinclair_typebox__0.24.51__links", + "package": "@sinclair/typebox", + "version": "0.24.51", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@sinclair/typebox": [ + "0.24.51" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__detect-port-alt__1.1.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__detect-port-alt__1.1.6", + "package": "detect-port-alt", + "version": "1.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", + "url": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__emittery__0.8.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.8.1", + "package": "emittery", + "version": "0.8.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", + "url": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__utils-merge__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-react-jsx__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-jsx__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-react-jsx", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_csstools_postcss-cascade-layers__1.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-cascade-layers__1.1.1__postcss_8.4.31__links", + "package": "@csstools/postcss-cascade-layers", + "version": "1.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/selector-specificity": "2.2.0_postcss-selector-parser_6.0.13", + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "@csstools/postcss-cascade-layers": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/selector-specificity": [ + "2.2.0_postcss-selector-parser_6.0.13" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jridgewell_set-array__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__any-promise__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__any-promise__1.3.0__links", + "package": "any-promise", + "version": "1.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "any-promise": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__acorn-walk__8.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-walk__8.2.0", + "package": "acorn-walk", + "version": "8.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "url": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.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__load-json-file__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__load-json-file__4.0.0", + "package": "load-json-file", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", + "url": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__parseurl__1.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__raw-body__2.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "raw-body": [ + "2.5.1" + ], + "bytes": [ + "3.1.2" + ], + "http-errors": [ + "2.0.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "unpipe": [ + "1.0.0" + ], + "safer-buffer": [ + "2.1.2" + ], + "depd": [ + "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" + } + }, + "npm__word-wrap__1.2.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__word-wrap__1.2.5", + "package": "word-wrap", + "version": "1.2.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "url": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__co__4.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__co__4.6.0", + "package": "co", + "version": "4.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "url": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__camelcase__5.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__estree-walker__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__estree-walker__1.0.1__links", + "package": "estree-walker", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "estree-walker": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_stack-utils__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_stack-utils__2.0.1", + "package": "@types/stack-utils", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "url": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-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__commondir__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__commondir__1.0.1__links", + "package": "commondir", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commondir": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-page-break__3.0.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-page-break__3.0.4__postcss_8.4.31", + "package": "postcss-page-break", + "version": "3.0.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", + "url": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-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__at_swc_core-linux-x64-musl__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-x64-musl__1.3.100__links", + "package": "@swc/core-linux-x64-musl", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/core-linux-x64-musl": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-image-set-function__4.0.7__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-image-set-function__4.0.7__postcss_8.4.31", + "package": "postcss-image-set-function", + "version": "4.0.7_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", + "url": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-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__sisteransi__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sisteransi__1.0.5__links", + "package": "sisteransi", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sisteransi": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-google-analytics__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-google-analytics__6.6.0__links", + "package": "workbox-google-analytics", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-background-sync": "6.6.0", + "workbox-core": "6.6.0", + "workbox-routing": "6.6.0", + "workbox-strategies": "6.6.0" + }, + "transitive_closure": { + "workbox-google-analytics": [ + "6.6.0" + ], + "workbox-background-sync": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ], + "workbox-routing": [ + "6.6.0" + ], + "workbox-strategies": [ + "6.6.0" + ], + "idb": [ + "7.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__get-package-type__0.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-package-type__0.1.0", + "package": "get-package-type", + "version": "0.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "url": "https://registry.npmjs.org/get-package-type/-/get-package-type-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__readdirp__3.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_csstools_postcss-trigonometric-functions__1.0.2__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-trigonometric-functions__1.0.2__postcss_8.4.31__links", + "package": "@csstools/postcss-trigonometric-functions", + "version": "1.0.2_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-trigonometric-functions": [ + "1.0.2_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__exit__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__exit__0.1.2__links", + "package": "exit", + "version": "0.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "exit": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_testing-library_jest-dom__4.2.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_jest-dom__4.2.4", + "package": "@testing-library/jest-dom", + "version": "4.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "@testing-library/jest-dom" + ], + "react": [ + "@testing-library/jest-dom" + ] + }, + "integrity": "sha512-j31Bn0rQo12fhCWOUWy9fl7wtqkp7In/YP2p5ZFyRuiiB9Qs3g+hS4gAmDWONbAHcRmVooNJ5eOHQDCOmUFXHg==", + "url": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-4.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__json5__2.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json5__2.2.3", + "package": "json5", + "version": "2.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "url": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__svg-parser__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__svg-parser__2.0.4__links", + "package": "svg-parser", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "svg-parser": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-sw__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-sw__6.6.0", + "package": "workbox-sw", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==", + "url": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.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__depd__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__expect__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__expect__27.5.1__links", + "package": "expect", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "jest-get-type": "27.5.1", + "jest-matcher-utils": "27.5.1", + "jest-message-util": "27.5.1" + }, + "transitive_closure": { + "expect": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "jest-diff": [ + "27.5.1" + ], + "diff-sequences": [ + "27.5.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "20.8.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__doctrine__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__doctrine__3.0.0", + "package": "doctrine", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "url": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yaml__1.10.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yaml__1.10.2__links", + "package": "yaml", + "version": "1.10.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yaml": [ + "1.10.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_shared__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_shared__3.2.45__links", + "package": "@vue/shared", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@vue/shared": [ + "3.2.45" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.0__links", + "package": "@babel/plugin-proposal-nullish-coalescing-operator", + "version": "7.18.6_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_rollup_pluginutils__3.1.0__rollup_2.79.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_pluginutils__3.1.0__rollup_2.79.1__links", + "package": "@rollup/pluginutils", + "version": "3.1.0_rollup_2.79.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/estree": "0.0.39", + "estree-walker": "1.0.1", + "picomatch": "2.3.1", + "rollup": "2.79.1" + }, + "transitive_closure": { + "@rollup/pluginutils": [ + "3.1.0_rollup_2.79.1" + ], + "@types/estree": [ + "0.0.39" + ], + "estree-walker": [ + "1.0.1" + ], + "picomatch": [ + "2.3.1" + ], + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__joycon__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__joycon__3.1.1__links", + "package": "joycon", + "version": "3.1.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "joycon": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__source-map-loader__3.0.2__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-loader__3.0.2__webpack_5.88.2", + "package": "source-map-loader", + "version": "3.0.2_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", + "url": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-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_next_swc-freebsd-x64__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-freebsd-x64__13.0.5__links", + "package": "@next/swc-freebsd-x64", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-freebsd-x64": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_json-schema__7.0.13": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_json-schema__7.0.13", + "package": "@types/json-schema", + "version": "7.0.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==", + "url": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.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__client-only__0.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__client-only__0.0.1__links", + "package": "client-only", + "version": "0.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "client-only": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-linux-arm__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-arm__0.15.18__links", + "package": "esbuild-linux-arm", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-linux-arm": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__serialize-javascript__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__serialize-javascript__6.0.1", + "package": "serialize-javascript", + "version": "6.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", + "url": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-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__deep-equal__2.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__deep-equal__2.2.2__links", + "package": "deep-equal", + "version": "2.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-buffer-byte-length": "1.0.0", + "call-bind": "1.0.2", + "es-get-iterator": "1.1.3", + "get-intrinsic": "1.2.1", + "is-arguments": "1.1.1", + "is-array-buffer": "3.0.2", + "is-date-object": "1.0.5", + "is-regex": "1.1.4", + "is-shared-array-buffer": "1.0.2", + "isarray": "2.0.5", + "object-is": "1.1.5", + "object-keys": "1.1.1", + "object.assign": "4.1.4", + "regexp.prototype.flags": "1.5.1", + "side-channel": "1.0.4", + "which-boxed-primitive": "1.0.2", + "which-collection": "1.0.1", + "which-typed-array": "1.1.11" + }, + "transitive_closure": { + "deep-equal": [ + "2.2.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "es-get-iterator": [ + "1.1.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-arguments": [ + "1.1.1" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-date-object": [ + "1.0.5" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-is": [ + "1.1.5" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "side-channel": [ + "1.0.4" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-collection": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-bigints": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "define-properties": [ + "1.2.1" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "is-typed-array": [ + "1.1.12" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "stop-iteration-iterator": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dom-serializer__0.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dom-serializer__0.2.2", + "package": "dom-serializer", + "version": "0.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "url": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-environment-jsdom__29.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__29.3.1__links", + "package": "jest-environment-jsdom", + "version": "29.3.1", + "dev": true, + "root_package": "", + "link_packages": { + "react": [ + "jest-environment-jsdom" + ] + }, + "deps": { + "@jest/environment": "29.7.0", + "@jest/fake-timers": "29.7.0", + "@jest/types": "29.6.3", + "@types/jsdom": "20.0.1", + "@types/node": "20.8.2", + "jest-mock": "29.7.0", + "jest-util": "29.7.0", + "jsdom": "20.0.3" + }, + "transitive_closure": { + "jest-environment-jsdom": [ + "29.3.1" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/jsdom": [ + "20.0.1" + ], + "@types/node": [ + "18.11.9", + "20.8.2" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jsdom": [ + "20.0.3" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-globals": [ + "7.0.1" + ], + "cssom": [ + "0.3.8", + "0.5.0" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "3.0.2" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "4.0.0" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "4.0.0" + ], + "html-encoding-sniffer": [ + "3.0.0" + ], + "http-proxy-agent": [ + "5.0.0" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "7.1.2" + ], + "saxes": [ + "6.0.0" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-xmlserializer": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ], + "whatwg-encoding": [ + "2.0.0" + ], + "whatwg-mimetype": [ + "3.0.0" + ], + "whatwg-url": [ + "11.0.0" + ], + "ws": [ + "8.14.2" + ], + "xml-name-validator": [ + "4.0.0" + ], + "tr46": [ + "3.0.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "entities": [ + "4.5.0" + ], + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ], + "@tootallnate/once": [ + "2.0.0" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "source-map": [ + "0.6.1" + ], + "acorn-walk": [ + "8.2.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/tough-cookie": [ + "4.0.3" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string.prototype.padend__3.1.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.padend__3.1.5", + "package": "string.prototype.padend", + "version": "3.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA==", + "url": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eslint-plugin-react-hooks__4.6.0__eslint_8.28.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-react-hooks__4.6.0__eslint_8.28.0", + "package": "eslint-plugin-react-hooks", + "version": "4.6.0_eslint_8.28.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", + "url": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cssdb__7.7.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssdb__7.7.2", + "package": "cssdb", + "version": "7.7.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pQPYP7/kch4QlkTcLuUNiNL2v/E+O+VIdotT+ug62/+2B2/jkzs5fMM6RHCzGCZ9C82pODEMSIzRRUzJOrl78g==", + "url": "https://registry.npmjs.org/cssdb/-/cssdb-7.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__memfs__3.5.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__memfs__3.5.3__links", + "package": "memfs", + "version": "3.5.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "fs-monkey": "1.0.5" + }, + "transitive_closure": { + "memfs": [ + "3.5.3" + ], + "fs-monkey": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_translate_lock.bzl", + "ruleClassName": "npm_translate_lock_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm", + "pnpm_lock": "@@//:pnpm-lock.yaml", + "update_pnpm_lock": false, + "npmrc": "@@//:.npmrc", + "use_home_npmrc": false, + "patches": {}, + "patch_args": {}, + "custom_postinstalls": {}, + "prod": false, + "public_hoist_packages": { + "@next/eslint-plugin-next": [ + "next.js" + ], + "eslint-config-react-app": [ + "react" + ], + "eslint@8.28.0": [ + "react" + ] + }, + "dev": false, + "no_optional": false, + "lifecycle_hooks": { + "*": [ + "preinstall", + "install", + "postinstall" + ] + }, + "lifecycle_hooks_envs": {}, + "lifecycle_hooks_execution_requirements": { + "*": [ + "no-sandbox" + ] + }, + "bins": { + "react-scripts": [ + "react-scripts=./bin/react-scripts.js" + ] + }, + "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__mimic-fn__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__estree-walker__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__estree-walker__2.0.2__links", + "package": "estree-walker", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "estree-walker": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_connect__3.4.36": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_connect__3.4.36", + "package": "@types/connect", + "version": "3.4.36", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==", + "url": "https://registry.npmjs.org/@types/connect/-/connect-3.4.36.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-darwin-arm64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-darwin-arm64__0.15.18__links", + "package": "esbuild-darwin-arm64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-darwin-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.23.0", + "package": "@babel/helper-remap-async-to-generator", + "version": "7.22.20_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", + "url": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__which__1.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which__1.3.1", + "package": "which", + "version": "1.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "url": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_alloc_quick-lru__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_alloc_quick-lru__5.2.0__links", + "package": "@alloc/quick-lru", + "version": "5.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@alloc/quick-lru": [ + "5.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__promise__8.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__promise__8.3.0", + "package": "promise", + "version": "8.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", + "url": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-core-module__2.13.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-core-module__2.13.0", + "package": "is-core-module", + "version": "2.13.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "url": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__resolve-from__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve-from__4.0.0__links", + "package": "resolve-from", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "resolve-from": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__mime__1.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__glob-to-regexp__0.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__core-js-compat__3.33.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__core-js-compat__3.33.0__links", + "package": "core-js-compat", + "version": "3.33.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1" + }, + "transitive_closure": { + "core-js-compat": [ + "3.33.0" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__find-up__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "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" + } + }, + "npm__svgo__1.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__svgo__1.3.2", + "package": "svgo", + "version": "1.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "url": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__acorn-import-assertions__1.9.0__acorn_8.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-import-assertions__1.9.0__acorn_8.10.0__links", + "package": "acorn-import-assertions", + "version": "1.9.0_acorn_8.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "acorn": "8.10.0" + }, + "transitive_closure": { + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "acorn": [ + "8.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__builtin-modules__3.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__builtin-modules__3.3.0", + "package": "builtin-modules", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", + "url": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__8.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-recipes__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-recipes__6.6.0", + "package": "workbox-recipes", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==", + "url": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.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__type-fest__0.21.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-fest__0.21.3__links", + "package": "type-fest", + "version": "0.21.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "type-fest": [ + "0.21.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__which-typed-array__1.1.11": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which-typed-array__1.1.11", + "package": "which-typed-array", + "version": "1.1.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", + "url": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-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__fast-deep-equal__3.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__autoprefixer__10.4.16__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__autoprefixer__10.4.16__postcss_8.4.31", + "package": "autoprefixer", + "version": "10.4.16_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", + "url": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.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__domutils__2.8.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-diff__24.9.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__24.9.0", + "package": "jest-diff", + "version": "24.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==", + "url": "https://registry.npmjs.org/jest-diff/-/jest-diff-24.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__at_babel_runtime__7.23.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_runtime__7.23.1__links", + "package": "@babel/runtime", + "version": "7.23.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "regenerator-runtime": "0.14.0" + }, + "transitive_closure": { + "@babel/runtime": [ + "7.23.1" + ], + "regenerator-runtime": [ + "0.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-annotate-as-pure__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-annotate-as-pure__7.22.5__links", + "package": "@babel/helper-annotate-as-pure", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-flexbugs-fixes__5.0.2__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-flexbugs-fixes__5.0.2__postcss_8.4.31__links", + "package": "postcss-flexbugs-fixes", + "version": "5.0.2_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-flexbugs-fixes": [ + "5.0.2_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__p-limit__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-duplicate-keys__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-duplicate-keys__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-duplicate-keys", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-duplicate-keys": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-regex-util__29.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__29.6.3", + "package": "jest-regex-util", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "url": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob__7.1.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__glob__7.1.6", + "package": "glob", + "version": "7.1.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "url": "https://registry.npmjs.org/glob/-/glob-7.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__source-map__0.8.0-beta.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map__0.8.0-beta.0__links", + "package": "source-map", + "version": "0.8.0-beta.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "whatwg-url": "7.1.0" + }, + "transitive_closure": { + "source-map": [ + "0.8.0-beta.0" + ], + "whatwg-url": [ + "7.1.0" + ], + "lodash.sortby": [ + "4.7.0" + ], + "tr46": [ + "1.0.1" + ], + "webidl-conversions": [ + "4.0.2" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__bonjour-service__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__bonjour-service__1.1.1__links", + "package": "bonjour-service", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-flatten": "2.1.2", + "dns-equal": "1.0.0", + "fast-deep-equal": "3.1.3", + "multicast-dns": "7.2.5" + }, + "transitive_closure": { + "bonjour-service": [ + "1.1.1" + ], + "array-flatten": [ + "2.1.2" + ], + "dns-equal": [ + "1.0.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at-least-node__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at-least-node__1.0.0", + "package": "at-least-node", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "url": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__body-parser__1.20.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__npm-run-all__4.1.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__npm-run-all__4.1.5__links", + "package": "npm-run-all", + "version": "4.1.5", + "dev": true, + "root_package": "", + "link_packages": { + "vue": [ + "npm-run-all" + ] + }, + "deps": { + "ansi-styles": "3.2.1", + "chalk": "2.4.2", + "cross-spawn": "6.0.5", + "memorystream": "0.3.1", + "minimatch": "3.1.2", + "pidtree": "0.3.1", + "read-pkg": "3.0.0", + "shell-quote": "1.8.1", + "string.prototype.padend": "3.1.5" + }, + "transitive_closure": { + "npm-run-all": [ + "4.1.5" + ], + "ansi-styles": [ + "3.2.1" + ], + "chalk": [ + "2.4.2" + ], + "cross-spawn": [ + "6.0.5" + ], + "memorystream": [ + "0.3.1" + ], + "minimatch": [ + "3.1.2" + ], + "pidtree": [ + "0.3.1" + ], + "read-pkg": [ + "3.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "string.prototype.padend": [ + "3.1.5" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ], + "load-json-file": [ + "4.0.0" + ], + "normalize-package-data": [ + "2.5.0" + ], + "path-type": [ + "3.0.0" + ], + "pify": [ + "3.0.0" + ], + "hosted-git-info": [ + "2.8.9" + ], + "resolve": [ + "1.22.6" + ], + "semver": [ + "5.7.2" + ], + "validate-npm-package-license": [ + "3.0.4" + ], + "spdx-correct": [ + "3.2.0" + ], + "spdx-expression-parse": [ + "3.0.1" + ], + "spdx-exceptions": [ + "2.3.0" + ], + "spdx-license-ids": [ + "3.0.15" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "parse-json": [ + "4.0.0" + ], + "strip-bom": [ + "3.0.0" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-better-errors": [ + "1.0.2" + ], + "is-arrayish": [ + "0.2.1" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "nice-try": [ + "1.0.5" + ], + "path-key": [ + "2.0.1" + ], + "shebang-command": [ + "1.2.0" + ], + "which": [ + "1.3.1" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "1.0.0" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "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" + } + }, + "npm__unicode-property-aliases-ecmascript__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unicode-property-aliases-ecmascript__2.1.0__links", + "package": "unicode-property-aliases-ecmascript", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_jsdom__20.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_jsdom__20.0.1__links", + "package": "@types/jsdom", + "version": "20.0.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9", + "@types/tough-cookie": "4.0.3", + "parse5": "7.1.2" + }, + "transitive_closure": { + "@types/jsdom": [ + "20.0.1" + ], + "@types/node": [ + "18.11.9" + ], + "@types/tough-cookie": [ + "4.0.3" + ], + "parse5": [ + "7.1.2" + ], + "entities": [ + "4.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cjs-module-lexer__1.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cjs-module-lexer__1.2.3__links", + "package": "cjs-module-lexer", + "version": "1.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cjs-module-lexer": [ + "1.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-flow-strip-types__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-flow-strip-types__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-flow-strip-types", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-flow": "7.22.5_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-flow-strip-types": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-flow": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pidtree__0.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pidtree__0.3.1", + "package": "pidtree", + "version": "0.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==", + "url": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_next_swc-linux-arm64-gnu__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-arm64-gnu__13.0.5__links", + "package": "@next/swc-linux-arm64-gnu", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-linux-arm64-gnu": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jsdom__16.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsdom__16.7.0", + "package": "jsdom", + "version": "16.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", + "url": "https://registry.npmjs.org/jsdom/-/jsdom-16.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_typescript-eslint_parser__5.44.0__509062556": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_parser__5.44.0__509062556", + "package": "@typescript-eslint/parser", + "version": "5.44.0_509062556", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react": [ + "@typescript-eslint/parser" + ] + }, + "integrity": "sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==", + "url": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.44.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__workbox-routing__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-routing__6.6.0__links", + "package": "workbox-routing", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-core": "6.6.0" + }, + "transitive_closure": { + "workbox-routing": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__xml-name-validator__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__xml-name-validator__4.0.0__links", + "package": "xml-name-validator", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xml-name-validator": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__encodeurl__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__read-pkg__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__read-pkg__3.0.0", + "package": "read-pkg", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", + "url": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__path-key__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_jest_console__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_console__27.5.1__links", + "package": "@jest/console", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "jest-message-util": "27.5.1", + "jest-util": "27.5.1", + "slash": "3.0.0" + }, + "transitive_closure": { + "@jest/console": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "supports-color": [ + "7.2.0", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-android-64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-android-64__0.15.18__links", + "package": "esbuild-android-64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-android-64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fraction.js__4.3.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fraction.js__4.3.6__links", + "package": "fraction.js", + "version": "4.3.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "fraction.js": [ + "4.3.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cross-spawn__7.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "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" + } + }, + "npm__react-is__17.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__esbuild-linux-s390x__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-s390x__0.15.18", + "package": "esbuild-linux-s390x", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==", + "url": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.18.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__proxy-addr__2.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__estraverse__5.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__type-fest__0.21.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-fest__0.21.3", + "package": "type-fest", + "version": "0.21.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__color-convert__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__urix__0.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__urix__0.1.0__links", + "package": "urix", + "version": "0.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "urix": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-set__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-set__2.0.2__links", + "package": "is-set", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-set": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__common-tags__1.8.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__common-tags__1.8.2__links", + "package": "common-tags", + "version": "1.8.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "common-tags": [ + "1.8.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-minify-selectors__5.2.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-selectors__5.2.1__postcss_8.4.31", + "package": "postcss-minify-selectors", + "version": "5.2.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "url": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-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__css-what__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_helper-function-name__7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-function-name__7.23.0", + "package": "@babel/helper-function-name", + "version": "7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", + "url": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__enhanced-resolve__5.15.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__expect__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__expect__29.7.0__links", + "package": "expect", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/expect-utils": "29.7.0", + "jest-get-type": "29.6.3", + "jest-matcher-utils": "29.7.0", + "jest-message-util": "29.7.0", + "jest-util": "29.7.0" + }, + "transitive_closure": { + "expect": [ + "29.7.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "jest-diff": [ + "29.7.0" + ], + "diff-sequences": [ + "29.6.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ajv__6.12.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__run-parallel__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__run-parallel__1.2.0__links", + "package": "run-parallel", + "version": "1.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "queue-microtask": "1.2.3" + }, + "transitive_closure": { + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__test-exclude__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__test-exclude__6.0.0", + "package": "test-exclude", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "url": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-final-newline__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-transform-modules-commonjs__7.23.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-commonjs__7.23.0__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-modules-commonjs", + "version": "7.23.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-simple-access": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-modules-commonjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__chalk__4.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "chalk": [ + "4.1.2" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.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" + } + }, + "npm__react-scripts__5.0.1__-484626902__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-scripts__5.0.1__-484626902__links", + "package": "react-scripts", + "version": "5.0.1_-484626902", + "dev": false, + "root_package": "", + "link_packages": { + "react": [ + "react-scripts" + ] + }, + "deps": { + "fsevents": "2.3.3", + "@babel/core": "7.23.0", + "@pmmmwh/react-refresh-webpack-plugin": "0.5.11_-2131594514", + "@svgr/webpack": "5.5.0", + "babel-jest": "27.5.1_at_babel_core_7.23.0", + "babel-loader": "8.3.0_-2089762372", + "babel-plugin-named-asset-import": "0.3.8_at_babel_core_7.23.0", + "babel-preset-react-app": "10.0.1", + "bfj": "7.1.0", + "browserslist": "4.22.1", + "camelcase": "6.3.0", + "case-sensitive-paths-webpack-plugin": "2.4.0", + "css-loader": "6.8.1_webpack_5.88.2", + "css-minimizer-webpack-plugin": "3.4.1_webpack_5.88.2", + "dotenv": "10.0.0", + "dotenv-expand": "5.1.0", + "eslint": "8.28.0", + "eslint-config-react-app": "7.0.1_-2111602217", + "eslint-webpack-plugin": "3.2.0_eslint_8.28.0__webpack_5.88.2", + "file-loader": "6.2.0_webpack_5.88.2", + "fs-extra": "10.1.0", + "html-webpack-plugin": "5.5.3_webpack_5.88.2", + "identity-obj-proxy": "3.0.0", + "jest": "27.5.1", + "jest-resolve": "27.5.1", + "jest-watch-typeahead": "1.1.0_jest_27.5.1", + "mini-css-extract-plugin": "2.7.6_webpack_5.88.2", + "postcss": "8.4.31", + "postcss-flexbugs-fixes": "5.0.2_postcss_8.4.31", + "postcss-loader": "6.2.1_1967977863", + "postcss-normalize": "10.0.1_-695478989", + "postcss-preset-env": "7.8.3_postcss_8.4.31", + "prompts": "2.4.2", + "react": "18.2.0", + "react-app-polyfill": "3.0.0", + "react-dev-utils": "12.0.1_1750596493", + "react-refresh": "0.11.0", + "resolve": "1.22.6", + "resolve-url-loader": "4.0.0", + "sass-loader": "12.6.0_webpack_5.88.2", + "semver": "7.5.4", + "source-map-loader": "3.0.2_webpack_5.88.2", + "style-loader": "3.3.3_webpack_5.88.2", + "tailwindcss": "3.3.3", + "terser-webpack-plugin": "5.3.9_webpack_5.88.2", + "typescript": "4.9.3", + "webpack": "5.88.2", + "webpack-dev-server": "4.15.1_webpack_5.88.2", + "webpack-manifest-plugin": "4.1.1_webpack_5.88.2", + "workbox-webpack-plugin": "6.6.0_webpack_5.88.2" + }, + "transitive_closure": { + "react-scripts": [ + "5.0.1_-484626902" + ], + "@babel/core": [ + "7.23.0" + ], + "@pmmmwh/react-refresh-webpack-plugin": [ + "0.5.11_-2131594514" + ], + "@svgr/webpack": [ + "5.5.0" + ], + "babel-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "babel-loader": [ + "8.3.0_-2089762372" + ], + "babel-plugin-named-asset-import": [ + "0.3.8_at_babel_core_7.23.0" + ], + "babel-preset-react-app": [ + "10.0.1" + ], + "bfj": [ + "7.1.0" + ], + "browserslist": [ + "4.22.1" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "case-sensitive-paths-webpack-plugin": [ + "2.4.0" + ], + "css-loader": [ + "6.8.1_webpack_5.88.2" + ], + "css-minimizer-webpack-plugin": [ + "3.4.1_webpack_5.88.2" + ], + "dotenv": [ + "10.0.0" + ], + "dotenv-expand": [ + "5.1.0" + ], + "eslint": [ + "8.28.0" + ], + "eslint-config-react-app": [ + "7.0.1_-2111602217" + ], + "eslint-webpack-plugin": [ + "3.2.0_eslint_8.28.0__webpack_5.88.2" + ], + "file-loader": [ + "6.2.0_webpack_5.88.2" + ], + "fs-extra": [ + "9.1.0", + "10.1.0" + ], + "html-webpack-plugin": [ + "5.5.3_webpack_5.88.2" + ], + "identity-obj-proxy": [ + "3.0.0" + ], + "jest": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-watch-typeahead": [ + "1.1.0_jest_27.5.1" + ], + "mini-css-extract-plugin": [ + "2.7.6_webpack_5.88.2" + ], + "postcss": [ + "7.0.39", + "8.4.31" + ], + "postcss-flexbugs-fixes": [ + "5.0.2_postcss_8.4.31" + ], + "postcss-loader": [ + "6.2.1_1967977863" + ], + "postcss-normalize": [ + "10.0.1_-695478989" + ], + "postcss-preset-env": [ + "7.8.3_postcss_8.4.31" + ], + "prompts": [ + "2.4.2" + ], + "react": [ + "18.2.0" + ], + "react-app-polyfill": [ + "3.0.0" + ], + "react-dev-utils": [ + "12.0.1_1750596493" + ], + "react-refresh": [ + "0.11.0" + ], + "resolve": [ + "2.0.0-next.4", + "1.22.6" + ], + "resolve-url-loader": [ + "4.0.0" + ], + "sass-loader": [ + "12.6.0_webpack_5.88.2" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "source-map-loader": [ + "3.0.2_webpack_5.88.2" + ], + "style-loader": [ + "3.3.3_webpack_5.88.2" + ], + "tailwindcss": [ + "3.3.3" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "typescript": [ + "4.9.3" + ], + "webpack": [ + "5.88.2" + ], + "webpack-dev-server": [ + "4.15.1_webpack_5.88.2" + ], + "webpack-manifest-plugin": [ + "4.1.1_webpack_5.88.2" + ], + "workbox-webpack-plugin": [ + "6.6.0_webpack_5.88.2" + ], + "fsevents": [ + "2.3.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pretty-bytes": [ + "5.6.0" + ], + "upath": [ + "1.2.0" + ], + "webpack-sources": [ + "3.2.3", + "2.3.1", + "1.4.3" + ], + "workbox-build": [ + "6.6.0" + ], + "@apideck/better-ajv-errors": [ + "0.3.6_ajv_8.12.0" + ], + "@babel/preset-env": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/runtime": [ + "7.23.1" + ], + "@rollup/plugin-babel": [ + "5.3.1_116925565" + ], + "@rollup/plugin-node-resolve": [ + "11.2.1_rollup_2.79.1" + ], + "@rollup/plugin-replace": [ + "2.4.2_rollup_2.79.1" + ], + "@surma/rollup-plugin-off-main-thread": [ + "2.2.3" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "common-tags": [ + "1.8.2" + ], + "glob": [ + "7.1.6", + "7.2.3" + ], + "lodash": [ + "4.17.21" + ], + "rollup": [ + "2.79.1" + ], + "rollup-plugin-terser": [ + "7.0.2_rollup_2.79.1" + ], + "source-map": [ + "0.7.4", + "0.6.1", + "0.8.0-beta.0" + ], + "stringify-object": [ + "3.3.0" + ], + "strip-comments": [ + "2.0.1" + ], + "tempy": [ + "0.6.0" + ], + "workbox-background-sync": [ + "6.6.0" + ], + "workbox-broadcast-update": [ + "6.6.0" + ], + "workbox-cacheable-response": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ], + "workbox-expiration": [ + "6.6.0" + ], + "workbox-google-analytics": [ + "6.6.0" + ], + "workbox-navigation-preload": [ + "6.6.0" + ], + "workbox-precaching": [ + "6.6.0" + ], + "workbox-range-requests": [ + "6.6.0" + ], + "workbox-recipes": [ + "6.6.0" + ], + "workbox-routing": [ + "6.6.0" + ], + "workbox-strategies": [ + "6.6.0" + ], + "workbox-streams": [ + "6.6.0" + ], + "workbox-sw": [ + "6.6.0" + ], + "workbox-window": [ + "6.6.0" + ], + "@types/trusted-types": [ + "2.0.4" + ], + "idb": [ + "7.1.1" + ], + "is-stream": [ + "2.0.1" + ], + "temp-dir": [ + "2.0.0" + ], + "type-fest": [ + "0.20.2", + "0.21.3", + "0.16.0" + ], + "unique-string": [ + "2.0.0" + ], + "crypto-random-string": [ + "2.0.0" + ], + "get-own-enumerable-property-symbols": [ + "3.0.2" + ], + "is-obj": [ + "1.0.1" + ], + "is-regexp": [ + "1.0.0" + ], + "whatwg-url": [ + "8.7.0", + "7.1.0" + ], + "lodash.sortby": [ + "4.7.0" + ], + "tr46": [ + "2.1.0", + "1.0.1" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0", + "4.0.2" + ], + "punycode": [ + "2.3.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "jest-worker": [ + "28.1.3", + "27.5.1", + "26.6.2" + ], + "serialize-javascript": [ + "6.0.1", + "4.0.0" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "commander": [ + "7.2.0", + "8.3.0", + "4.1.1", + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1", + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "4.1.2", + "2.4.2" + ], + "ansi-styles": [ + "5.2.0", + "4.3.0", + "3.2.1" + ], + "escape-string-regexp": [ + "2.0.0", + "4.0.0", + "1.0.5" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "minimatch": [ + "5.1.6", + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "2.0.1", + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "at-least-node": [ + "1.0.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "0.2.0", + "2.0.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "ejs": [ + "3.1.9" + ], + "json5": [ + "1.0.2", + "2.2.3" + ], + "magic-string": [ + "0.25.9" + ], + "string.prototype.matchall": [ + "4.0.10" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "set-function-name": [ + "2.0.1" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "1.0.0", + "2.0.5" + ], + "is-date-object": [ + "1.0.5" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "jake": [ + "10.8.7" + ], + "async": [ + "3.2.4" + ], + "filelist": [ + "1.0.4" + ], + "@rollup/pluginutils": [ + "3.1.0_rollup_2.79.1" + ], + "@types/estree": [ + "1.0.2", + "0.0.39" + ], + "estree-walker": [ + "1.0.1" + ], + "picomatch": [ + "2.3.1" + ], + "@types/resolve": [ + "1.17.1" + ], + "builtin-modules": [ + "3.3.0" + ], + "deepmerge": [ + "4.3.1" + ], + "is-module": [ + "1.0.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "regenerator-runtime": [ + "0.13.11", + "0.14.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.11_at_babel_core_7.23.0", + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoping": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-static-block": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-classes": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-computed-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-destructuring": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-for-of": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-function-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-json-strings": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-amd": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-umd": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-new-target": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-super": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-parameters": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-methods": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-property-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-regenerator": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-reserved-words": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-spread": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-template-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.5_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs3": [ + "0.8.4_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-regenerator": [ + "0.5.2_at_babel_core_7.23.0" + ], + "core-js-compat": [ + "3.33.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "debug": [ + "3.2.7", + "2.6.9", + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "esutils": [ + "2.0.3" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "regenerator-transform": [ + "0.15.2" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "globals": [ + "13.22.0", + "11.12.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "lru-cache": [ + "6.0.0", + "5.1.1" + ], + "yallist": [ + "4.0.0", + "3.1.1" + ], + "json-schema": [ + "0.4.0" + ], + "jsonpointer": [ + "5.0.1" + ], + "leven": [ + "3.1.0" + ], + "source-list-map": [ + "2.0.1" + ], + "tapable": [ + "1.1.3", + "2.2.1" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "colorette": [ + "2.0.20" + ], + "compression": [ + "1.7.4" + ], + "connect-history-api-fallback": [ + "2.0.0" + ], + "default-gateway": [ + "6.0.3" + ], + "express": [ + "4.18.2" + ], + "html-entities": [ + "2.4.0" + ], + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "schema-utils": [ + "2.7.1", + "2.7.0", + "3.3.0", + "4.2.0" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.88.2" + ], + "ws": [ + "7.5.9", + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "mime-db": [ + "1.52.0" + ], + "fs-monkey": [ + "1.0.5" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "core-util-is": [ + "1.0.3" + ], + "process-nextick-args": [ + "2.0.1" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "0.2.1", + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.6.3", + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "1.3.1", + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "6.0.2", + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "7.2.2", + "5.1.1" + ], + "events": [ + "3.3.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "loader-runner": [ + "4.3.0" + ], + "neo-async": [ + "2.6.2" + ], + "watchpack": [ + "2.4.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "@alloc/quick-lru": [ + "5.2.0" + ], + "arg": [ + "5.0.2" + ], + "didyoumean": [ + "1.2.2" + ], + "dlv": [ + "1.1.3" + ], + "fast-glob": [ + "3.3.1" + ], + "jiti": [ + "1.20.0" + ], + "lilconfig": [ + "2.1.0" + ], + "object-hash": [ + "3.0.0" + ], + "postcss-import": [ + "15.1.0_postcss_8.4.31" + ], + "postcss-js": [ + "4.0.1_postcss_8.4.31" + ], + "postcss-load-config": [ + "4.0.1_postcss_8.4.31" + ], + "postcss-nested": [ + "6.0.1_postcss_8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "sucrase": [ + "3.34.0" + ], + "lines-and-columns": [ + "1.2.4" + ], + "mz": [ + "2.7.0" + ], + "pirates": [ + "4.0.6" + ], + "ts-interface-checker": [ + "0.1.13" + ], + "any-promise": [ + "1.3.0" + ], + "object-assign": [ + "4.1.1" + ], + "thenify-all": [ + "1.6.0" + ], + "thenify": [ + "3.3.1" + ], + "cssesc": [ + "3.0.0" + ], + "yaml": [ + "1.10.2", + "2.3.2" + ], + "camelcase-css": [ + "2.0.1" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "read-cache": [ + "1.0.0" + ], + "pify": [ + "2.3.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "merge2": [ + "1.4.1" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "abab": [ + "2.0.6" + ], + "source-map-js": [ + "1.0.2" + ], + "klona": [ + "2.0.6" + ], + "adjust-sourcemap-loader": [ + "4.0.0" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "loader-utils": [ + "3.2.1", + "2.0.4" + ], + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "regex-parser": [ + "2.2.11" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "address": [ + "1.2.2" + ], + "detect-port-alt": [ + "1.1.6" + ], + "filesize": [ + "8.0.7" + ], + "find-up": [ + "4.1.0", + "3.0.0", + "5.0.0" + ], + "fork-ts-checker-webpack-plugin": [ + "6.5.3_1750596493" + ], + "global-modules": [ + "2.0.0" + ], + "globby": [ + "11.1.0" + ], + "gzip-size": [ + "6.0.0" + ], + "immer": [ + "9.0.21" + ], + "is-root": [ + "2.1.0" + ], + "pkg-up": [ + "3.1.0" + ], + "react-error-overlay": [ + "6.0.11" + ], + "recursive-readdir": [ + "2.2.3" + ], + "strip-ansi": [ + "7.1.0", + "6.0.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "6.0.1", + "5.0.1" + ], + "locate-path": [ + "5.0.0", + "6.0.0", + "3.0.0" + ], + "p-locate": [ + "4.1.0", + "5.0.0", + "3.0.0" + ], + "path-exists": [ + "4.0.0", + "3.0.0" + ], + "p-limit": [ + "3.1.0", + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "duplexer": [ + "0.1.2" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "ignore": [ + "5.2.4" + ], + "slash": [ + "4.0.0", + "3.0.0" + ], + "path-type": [ + "4.0.0" + ], + "global-prefix": [ + "3.0.0" + ], + "ini": [ + "1.3.8" + ], + "kind-of": [ + "6.0.3" + ], + "cosmiconfig": [ + "7.1.0", + "6.0.0" + ], + "@types/parse-json": [ + "4.0.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parse-json": [ + "5.2.0" + ], + "error-ex": [ + "1.3.2" + ], + "is-arrayish": [ + "0.2.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "5.0.0", + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "core-js": [ + "3.33.0" + ], + "promise": [ + "8.3.0" + ], + "raf": [ + "3.4.1" + ], + "whatwg-fetch": [ + "3.6.19" + ], + "performance-now": [ + "2.1.0" + ], + "asap": [ + "2.0.6" + ], + "loose-envify": [ + "1.4.0" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" + ], + "@csstools/postcss-cascade-layers": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-color-function": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-font-format-keywords": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-hwb-function": [ + "1.0.2_postcss_8.4.31" + ], + "@csstools/postcss-ic-unit": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-is-pseudo-class": [ + "2.0.7_postcss_8.4.31" + ], + "@csstools/postcss-nested-calc": [ + "1.0.0_postcss_8.4.31" + ], + "@csstools/postcss-normalize-display-values": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-oklab-function": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-progressive-custom-properties": [ + "1.3.0_postcss_8.4.31" + ], + "@csstools/postcss-stepped-value-functions": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-text-decoration-shorthand": [ + "1.0.0_postcss_8.4.31" + ], + "@csstools/postcss-trigonometric-functions": [ + "1.0.2_postcss_8.4.31" + ], + "@csstools/postcss-unset-value": [ + "1.0.2_postcss_8.4.31" + ], + "autoprefixer": [ + "10.4.16_postcss_8.4.31" + ], + "css-blank-pseudo": [ + "3.0.3_postcss_8.4.31" + ], + "css-has-pseudo": [ + "3.0.4_postcss_8.4.31" + ], + "css-prefers-color-scheme": [ + "6.0.3_postcss_8.4.31" + ], + "cssdb": [ + "7.7.2" + ], + "postcss-attribute-case-insensitive": [ + "5.0.2_postcss_8.4.31" + ], + "postcss-clamp": [ + "4.1.0_postcss_8.4.31" + ], + "postcss-color-functional-notation": [ + "4.2.4_postcss_8.4.31" + ], + "postcss-color-hex-alpha": [ + "8.0.4_postcss_8.4.31" + ], + "postcss-color-rebeccapurple": [ + "7.1.1_postcss_8.4.31" + ], + "postcss-custom-media": [ + "8.0.2_postcss_8.4.31" + ], + "postcss-custom-properties": [ + "12.1.11_postcss_8.4.31" + ], + "postcss-custom-selectors": [ + "6.0.3_postcss_8.4.31" + ], + "postcss-dir-pseudo-class": [ + "6.0.5_postcss_8.4.31" + ], + "postcss-double-position-gradients": [ + "3.1.2_postcss_8.4.31" + ], + "postcss-env-function": [ + "4.0.6_postcss_8.4.31" + ], + "postcss-focus-visible": [ + "6.0.4_postcss_8.4.31" + ], + "postcss-focus-within": [ + "5.0.4_postcss_8.4.31" + ], + "postcss-font-variant": [ + "5.0.0_postcss_8.4.31" + ], + "postcss-gap-properties": [ + "3.0.5_postcss_8.4.31" + ], + "postcss-image-set-function": [ + "4.0.7_postcss_8.4.31" + ], + "postcss-initial": [ + "4.0.1_postcss_8.4.31" + ], + "postcss-lab-function": [ + "4.2.1_postcss_8.4.31" + ], + "postcss-logical": [ + "5.0.4_postcss_8.4.31" + ], + "postcss-media-minmax": [ + "5.0.0_postcss_8.4.31" + ], + "postcss-nesting": [ + "10.2.0_postcss_8.4.31" + ], + "postcss-opacity-percentage": [ + "1.1.3_postcss_8.4.31" + ], + "postcss-overflow-shorthand": [ + "3.0.4_postcss_8.4.31" + ], + "postcss-page-break": [ + "3.0.4_postcss_8.4.31" + ], + "postcss-place": [ + "7.0.5_postcss_8.4.31" + ], + "postcss-pseudo-class-any-link": [ + "7.1.6_postcss_8.4.31" + ], + "postcss-replace-overflow-wrap": [ + "4.0.0_postcss_8.4.31" + ], + "postcss-selector-not": [ + "6.0.1_postcss_8.4.31" + ], + "@csstools/selector-specificity": [ + "2.2.0_postcss-selector-parser_6.0.13" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "fraction.js": [ + "4.3.6" + ], + "normalize-range": [ + "0.1.2" + ], + "@csstools/normalize.css": [ + "12.0.0" + ], + "postcss-browser-comments": [ + "4.0.0_-695478989" + ], + "sanitize.css": [ + "13.0.0" + ], + "nanoid": [ + "3.3.6" + ], + "ansi-escapes": [ + "4.3.2" + ], + "jest-regex-util": [ + "27.5.1", + "28.0.2" + ], + "jest-watcher": [ + "27.5.1", + "28.1.3" + ], + "string-length": [ + "4.0.2", + "5.0.1" + ], + "char-regex": [ + "1.0.2", + "2.0.1" + ], + "@jest/test-result": [ + "27.5.1", + "28.1.3" + ], + "@jest/types": [ + "27.5.1", + "28.1.3" + ], + "emittery": [ + "0.8.1", + "0.10.2" + ], + "jest-util": [ + "27.5.1", + "28.1.3" + ], + "ci-info": [ + "3.8.0" + ], + "@jest/schemas": [ + "28.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6", + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.24.51" + ], + "@jest/console": [ + "27.5.1", + "28.1.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-message-util": [ + "27.5.1", + "28.1.3" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "pretty-format": [ + "27.5.1", + "28.1.3" + ], + "stack-utils": [ + "2.0.6" + ], + "react-is": [ + "16.13.1", + "17.0.2", + "18.2.0" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "resolve.exports": [ + "1.1.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "@jest/core": [ + "27.5.1" + ], + "import-local": [ + "3.1.0" + ], + "jest-cli": [ + "27.5.1" + ], + "exit": [ + "0.1.2" + ], + "jest-config": [ + "27.5.1" + ], + "yargs": [ + "16.2.0" + ], + "cliui": [ + "7.0.4" + ], + "escalade": [ + "3.1.1" + ], + "get-caller-file": [ + "2.0.5" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "y18n": [ + "5.0.8" + ], + "yargs-parser": [ + "20.2.9" + ], + "emoji-regex": [ + "9.2.2", + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "wrap-ansi": [ + "7.0.0" + ], + "@jest/test-sequencer": [ + "27.5.1" + ], + "jest-circus": [ + "27.5.1" + ], + "jest-environment-jsdom": [ + "27.5.1" + ], + "jest-environment-node": [ + "27.5.1" + ], + "jest-jasmine2": [ + "27.5.1" + ], + "jest-runner": [ + "27.5.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "jest-docblock": [ + "27.5.1" + ], + "jest-leak-detector": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "throat": [ + "6.0.2" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "strip-bom": [ + "3.0.0", + "4.0.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "detect-newline": [ + "3.1.0" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "4.1.0", + "3.14.1" + ], + "argparse": [ + "2.0.1", + "1.0.10" + ], + "esprima": [ + "1.2.2", + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "co": [ + "4.6.0" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "jsdom": [ + "16.7.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "1.14.3", + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "xml-name-validator": [ + "3.0.0" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "delayed-stream": [ + "1.0.0" + ], + "acorn-walk": [ + "7.2.0" + ], + "dedent": [ + "0.7.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "@jest/reporters": [ + "27.5.1" + ], + "jest-changed-files": [ + "27.5.1" + ], + "jest-resolve-dependencies": [ + "27.5.1" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "terminal-link": [ + "2.1.1" + ], + "v8-to-istanbul": [ + "8.1.1" + ], + "supports-hyperlinks": [ + "2.3.0" + ], + "html-escaper": [ + "2.0.2" + ], + "make-dir": [ + "3.1.0", + "4.0.0" + ], + "harmony-reflect": [ + "1.6.2" + ], + "@types/html-minifier-terser": [ + "6.1.0" + ], + "html-minifier-terser": [ + "6.1.0" + ], + "pretty-error": [ + "4.0.0" + ], + "renderkid": [ + "3.0.0" + ], + "css-select": [ + "2.1.0", + "4.3.0" + ], + "dom-converter": [ + "0.2.0" + ], + "htmlparser2": [ + "6.1.0" + ], + "domelementtype": [ + "1.3.1", + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "1.7.0", + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "dom-serializer": [ + "0.2.2", + "1.4.1" + ], + "utila": [ + "0.4.0" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "3.4.2", + "6.1.0" + ], + "nth-check": [ + "1.0.2", + "2.1.1" + ], + "camel-case": [ + "4.1.2" + ], + "clean-css": [ + "5.3.2" + ], + "he": [ + "1.2.0" + ], + "param-case": [ + "3.0.4" + ], + "relateurl": [ + "0.2.7" + ], + "dot-case": [ + "3.0.4" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ], + "no-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "pascal-case": [ + "3.1.2" + ], + "@babel/eslint-parser": [ + "7.22.15_1782646489" + ], + "@rushstack/eslint-patch": [ + "1.5.1" + ], + "@typescript-eslint/eslint-plugin": [ + "5.44.0_2098722049" + ], + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "confusing-browser-globals": [ + "1.0.11" + ], + "eslint-plugin-flowtype": [ + "8.0.3_-1929671009" + ], + "eslint-plugin-import": [ + "2.28.1_918111916", + "2.28.1_-733237591" + ], + "eslint-plugin-jest": [ + "25.7.0_-1428655967" + ], + "eslint-plugin-jsx-a11y": [ + "6.7.1_eslint_8.28.0" + ], + "eslint-plugin-react": [ + "7.33.2_eslint_8.28.0" + ], + "eslint-plugin-react-hooks": [ + "4.6.0_eslint_8.28.0" + ], + "eslint-plugin-testing-library": [ + "5.11.1_509062556" + ], + "@typescript-eslint/utils": [ + "5.44.0_509062556", + "5.62.0_509062556" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.28.0" + ], + "@types/semver": [ + "7.5.3" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0", + "5.62.0" + ], + "@typescript-eslint/types": [ + "5.44.0", + "5.62.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3", + "5.62.0_typescript_4.9.3" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0", + "5.62.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "array.prototype.tosorted": [ + "1.1.2" + ], + "doctrine": [ + "3.0.0", + "2.1.0" + ], + "es-iterator-helpers": [ + "1.0.15" + ], + "jsx-ast-utils": [ + "3.3.5" + ], + "object.entries": [ + "1.1.7" + ], + "object.fromentries": [ + "2.0.7" + ], + "object.hasown": [ + "1.1.3" + ], + "object.values": [ + "1.1.7" + ], + "prop-types": [ + "15.8.1" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "asynciterator.prototype": [ + "1.0.0" + ], + "iterator.prototype": [ + "1.1.2" + ], + "reflect.getprototypeof": [ + "1.0.4" + ], + "which-builtin-type": [ + "1.1.3" + ], + "is-async-function": [ + "2.0.0" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "which-collection": [ + "1.0.1" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "aria-query": [ + "5.3.0" + ], + "ast-types-flow": [ + "0.0.7" + ], + "axe-core": [ + "4.8.2" + ], + "axobject-query": [ + "3.2.1" + ], + "damerau-levenshtein": [ + "1.0.8" + ], + "language-tags": [ + "1.0.5" + ], + "language-subtag-registry": [ + "0.3.22" + ], + "dequal": [ + "2.0.3" + ], + "@typescript-eslint/experimental-utils": [ + "5.62.0_509062556" + ], + "array.prototype.findlastindex": [ + "1.2.3" + ], + "eslint-import-resolver-node": [ + "0.3.9" + ], + "eslint-module-utils": [ + "2.8.0_2031701610" + ], + "object.groupby": [ + "1.0.1" + ], + "tsconfig-paths": [ + "3.14.2" + ], + "@types/json5": [ + "0.0.29" + ], + "minimist": [ + "1.2.8" + ], + "eslint-import-resolver-typescript": [ + "3.6.1_237066510" + ], + "get-tsconfig": [ + "4.7.2" + ], + "resolve-pkg-maps": [ + "1.0.0" + ], + "@babel/plugin-syntax-flow": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-jsx": [ + "7.22.15_at_babel_core_7.23.0" + ], + "string-natural-compare": [ + "3.0.1" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@typescript-eslint/type-utils": [ + "5.44.0_509062556" + ], + "natural-compare-lite": [ + "1.4.0" + ], + "regexpp": [ + "3.2.0" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "@nicolo-ribaudo/eslint-scope-5-internals": [ + "5.1.1-v1" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "file-entry-cache": [ + "6.0.1" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.3.0", + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "optionator": [ + "0.8.3", + "0.9.3" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.1.2", + "1.2.1" + ], + "type-check": [ + "0.3.2", + "0.4.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "cssnano": [ + "5.1.15_postcss_8.4.31" + ], + "cssnano-preset-default": [ + "5.2.14_postcss_8.4.31" + ], + "css-declaration-sorter": [ + "6.4.1_postcss_8.4.31" + ], + "cssnano-utils": [ + "3.1.0_postcss_8.4.31" + ], + "postcss-calc": [ + "8.2.4_postcss_8.4.31" + ], + "postcss-colormin": [ + "5.3.1_postcss_8.4.31" + ], + "postcss-convert-values": [ + "5.1.3_postcss_8.4.31" + ], + "postcss-discard-comments": [ + "5.1.2_postcss_8.4.31" + ], + "postcss-discard-duplicates": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-discard-empty": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-discard-overridden": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-merge-longhand": [ + "5.1.7_postcss_8.4.31" + ], + "postcss-merge-rules": [ + "5.1.4_postcss_8.4.31" + ], + "postcss-minify-font-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-minify-gradients": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-minify-params": [ + "5.1.4_postcss_8.4.31" + ], + "postcss-minify-selectors": [ + "5.2.1_postcss_8.4.31" + ], + "postcss-normalize-charset": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-display-values": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-positions": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-repeat-style": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-string": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-timing-functions": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-unicode": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-normalize-url": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-normalize-whitespace": [ + "5.1.1_postcss_8.4.31" + ], + "postcss-ordered-values": [ + "5.1.3_postcss_8.4.31" + ], + "postcss-reduce-initial": [ + "5.1.2_postcss_8.4.31" + ], + "postcss-reduce-transforms": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-svgo": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-unique-selectors": [ + "5.1.1_postcss_8.4.31" + ], + "svgo": [ + "1.3.2", + "2.8.0" + ], + "@trysound/sax": [ + "0.2.0" + ], + "css-tree": [ + "1.0.0-alpha.37", + "1.1.3" + ], + "csso": [ + "4.2.0" + ], + "stable": [ + "0.1.8" + ], + "mdn-data": [ + "2.0.4", + "2.0.14" + ], + "caniuse-api": [ + "3.0.0" + ], + "lodash.memoize": [ + "4.1.2" + ], + "lodash.uniq": [ + "4.5.0" + ], + "normalize-url": [ + "6.1.0" + ], + "colord": [ + "2.9.3" + ], + "stylehacks": [ + "5.1.1_postcss_8.4.31" + ], + "icss-utils": [ + "5.1.0_postcss_8.4.31" + ], + "postcss-modules-extract-imports": [ + "3.0.0_postcss_8.4.31" + ], + "postcss-modules-local-by-default": [ + "4.0.3_postcss_8.4.31" + ], + "postcss-modules-scope": [ + "3.0.0_postcss_8.4.31" + ], + "postcss-modules-values": [ + "4.0.0_postcss_8.4.31" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "bluebird": [ + "3.7.2" + ], + "check-types": [ + "11.2.3" + ], + "hoopy": [ + "0.1.4" + ], + "jsonpath": [ + "1.1.1" + ], + "tryer": [ + "1.0.1" + ], + "static-eval": [ + "2.0.2" + ], + "underscore": [ + "1.12.1" + ], + "word-wrap": [ + "1.2.5" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-decorators": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-methods": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-display-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-runtime": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/preset-react": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/preset-typescript": [ + "7.23.0_at_babel_core_7.23.0" + ], + "babel-plugin-macros": [ + "3.1.0" + ], + "babel-plugin-transform-react-remove-prop-types": [ + "0.4.24" + ], + "@babel/plugin-transform-typescript": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-jsx-development": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-pure-annotations": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-decorators": [ + "7.22.10_at_babel_core_7.23.0" + ], + "find-cache-dir": [ + "3.3.2" + ], + "commondir": [ + "1.0.1" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@babel/plugin-transform-react-constant-elements": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@svgr/core": [ + "5.5.0" + ], + "@svgr/plugin-jsx": [ + "5.5.0" + ], + "@svgr/plugin-svgo": [ + "5.5.0" + ], + "coa": [ + "2.0.2" + ], + "css-select-base-adapter": [ + "0.1.1" + ], + "mkdirp": [ + "0.5.6" + ], + "sax": [ + "1.2.4" + ], + "unquote": [ + "1.1.1" + ], + "util.promisify": [ + "1.0.1" + ], + "object.getownpropertydescriptors": [ + "2.1.7" + ], + "array.prototype.reduce": [ + "1.0.6" + ], + "es-array-method-boxes-properly": [ + "1.0.0" + ], + "@types/q": [ + "1.5.6" + ], + "q": [ + "1.5.1" + ], + "@svgr/babel-preset": [ + "5.5.0" + ], + "@svgr/hast-util-to-babel-ast": [ + "5.5.0" + ], + "svg-parser": [ + "2.0.4" + ], + "@svgr/babel-plugin-add-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "5.0.1" + ], + "@svgr/babel-plugin-replace-jsx-attribute-value": [ + "5.0.1" + ], + "@svgr/babel-plugin-svg-dynamic-title": [ + "5.4.0" + ], + "@svgr/babel-plugin-svg-em-dimensions": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-react-native-svg": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-svg-component": [ + "5.5.0" + ], + "common-path-prefix": [ + "3.0.0" + ], + "core-js-pure": [ + "3.33.0" + ], + "error-stack-parser": [ + "2.1.4" + ], + "stackframe": [ + "1.3.4" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": { + "react-scripts": "./bin/react-scripts.js" + }, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-async-generator-functions__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-async-generator-functions__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-async-generator-functions", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__spdy__4.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__whatwg-url__8.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-url__8.7.0", + "package": "whatwg-url", + "version": "8.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", + "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.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_types_node__18.18.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__18.18.3", + "package": "@types/node", + "version": "18.18.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue/libraries/simple": [ + "@types/node" + ] + }, + "integrity": "sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==", + "url": "https://registry.npmjs.org/@types/node/-/node-18.18.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-discard-duplicates__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-duplicates__5.1.0__postcss_8.4.31__links", + "package": "postcss-discard-duplicates", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-discard-duplicates": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack-dev-server__4.15.1__-360275163": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-server__4.15.1__-360275163", + "package": "webpack-dev-server", + "version": "4.15.1_-360275163", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react-webpack": [ + "webpack-dev-server" + ] + }, + "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", + "url": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.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__mdn-data__2.0.14": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mdn-data__2.0.14", + "package": "mdn-data", + "version": "2.0.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "url": "https://registry.npmjs.org/mdn-data/-/mdn-data-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__get-intrinsic__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-intrinsic__1.2.1__links", + "package": "get-intrinsic", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "function-bind": "1.1.1", + "has": "1.0.3", + "has-proto": "1.0.1", + "has-symbols": "1.0.3" + }, + "transitive_closure": { + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_trusted-types__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_trusted-types__2.0.4__links", + "package": "@types/trusted-types", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/trusted-types": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__js-tokens__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__param-case__3.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "param-case": [ + "3.0.4" + ], + "dot-case": [ + "3.0.4" + ], + "tslib": [ + "2.6.2" + ], + "no-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-replace-overflow-wrap__4.0.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-replace-overflow-wrap__4.0.0__postcss_8.4.31", + "package": "postcss-replace-overflow-wrap", + "version": "4.0.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", + "url": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-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_next_env__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_env__13.0.5", + "package": "@next/env", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F3KLtiDrUslAZhTYTh8Zk5ZaavbYwLUn3NYPBnOjAXU8hWm0QVGVzKIOuURQ098ofRU4e9oglf3Sj9pFx5nI5w==", + "url": "https://registry.npmjs.org/@next/env/-/env-13.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_jest_types__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__27.5.1__links", + "package": "@jest/types", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/istanbul-lib-coverage": "2.0.4", + "@types/istanbul-reports": "3.0.2", + "@types/node": "20.8.2", + "@types/yargs": "16.0.6", + "chalk": "4.1.2" + }, + "transitive_closure": { + "@jest/types": [ + "27.5.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "20.8.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "chalk": [ + "4.1.2" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__glob-parent__6.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__glob-parent__6.0.2", + "package": "glob-parent", + "version": "6.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lodash.debounce__4.0.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.debounce__4.0.8", + "package": "lodash.debounce", + "version": "4.0.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "url": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__node-forge__1.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__resolve-url-loader__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve-url-loader__4.0.0", + "package": "resolve-url-loader", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", + "url": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-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_vue_compiler-sfc__3.2.37__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-sfc__3.2.37__links", + "package": "@vue/compiler-sfc", + "version": "3.2.37", + "dev": true, + "root_package": "", + "link_packages": { + "vue/libraries/simple": [ + "@vue/compiler-sfc" + ] + }, + "deps": { + "@babel/parser": "7.23.0", + "@vue/compiler-core": "3.2.37", + "@vue/compiler-dom": "3.2.37", + "@vue/compiler-ssr": "3.2.37", + "@vue/reactivity-transform": "3.2.37", + "@vue/shared": "3.2.37", + "estree-walker": "2.0.2", + "magic-string": "0.25.9", + "postcss": "8.4.31", + "source-map": "0.6.1" + }, + "transitive_closure": { + "@vue/compiler-sfc": [ + "3.2.37" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.2.37" + ], + "@vue/compiler-dom": [ + "3.2.37" + ], + "@vue/compiler-ssr": [ + "3.2.37" + ], + "@vue/reactivity-transform": [ + "3.2.37" + ], + "@vue/shared": [ + "3.2.37" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.25.9" + ], + "postcss": [ + "8.4.31" + ], + "source-map": [ + "0.6.1" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__glob__7.1.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__glob__7.1.7", + "package": "glob", + "version": "7.1.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "url": "https://registry.npmjs.org/glob/-/glob-7.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__get-stream__6.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-runtime__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-runtime__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-runtime", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__prelude-ls__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__prelude-ls__1.1.2", + "package": "prelude-ls", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", + "url": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-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__core-js__3.33.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__core-js__3.33.0", + "package": "core-js", + "version": "3.33.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==", + "url": "https://registry.npmjs.org/core-js/-/core-js-3.33.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__eslint-scope__7.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-scope__7.2.2__links", + "package": "eslint-scope", + "version": "7.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "esrecurse": "4.3.0", + "estraverse": "5.3.0" + }, + "transitive_closure": { + "eslint-scope": [ + "7.2.2" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-color-function__1.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-color-function__1.1.1__postcss_8.4.31", + "package": "@csstools/postcss-color-function", + "version": "1.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", + "url": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-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__vue-tsc__1.0.9__typescript_4.9.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue-tsc__1.0.9__typescript_4.9.3", + "package": "vue-tsc", + "version": "1.0.9_typescript_4.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue": [ + "vue-tsc" + ] + }, + "integrity": "sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ==", + "url": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-1.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-symbol__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-symbol__1.0.4__links", + "package": "is-symbol", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-symbols": "1.0.3" + }, + "transitive_closure": { + "is-symbol": [ + "1.0.4" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_helper-wasm-bytecode__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-wasm-bytecode__1.11.6", + "package": "@webassemblyjs/helper-wasm-bytecode", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-unicode-sets-regex__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-sets-regex__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-unicode-sets-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__w3c-xmlserializer__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__w3c-xmlserializer__2.0.0", + "package": "w3c-xmlserializer", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", + "url": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-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__asynciterator.prototype__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__asynciterator.prototype__1.0.0__links", + "package": "asynciterator.prototype", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-symbols": "1.0.3" + }, + "transitive_closure": { + "asynciterator.prototype": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_code-frame__7.22.13__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_code-frame__7.22.13__links", + "package": "@babel/code-frame", + "version": "7.22.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/highlight": "7.22.20", + "chalk": "2.4.2" + }, + "transitive_closure": { + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-modules-systemjs__7.23.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-systemjs__7.23.0__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-modules-systemjs", + "version": "7.23.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lz-string__1.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lz-string__1.5.0", + "package": "lz-string", + "version": "1.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", + "url": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_schemas__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_schemas__29.6.3__links", + "package": "@jest/schemas", + "version": "29.6.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@sinclair/typebox": "0.27.8" + }, + "transitive_closure": { + "@jest/schemas": [ + "29.6.3" + ], + "@sinclair/typebox": [ + "0.27.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cssdb__7.7.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssdb__7.7.2__links", + "package": "cssdb", + "version": "7.7.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "cssdb": [ + "7.7.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-scope__7.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-scope__7.2.2", + "package": "eslint-scope", + "version": "7.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-modules-umd__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-umd__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-modules-umd", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_serve-index__1.9.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_serve-index__1.9.2", + "package": "@types/serve-index", + "version": "1.9.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-asaEIoc6J+DbBKXtO7p2shWUpKacZOoMBEGBgPG91P8xhO53ohzHWGCs4ScZo5pQMf5ukQzVT9fhX1WzpHihig==", + "url": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-runner__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-runner__27.5.1", + "package": "jest-runner", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "url": "https://registry.npmjs.org/jest-runner/-/jest-runner-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__stackframe__1.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stackframe__1.3.4", + "package": "stackframe", + "version": "1.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", + "url": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-function-name__7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-function-name__7.23.0__links", + "package": "@babel/helper-function-name", + "version": "7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/template": "7.22.15", + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_yargs__17.0.26__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__17.0.26__links", + "package": "@types/yargs", + "version": "17.0.26", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/yargs-parser": "21.0.1" + }, + "transitive_closure": { + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__hpack.js__2.1.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__has-proto__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__tapable__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_types_http-proxy__1.17.12__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_http-proxy__1.17.12__links", + "package": "@types/http-proxy", + "version": "1.17.12", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/http-proxy": [ + "1.17.12" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_reactivity-transform__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity-transform__3.3.4__links", + "package": "@vue/reactivity-transform", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4", + "estree-walker": "2.0.2", + "magic-string": "0.30.4" + }, + "transitive_closure": { + "@vue/reactivity-transform": [ + "3.3.4" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.4" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "source-map-js": [ + "1.0.2" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_reactivity-transform__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity-transform__3.2.45__links", + "package": "@vue/reactivity-transform", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/parser": "7.23.0", + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "2.0.2", + "magic-string": "0.25.9" + }, + "transitive_closure": { + "@vue/reactivity-transform": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.25.9" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "source-map": [ + "0.6.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__caniuse-lite__1.0.30001542__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__caniuse-lite__1.0.30001542__links", + "package": "caniuse-lite", + "version": "1.0.30001542", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "caniuse-lite": [ + "1.0.30001542" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__http-errors__1.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-reduce-transforms__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-reduce-transforms__5.1.0__postcss_8.4.31__links", + "package": "postcss-reduce-transforms", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-reduce-transforms": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__levn__0.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__levn__0.3.0__links", + "package": "levn", + "version": "0.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "prelude-ls": "1.1.2", + "type-check": "0.3.2" + }, + "transitive_closure": { + "levn": [ + "0.3.0" + ], + "prelude-ls": [ + "1.1.2" + ], + "type-check": [ + "0.3.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_svgr_core__5.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_core__5.5.0", + "package": "@svgr/core", + "version": "5.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", + "url": "https://registry.npmjs.org/@svgr/core/-/core-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__jest-environment-jsdom__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__27.5.1__links", + "package": "jest-environment-jsdom", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "27.5.1", + "@jest/fake-timers": "27.5.1", + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "jest-mock": "27.5.1", + "jest-util": "27.5.1", + "jsdom": "16.7.0" + }, + "transitive_closure": { + "jest-environment-jsdom": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "source-map": [ + "0.6.1" + ], + "acorn-walk": [ + "7.2.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "jest-message-util": [ + "27.5.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__memfs__3.5.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__memfs__3.5.3", + "package": "memfs", + "version": "3.5.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", + "url": "https://registry.npmjs.org/memfs/-/memfs-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__domexception__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__domexception__4.0.0__links", + "package": "domexception", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "webidl-conversions": "7.0.0" + }, + "transitive_closure": { + "domexception": [ + "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__isexe__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__klona__2.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__klona__2.0.6", + "package": "klona", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "url": "https://registry.npmjs.org/klona/-/klona-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__commander__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__commander__7.2.0__links", + "package": "commander", + "version": "7.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__swc-loader__0.2.3__1251614587": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__swc-loader__0.2.3__1251614587", + "package": "swc-loader", + "version": "0.2.3_1251614587", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react-webpack": [ + "swc-loader" + ] + }, + "integrity": "sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A==", + "url": "https://registry.npmjs.org/swc-loader/-/swc-loader-0.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__array-flatten__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__postcss-custom-selectors__6.0.3__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-custom-selectors__6.0.3__postcss_8.4.31__links", + "package": "postcss-custom-selectors", + "version": "6.0.3_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-custom-selectors": [ + "6.0.3_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__web-vitals__2.1.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__web-vitals__2.1.4", + "package": "web-vitals", + "version": "2.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react": [ + "web-vitals" + ] + }, + "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==", + "url": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__argparse__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__relateurl__0.2.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__tryer__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tryer__1.0.1__links", + "package": "tryer", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tryer": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-browser-comments__4.0.0__-695478989__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-browser-comments__4.0.0__-695478989__links", + "package": "postcss-browser-comments", + "version": "4.0.0_-695478989", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-browser-comments": [ + "4.0.0_-695478989" + ], + "browserslist": [ + "4.22.1" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ansi-escapes__4.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ansi-escapes__4.3.2", + "package": "ansi-escapes", + "version": "4.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "url": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__vite__3.2.7__at_types_node_18.11.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vite__3.2.7__at_types_node_18.11.9__links", + "package": "vite", + "version": "3.2.7_at_types_node_18.11.9", + "dev": true, + "root_package": "", + "link_packages": { + "vue": [ + "vite" + ] + }, + "deps": { + "fsevents": "2.3.3", + "@types/node": "18.11.9", + "esbuild": "0.15.18", + "postcss": "8.4.31", + "resolve": "1.22.6", + "rollup": "2.79.1" + }, + "transitive_closure": { + "vite": [ + "3.2.7_at_types_node_18.11.9" + ], + "@types/node": [ + "18.11.9" + ], + "esbuild": [ + "0.15.18" + ], + "postcss": [ + "8.4.31" + ], + "resolve": [ + "1.22.6" + ], + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "@esbuild/android-arm": [ + "0.15.18" + ], + "@esbuild/linux-loong64": [ + "0.15.18" + ], + "esbuild-android-64": [ + "0.15.18" + ], + "esbuild-android-arm64": [ + "0.15.18" + ], + "esbuild-darwin-64": [ + "0.15.18" + ], + "esbuild-darwin-arm64": [ + "0.15.18" + ], + "esbuild-freebsd-64": [ + "0.15.18" + ], + "esbuild-freebsd-arm64": [ + "0.15.18" + ], + "esbuild-linux-32": [ + "0.15.18" + ], + "esbuild-linux-64": [ + "0.15.18" + ], + "esbuild-linux-arm": [ + "0.15.18" + ], + "esbuild-linux-arm64": [ + "0.15.18" + ], + "esbuild-linux-mips64le": [ + "0.15.18" + ], + "esbuild-linux-ppc64le": [ + "0.15.18" + ], + "esbuild-linux-riscv64": [ + "0.15.18" + ], + "esbuild-linux-s390x": [ + "0.15.18" + ], + "esbuild-netbsd-64": [ + "0.15.18" + ], + "esbuild-openbsd-64": [ + "0.15.18" + ], + "esbuild-sunos-64": [ + "0.15.18" + ], + "esbuild-windows-32": [ + "0.15.18" + ], + "esbuild-windows-64": [ + "0.15.18" + ], + "esbuild-windows-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__find-cache-dir__3.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__find-cache-dir__3.3.2__links", + "package": "find-cache-dir", + "version": "3.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "commondir": "1.0.1", + "make-dir": "3.1.0", + "pkg-dir": "4.2.0" + }, + "transitive_closure": { + "find-cache-dir": [ + "3.3.2" + ], + "commondir": [ + "1.0.1" + ], + "make-dir": [ + "3.1.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "semver": [ + "6.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_reactivity__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity__3.2.45", + "package": "@vue/reactivity", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", + "url": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest__27.5.1__links", + "package": "jest", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/core": "27.5.1", + "import-local": "3.1.0", + "jest-cli": "27.5.1" + }, + "transitive_closure": { + "jest": [ + "27.5.1" + ], + "@jest/core": [ + "27.5.1" + ], + "import-local": [ + "3.1.0" + ], + "jest-cli": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "exit": [ + "0.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-config": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "prompts": [ + "2.4.2" + ], + "yargs": [ + "16.2.0" + ], + "cliui": [ + "7.0.4" + ], + "escalade": [ + "3.1.1" + ], + "get-caller-file": [ + "2.0.5" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "y18n": [ + "5.0.8" + ], + "yargs-parser": [ + "20.2.9" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "27.5.1" + ], + "react-is": [ + "17.0.2" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/test-sequencer": [ + "27.5.1" + ], + "babel-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "deepmerge": [ + "4.3.1" + ], + "glob": [ + "7.2.3" + ], + "jest-circus": [ + "27.5.1" + ], + "jest-environment-jsdom": [ + "27.5.1" + ], + "jest-environment-node": [ + "27.5.1" + ], + "jest-jasmine2": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-runner": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "parse-json": [ + "5.2.0" + ], + "slash": [ + "3.0.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@jest/console": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "emittery": [ + "0.8.1" + ], + "jest-docblock": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-leak-detector": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "source-map-support": [ + "0.5.21" + ], + "throat": [ + "6.0.2" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.7.4", + "0.6.1" + ], + "merge-stream": [ + "2.0.0" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "strip-bom": [ + "4.0.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "co": [ + "4.6.0" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "acorn-walk": [ + "7.2.0" + ], + "dedent": [ + "0.7.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "picocolors": [ + "1.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "@jest/reporters": [ + "27.5.1" + ], + "ansi-escapes": [ + "4.3.2" + ], + "jest-changed-files": [ + "27.5.1" + ], + "jest-resolve-dependencies": [ + "27.5.1" + ], + "jest-watcher": [ + "27.5.1" + ], + "rimraf": [ + "3.0.2" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "type-fest": [ + "0.21.3" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "terminal-link": [ + "2.1.1" + ], + "v8-to-istanbul": [ + "8.1.1" + ], + "supports-hyperlinks": [ + "2.3.0" + ], + "html-escaper": [ + "2.0.2" + ], + "make-dir": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__char-regex__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__char-regex__2.0.1", + "package": "char-regex", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", + "url": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-string-parser__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-string-parser__7.22.5__links", + "package": "@babel/helper-string-parser", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-string-parser": [ + "7.22.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__json5__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__commander__4.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__commander__4.1.1__links", + "package": "commander", + "version": "4.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "4.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__acorn-walk__7.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn-walk__7.2.0__links", + "package": "acorn-walk", + "version": "7.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "acorn-walk": [ + "7.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-plugin-named-asset-import__0.3.8__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-named-asset-import__0.3.8__at_babel_core_7.23.0__links", + "package": "babel-plugin-named-asset-import", + "version": "0.3.8_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0" + }, + "transitive_closure": { + "babel-plugin-named-asset-import": [ + "0.3.8_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__make-dir__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__make-dir__3.1.0__links", + "package": "make-dir", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "semver": "6.3.1" + }, + "transitive_closure": { + "make-dir": [ + "3.1.0" + ], + "semver": [ + "6.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-json-strings", + "version": "7.8.3_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_wasm-gen__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-gen__1.11.6__links", + "package": "@webassemblyjs/wasm-gen", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + }, + "transitive_closure": { + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__error-stack-parser__2.1.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__error-stack-parser__2.1.4", + "package": "error-stack-parser", + "version": "2.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "url": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__write-file-atomic__3.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__write-file-atomic__3.0.3", + "package": "write-file-atomic", + "version": "3.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "url": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_tootallnate_once__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_tootallnate_once__2.0.0", + "package": "@tootallnate/once", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", + "url": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-callable__1.2.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-callable__1.2.7__links", + "package": "is-callable", + "version": "1.2.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-callable": [ + "1.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__loader-utils__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__loader-utils__2.0.4__links", + "package": "loader-utils", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "big.js": "5.2.2", + "emojis-list": "3.0.0", + "json5": "2.2.3" + }, + "transitive_closure": { + "loader-utils": [ + "2.0.4" + ], + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "json5": [ + "2.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__type-is__1.6.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__unicode-canonical-property-names-ecmascript__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unicode-canonical-property-names-ecmascript__2.0.0", + "package": "unicode-canonical-property-names-ecmascript", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "url": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__tr46__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tr46__1.0.1", + "package": "tr46", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", + "url": "https://registry.npmjs.org/tr46/-/tr46-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_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.2.45__links", + "package": "@vitejs/plugin-vue", + "version": "3.2.0_vite_3.2.7__vue_3.2.45", + "dev": true, + "root_package": "", + "link_packages": { + "vue": [ + "@vitejs/plugin-vue" + ] + }, + "deps": { + "vite": "3.2.7_at_types_node_18.11.9", + "vue": "3.2.45" + }, + "transitive_closure": { + "@vitejs/plugin-vue": [ + "3.2.0_vite_3.2.7__vue_3.2.45" + ], + "vite": [ + "3.2.7_at_types_node_18.11.9" + ], + "vue": [ + "3.2.45" + ], + "@vue/compiler-dom": [ + "3.2.45" + ], + "@vue/compiler-sfc": [ + "3.2.45" + ], + "@vue/runtime-dom": [ + "3.2.45" + ], + "@vue/server-renderer": [ + "3.2.45_vue_3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "@vue/compiler-ssr": [ + "3.2.45" + ], + "@vue/runtime-core": [ + "3.2.45" + ], + "csstype": [ + "2.6.21" + ], + "@vue/reactivity": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.2.45" + ], + "@vue/reactivity-transform": [ + "3.2.45" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.25.9" + ], + "postcss": [ + "8.4.31" + ], + "source-map": [ + "0.6.1" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@types/node": [ + "18.11.9" + ], + "esbuild": [ + "0.15.18" + ], + "resolve": [ + "1.22.6" + ], + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@esbuild/android-arm": [ + "0.15.18" + ], + "@esbuild/linux-loong64": [ + "0.15.18" + ], + "esbuild-android-64": [ + "0.15.18" + ], + "esbuild-android-arm64": [ + "0.15.18" + ], + "esbuild-darwin-64": [ + "0.15.18" + ], + "esbuild-darwin-arm64": [ + "0.15.18" + ], + "esbuild-freebsd-64": [ + "0.15.18" + ], + "esbuild-freebsd-arm64": [ + "0.15.18" + ], + "esbuild-linux-32": [ + "0.15.18" + ], + "esbuild-linux-64": [ + "0.15.18" + ], + "esbuild-linux-arm": [ + "0.15.18" + ], + "esbuild-linux-arm64": [ + "0.15.18" + ], + "esbuild-linux-mips64le": [ + "0.15.18" + ], + "esbuild-linux-ppc64le": [ + "0.15.18" + ], + "esbuild-linux-riscv64": [ + "0.15.18" + ], + "esbuild-linux-s390x": [ + "0.15.18" + ], + "esbuild-netbsd-64": [ + "0.15.18" + ], + "esbuild-openbsd-64": [ + "0.15.18" + ], + "esbuild-sunos-64": [ + "0.15.18" + ], + "esbuild-windows-32": [ + "0.15.18" + ], + "esbuild-windows-64": [ + "0.15.18" + ], + "esbuild-windows-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__locate-path__5.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-locate": [ + "4.1.0" + ], + "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" + } + }, + "npm__uuid__8.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__uuid__8.3.2", + "package": "uuid", + "version": "8.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "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__at_vue_shared__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_shared__3.2.45", + "package": "@vue/shared", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==", + "url": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_source-map__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_source-map__27.5.1", + "package": "@jest/source-map", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", + "url": "https://registry.npmjs.org/@jest/source-map/-/source-map-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__at_types_babel__core__7.20.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__core__7.20.2", + "package": "@types/babel__core", + "version": "7.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==", + "url": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-extglob__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__is-number-object__1.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-number-object__1.0.7__links", + "package": "is-number-object", + "version": "1.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "is-number-object": [ + "1.0.7" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__bytes__3.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-react-jsx-development", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_bazel_ibazel__0.16.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_bazel_ibazel__0.16.2__links", + "package": "@bazel/ibazel", + "version": "0.16.2", + "dev": true, + "root_package": "", + "link_packages": { + "next.js": [ + "@bazel/ibazel" + ], + "react": [ + "@bazel/ibazel" + ], + "vue": [ + "@bazel/ibazel" + ] + }, + "deps": {}, + "transitive_closure": { + "@bazel/ibazel": [ + "0.16.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-ic-unit__1.0.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-ic-unit__1.0.1__postcss_8.4.31", + "package": "@csstools/postcss-ic-unit", + "version": "1.0.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", + "url": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-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__multicast-dns__7.2.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__inflight__1.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_helper-split-export-declaration__7.22.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-split-export-declaration__7.22.6", + "package": "@babel/helper-split-export-declaration", + "version": "7.22.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "url": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__react-refresh__0.11.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-refresh__0.11.0", + "package": "react-refresh", + "version": "0.11.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", + "url": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-parse-better-errors__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json-parse-better-errors__1.0.2__links", + "package": "json-parse-better-errors", + "version": "1.0.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-parse-better-errors": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-focus-within__5.0.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-focus-within__5.0.4__postcss_8.4.31", + "package": "postcss-focus-within", + "version": "5.0.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", + "url": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__pretty-format__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__29.7.0", + "package": "pretty-format", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__acorn__7.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn__7.4.1__links", + "package": "acorn", + "version": "7.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "acorn": [ + "7.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__joycon__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__joycon__3.1.1", + "package": "joycon", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==", + "url": "https://registry.npmjs.org/joycon/-/joycon-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__ajv-formats__2.1.1__ajv_8.12.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ajv-formats__2.1.1__ajv_8.12.0__links", + "package": "ajv-formats", + "version": "2.1.1_ajv_8.12.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "8.12.0" + }, + "transitive_closure": { + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv": [ + "8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-darwin-64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-darwin-64__0.15.18__links", + "package": "esbuild-darwin-64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-darwin-64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__min-indent__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__min-indent__1.0.1", + "package": "min-indent", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", + "url": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__p-limit__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-transform-typeof-symbol__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-typeof-symbol__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-typeof-symbol", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__filesize__8.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__filesize__8.0.7", + "package": "filesize", + "version": "8.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", + "url": "https://registry.npmjs.org/filesize/-/filesize-8.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__at_vue_reactivity__3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity__3.3.4", + "package": "@vue/reactivity", + "version": "3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==", + "url": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.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__https-proxy-agent__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "https-proxy-agent": [ + "5.0.1" + ], + "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" + } + }, + "npm__arg__5.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_typescript-eslint_experimental-utils__5.62.0__509062556__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_experimental-utils__5.62.0__509062556__links", + "package": "@typescript-eslint/experimental-utils", + "version": "5.62.0_509062556", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/utils": "5.62.0_509062556", + "eslint": "8.28.0" + }, + "transitive_closure": { + "@typescript-eslint/experimental-utils": [ + "5.62.0_509062556" + ], + "@typescript-eslint/utils": [ + "5.62.0_509062556" + ], + "eslint": [ + "8.28.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "5.1.1", + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.28.0" + ], + "@types/json-schema": [ + "7.0.13" + ], + "@types/semver": [ + "7.5.3" + ], + "@typescript-eslint/scope-manager": [ + "5.62.0" + ], + "@typescript-eslint/types": [ + "5.62.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.62.0_typescript_4.9.3" + ], + "semver": [ + "7.5.4" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "@typescript-eslint/visitor-keys": [ + "5.62.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_svgr_babel-plugin-transform-svg-component__5.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-transform-svg-component__5.5.0", + "package": "@svgr/babel-plugin-transform-svg-component", + "version": "5.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", + "url": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-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__data-urls__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__data-urls__2.0.0", + "package": "data-urls", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "url": "https://registry.npmjs.org/data-urls/-/data-urls-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_jest_source-map__29.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_source-map__29.6.3__links", + "package": "@jest/source-map", + "version": "29.6.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jridgewell/trace-mapping": "0.3.19", + "callsites": "3.1.0", + "graceful-fs": "4.2.11" + }, + "transitive_closure": { + "@jest/source-map": [ + "29.6.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "callsites": [ + "3.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__yallist__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yallist__3.1.1", + "package": "yallist", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "url": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-what__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__static-eval__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__static-eval__2.0.2", + "package": "static-eval", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==", + "url": "https://registry.npmjs.org/static-eval/-/static-eval-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__jest-watcher__28.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__28.1.3", + "package": "jest-watcher", + "version": "28.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", + "url": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.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_babel_helper-skip-transparent-expression-wrappers__7.22.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-skip-transparent-expression-wrappers__7.22.5", + "package": "@babel/helper-skip-transparent-expression-wrappers", + "version": "7.22.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", + "url": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-skip-transparent-expression-wrappers__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-skip-transparent-expression-wrappers__7.22.5__links", + "package": "@babel/helper-skip-transparent-expression-wrappers", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__npm-run-all__4.1.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__npm-run-all__4.1.5", + "package": "npm-run-all", + "version": "4.1.5", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue": [ + "npm-run-all" + ] + }, + "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", + "url": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_humanwhocodes_config-array__0.11.11__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_humanwhocodes_config-array__0.11.11__links", + "package": "@humanwhocodes/config-array", + "version": "0.11.11", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@humanwhocodes/object-schema": "1.2.1", + "debug": "4.3.4", + "minimatch": "3.1.2" + }, + "transitive_closure": { + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "debug": [ + "4.3.4" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__isobject__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__semver__7.5.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__semver__7.5.4__links", + "package": "semver", + "version": "7.5.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lru-cache": "6.0.0" + }, + "transitive_closure": { + "semver": [ + "7.5.4" + ], + "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" + } + }, + "npm__at_babel_plugin-transform-block-scoping__7.23.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-block-scoping__7.23.0__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-block-scoping", + "version": "7.23.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__abab__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__abab__2.0.6__links", + "package": "abab", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "abab": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-visitor-keys__3.4.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-visitor-keys__3.4.3__links", + "package": "eslint-visitor-keys", + "version": "3.4.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__css-select__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-select__2.1.0", + "package": "css-select", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "url": "https://registry.npmjs.org/css-select/-/css-select-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__jest-each__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-each__27.5.1", + "package": "jest-each", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "url": "https://registry.npmjs.org/jest-each/-/jest-each-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__thunky__1.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__eslint-config-react-app__7.0.1__-2111602217__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-config-react-app__7.0.1__-2111602217__links", + "package": "eslint-config-react-app", + "version": "7.0.1_-2111602217", + "dev": false, + "root_package": "", + "link_packages": { + "react": [ + "eslint-config-react-app" + ] + }, + "deps": { + "@babel/core": "7.23.0", + "@babel/eslint-parser": "7.22.15_1782646489", + "@rushstack/eslint-patch": "1.5.1", + "@typescript-eslint/eslint-plugin": "5.44.0_2098722049", + "@typescript-eslint/parser": "5.44.0_509062556", + "babel-preset-react-app": "10.0.1", + "confusing-browser-globals": "1.0.11", + "eslint": "8.28.0", + "eslint-plugin-flowtype": "8.0.3_-1929671009", + "eslint-plugin-import": "2.28.1_-733237591", + "eslint-plugin-jest": "25.7.0_-1428655967", + "eslint-plugin-jsx-a11y": "6.7.1_eslint_8.28.0", + "eslint-plugin-react": "7.33.2_eslint_8.28.0", + "eslint-plugin-react-hooks": "4.6.0_eslint_8.28.0", + "eslint-plugin-testing-library": "5.11.1_509062556", + "typescript": "4.9.3" + }, + "transitive_closure": { + "eslint-config-react-app": [ + "7.0.1_-2111602217" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/eslint-parser": [ + "7.22.15_1782646489" + ], + "@rushstack/eslint-patch": [ + "1.5.1" + ], + "@typescript-eslint/eslint-plugin": [ + "5.44.0_2098722049" + ], + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "babel-preset-react-app": [ + "10.0.1" + ], + "confusing-browser-globals": [ + "1.0.11" + ], + "eslint": [ + "8.28.0" + ], + "eslint-plugin-flowtype": [ + "8.0.3_-1929671009" + ], + "eslint-plugin-import": [ + "2.28.1_918111916", + "2.28.1_-733237591" + ], + "eslint-plugin-jest": [ + "25.7.0_-1428655967" + ], + "eslint-plugin-jsx-a11y": [ + "6.7.1_eslint_8.28.0" + ], + "eslint-plugin-react": [ + "7.33.2_eslint_8.28.0" + ], + "eslint-plugin-react-hooks": [ + "4.6.0_eslint_8.28.0" + ], + "eslint-plugin-testing-library": [ + "5.11.1_509062556" + ], + "typescript": [ + "4.9.3" + ], + "@typescript-eslint/utils": [ + "5.44.0_509062556", + "5.62.0_509062556" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.28.0" + ], + "@types/json-schema": [ + "7.0.13" + ], + "@types/semver": [ + "7.5.3" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0", + "5.62.0" + ], + "@typescript-eslint/types": [ + "5.44.0", + "5.62.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3", + "5.62.0_typescript_4.9.3" + ], + "eslint-scope": [ + "7.2.2", + "5.1.1" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0", + "5.62.0" + ], + "debug": [ + "3.2.7", + "4.3.4" + ], + "globby": [ + "11.1.0" + ], + "is-glob": [ + "4.0.3" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "is-extglob": [ + "2.1.1" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "ignore": [ + "5.2.4" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "6.0.2", + "5.1.2" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "path-type": [ + "4.0.0" + ], + "ms": [ + "2.1.3", + "2.1.2" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "array.prototype.tosorted": [ + "1.1.2" + ], + "doctrine": [ + "3.0.0", + "2.1.0" + ], + "es-iterator-helpers": [ + "1.0.15" + ], + "jsx-ast-utils": [ + "3.3.5" + ], + "minimatch": [ + "3.1.2" + ], + "object.entries": [ + "1.1.7" + ], + "object.fromentries": [ + "2.0.7" + ], + "object.hasown": [ + "1.1.3" + ], + "object.values": [ + "1.1.7" + ], + "prop-types": [ + "15.8.1" + ], + "resolve": [ + "1.22.6", + "2.0.0-next.4" + ], + "string.prototype.matchall": [ + "4.0.10" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "set-function-name": [ + "2.0.1" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "is-date-object": [ + "1.0.5" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "object-assign": [ + "4.1.1" + ], + "react-is": [ + "17.0.2", + "16.13.1" + ], + "js-tokens": [ + "4.0.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "asynciterator.prototype": [ + "1.0.0" + ], + "iterator.prototype": [ + "1.1.2" + ], + "reflect.getprototypeof": [ + "1.0.4" + ], + "which-builtin-type": [ + "1.1.3" + ], + "is-async-function": [ + "2.0.0" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "which-collection": [ + "1.0.1" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "esutils": [ + "2.0.3" + ], + "@babel/runtime": [ + "7.23.1" + ], + "aria-query": [ + "5.3.0" + ], + "ast-types-flow": [ + "0.0.7" + ], + "axe-core": [ + "4.8.2" + ], + "axobject-query": [ + "3.2.1" + ], + "damerau-levenshtein": [ + "1.0.8" + ], + "emoji-regex": [ + "8.0.0", + "9.2.2" + ], + "language-tags": [ + "1.0.5" + ], + "language-subtag-registry": [ + "0.3.22" + ], + "dequal": [ + "2.0.3" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "@typescript-eslint/experimental-utils": [ + "5.62.0_509062556" + ], + "jest": [ + "27.5.1" + ], + "@jest/core": [ + "27.5.1" + ], + "import-local": [ + "3.1.0" + ], + "jest-cli": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "exit": [ + "0.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-config": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "prompts": [ + "2.4.2" + ], + "yargs": [ + "16.2.0" + ], + "cliui": [ + "7.0.4" + ], + "escalade": [ + "3.1.1" + ], + "get-caller-file": [ + "2.0.5" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "y18n": [ + "5.0.8" + ], + "yargs-parser": [ + "20.2.9" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "@jest/test-sequencer": [ + "27.5.1" + ], + "babel-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "deepmerge": [ + "4.3.1" + ], + "glob": [ + "7.2.3" + ], + "jest-circus": [ + "27.5.1" + ], + "jest-environment-jsdom": [ + "27.5.1" + ], + "jest-environment-node": [ + "27.5.1" + ], + "jest-jasmine2": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-runner": [ + "27.5.1" + ], + "parse-json": [ + "5.2.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "4.0.0", + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "@jest/console": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "emittery": [ + "0.8.1" + ], + "jest-docblock": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-leak-detector": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "source-map-support": [ + "0.5.21" + ], + "throat": [ + "6.0.2" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.7.4", + "0.6.1" + ], + "merge-stream": [ + "2.0.0" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "strip-bom": [ + "3.0.0", + "4.0.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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.0" + ], + "globals": [ + "13.22.0", + "11.12.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "0.5.0", + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "5.0.0", + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "4.1.0", + "3.14.1" + ], + "resolve-from": [ + "4.0.0", + "5.0.0" + ], + "argparse": [ + "2.0.1", + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "6.0.0", + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0", + "4.1.0" + ], + "p-limit": [ + "3.1.0", + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "resolve.exports": [ + "1.1.1" + ], + "co": [ + "4.6.0" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "acorn-walk": [ + "7.2.0" + ], + "dedent": [ + "0.7.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "@jest/reporters": [ + "27.5.1" + ], + "ansi-escapes": [ + "4.3.2" + ], + "jest-changed-files": [ + "27.5.1" + ], + "jest-resolve-dependencies": [ + "27.5.1" + ], + "jest-watcher": [ + "27.5.1" + ], + "rimraf": [ + "3.0.2" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "type-fest": [ + "0.20.2", + "0.21.3" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "terminal-link": [ + "2.1.1" + ], + "v8-to-istanbul": [ + "8.1.1" + ], + "supports-hyperlinks": [ + "2.3.0" + ], + "html-escaper": [ + "2.0.2" + ], + "make-dir": [ + "4.0.0" + ], + "array.prototype.findlastindex": [ + "1.2.3" + ], + "eslint-import-resolver-node": [ + "0.3.9" + ], + "eslint-module-utils": [ + "2.8.0_2031701610" + ], + "object.groupby": [ + "1.0.1" + ], + "tsconfig-paths": [ + "3.14.2" + ], + "@types/json5": [ + "0.0.29" + ], + "json5": [ + "2.2.3", + "1.0.2" + ], + "minimist": [ + "1.2.8" + ], + "eslint-import-resolver-typescript": [ + "3.6.1_237066510" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "get-tsconfig": [ + "4.7.2" + ], + "resolve-pkg-maps": [ + "1.0.0" + ], + "tapable": [ + "2.2.1" + ], + "@babel/plugin-syntax-flow": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-jsx": [ + "7.22.15_at_babel_core_7.23.0" + ], + "string-natural-compare": [ + "3.0.1" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "ajv": [ + "6.12.6" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "import-fresh": [ + "3.3.0" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "text-table": [ + "0.2.0" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "parent-module": [ + "1.0.1" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-decorators": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-methods": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0", + "7.21.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-flow-strip-types": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-display-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-runtime": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/preset-env": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/preset-react": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/preset-typescript": [ + "7.23.0_at_babel_core_7.23.0" + ], + "babel-plugin-macros": [ + "3.1.0" + ], + "babel-plugin-transform-react-remove-prop-types": [ + "0.4.24" + ], + "cosmiconfig": [ + "7.1.0" + ], + "@types/parse-json": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typescript": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/plugin-transform-react-jsx-development": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-pure-annotations": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoping": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-static-block": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-classes": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-computed-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-destructuring": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-for-of": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-function-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-json-strings": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-amd": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-umd": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-new-target": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-super": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-parameters": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-methods": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-property-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-regenerator": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-reserved-words": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-spread": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-template-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.5_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs3": [ + "0.8.4_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-regenerator": [ + "0.5.2_at_babel_core_7.23.0" + ], + "core-js-compat": [ + "3.33.0" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "lodash.debounce": [ + "4.0.8" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "regexpu-core": [ + "5.3.2" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "regenerator-transform": [ + "0.15.2" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/plugin-syntax-decorators": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@typescript-eslint/type-utils": [ + "5.44.0_509062556" + ], + "natural-compare-lite": [ + "1.4.0" + ], + "@nicolo-ribaudo/eslint-scope-5-internals": [ + "5.1.1-v1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cosmiconfig__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cosmiconfig__6.0.0", + "package": "cosmiconfig", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__string-width__4.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "string-width": [ + "4.2.3" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__anymatch__3.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-double-position-gradients__3.1.2__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-double-position-gradients__3.1.2__postcss_8.4.31__links", + "package": "postcss-double-position-gradients", + "version": "3.1.2_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-double-position-gradients": [ + "3.1.2_postcss_8.4.31" + ], + "@csstools/postcss-progressive-custom-properties": [ + "1.3.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_swc-win32-ia32-msvc__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-ia32-msvc__13.0.5", + "package": "@next/swc-win32-ia32-msvc", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Q1XQSLEhFuFhkKFdJIGt7cYQ4T3u6P5wrtUNreg5M+7P+fjSiC8+X+Vjcw+oebaacsdl0pWZlK+oACGafush1w==", + "url": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss__8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss__8.4.31", + "package": "postcss", + "version": "8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-merge__5.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-merge__5.10.0__links", + "package": "webpack-merge", + "version": "5.10.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "clone-deep": "4.0.1", + "flat": "5.0.2", + "wildcard": "2.0.1" + }, + "transitive_closure": { + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_typescript-eslint_eslint-plugin__5.44.0__2098722049__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_eslint-plugin__5.44.0__2098722049__links", + "package": "@typescript-eslint/eslint-plugin", + "version": "5.44.0_2098722049", + "dev": false, + "root_package": "", + "link_packages": { + "react": [ + "@typescript-eslint/eslint-plugin" + ] + }, + "deps": { + "@typescript-eslint/parser": "5.44.0_509062556", + "@typescript-eslint/scope-manager": "5.44.0", + "@typescript-eslint/type-utils": "5.44.0_509062556", + "@typescript-eslint/utils": "5.44.0_509062556", + "debug": "4.3.4", + "eslint": "8.28.0", + "ignore": "5.2.4", + "natural-compare-lite": "1.4.0", + "regexpp": "3.2.0", + "semver": "7.5.4", + "tsutils": "3.21.0_typescript_4.9.3", + "typescript": "4.9.3" + }, + "transitive_closure": { + "@typescript-eslint/eslint-plugin": [ + "5.44.0_2098722049" + ], + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/type-utils": [ + "5.44.0_509062556" + ], + "@typescript-eslint/utils": [ + "5.44.0_509062556" + ], + "debug": [ + "4.3.4" + ], + "eslint": [ + "8.28.0" + ], + "ignore": [ + "5.2.4" + ], + "natural-compare-lite": [ + "1.4.0" + ], + "regexpp": [ + "3.2.0" + ], + "semver": [ + "7.5.4" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "5.1.1", + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "ms": [ + "2.1.2" + ], + "@types/json-schema": [ + "7.0.13" + ], + "@types/semver": [ + "7.5.3" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "globby": [ + "11.1.0" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__lodash.memoize__4.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.memoize__4.1.2__links", + "package": "lodash.memoize", + "version": "4.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "lodash.memoize": [ + "4.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jridgewell_resolve-uri__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_resolve-uri__3.1.1__links", + "package": "@jridgewell/resolve-uri", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@jridgewell/resolve-uri": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_xtuc_long__4.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__content-disposition__0.5.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__address__1.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__address__1.2.2", + "package": "address", + "version": "1.2.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", + "url": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__language-subtag-registry__0.3.22": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__language-subtag-registry__0.3.22", + "package": "language-subtag-registry", + "version": "0.3.22", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==", + "url": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-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__at_babel_template__7.22.15": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_template__7.22.15", + "package": "@babel/template", + "version": "7.22.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "url": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-generator-fn__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-generator-fn__2.1.0__links", + "package": "is-generator-fn", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-generator-fn": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-lab-function__4.2.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-lab-function__4.2.1__postcss_8.4.31__links", + "package": "postcss-lab-function", + "version": "4.2.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-lab-function": [ + "4.2.1_postcss_8.4.31" + ], + "@csstools/postcss-progressive-custom-properties": [ + "1.3.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__supports-color__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__sanitize.css__13.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sanitize.css__13.0.0", + "package": "sanitize.css", + "version": "13.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==", + "url": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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.3__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-webpack-plugin__5.5.3__webpack_5.88.2", + "package": "html-webpack-plugin", + "version": "5.5.3_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", + "url": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.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__at_jridgewell_resolve-uri__3.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_resolve-uri__3.1.1", + "package": "@jridgewell/resolve-uri", + "version": "3.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "url": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-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__sass-loader__12.6.0__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sass-loader__12.6.0__webpack_5.88.2__links", + "package": "sass-loader", + "version": "12.6.0_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "klona": "2.0.6", + "neo-async": "2.6.2", + "webpack": "5.88.2" + }, + "transitive_closure": { + "sass-loader": [ + "12.6.0_webpack_5.88.2" + ], + "klona": [ + "2.0.6" + ], + "neo-async": [ + "2.6.2" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "schema-utils": [ + "3.3.0" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__bluebird__3.7.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__bluebird__3.7.2", + "package": "bluebird", + "version": "3.7.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-modules-amd__7.23.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-amd__7.23.0__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-modules-amd", + "version": "7.23.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-discard-empty__5.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-empty__5.1.1__postcss_8.4.31", + "package": "postcss-discard-empty", + "version": "5.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "url": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-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__postcss-pseudo-class-any-link__7.1.6__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-pseudo-class-any-link__7.1.6__postcss_8.4.31", + "package": "postcss-pseudo-class-any-link", + "version": "7.1.6_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", + "url": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.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__find-up__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__cssnano__5.1.15__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssnano__5.1.15__postcss_8.4.31", + "package": "cssnano", + "version": "5.1.15_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", + "url": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-normalize-positions__5.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-positions__5.1.1__postcss_8.4.31", + "package": "postcss-normalize-positions", + "version": "5.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "url": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-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__webpack-manifest-plugin__4.1.1__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-manifest-plugin__4.1.1__webpack_5.88.2__links", + "package": "webpack-manifest-plugin", + "version": "4.1.1_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tapable": "2.2.1", + "webpack": "5.88.2", + "webpack-sources": "2.3.1" + }, + "transitive_closure": { + "webpack-manifest-plugin": [ + "4.1.1_webpack_5.88.2" + ], + "tapable": [ + "2.2.1" + ], + "webpack": [ + "5.88.2" + ], + "webpack-sources": [ + "3.2.3", + "2.3.1" + ], + "source-list-map": [ + "2.0.1" + ], + "source-map": [ + "0.6.1" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-normalize-charset__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-charset__5.1.0__postcss_8.4.31__links", + "package": "postcss-normalize-charset", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-normalize-charset": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__estraverse__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__etag__1.8.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__p-locate__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-bigint__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-bigint__1.0.4", + "package": "is-bigint", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "url": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-mock__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-mock__27.5.1", + "package": "jest-mock", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "url": "https://registry.npmjs.org/jest-mock/-/jest-mock-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__webidl-conversions__7.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__7.0.0", + "package": "webidl-conversions", + "version": "7.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__performance-now__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__performance-now__2.1.0__links", + "package": "performance-now", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "performance-now": [ + "2.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__normalize-range__0.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__normalize-range__0.1.2__links", + "package": "normalize-range", + "version": "0.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "normalize-range": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pify__2.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pify__2.3.0", + "package": "pify", + "version": "2.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "url": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_parse-json__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_parse-json__4.0.0__links", + "package": "@types/parse-json", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/parse-json": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-trigonometric-functions__1.0.2__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-trigonometric-functions__1.0.2__postcss_8.4.31", + "package": "@csstools/postcss-trigonometric-functions", + "version": "1.0.2_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", + "url": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-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_types_estree__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_estree__1.0.2__links", + "package": "@types/estree", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/estree": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_eslint_eslintrc__1.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_eslint_eslintrc__1.4.1__links", + "package": "@eslint/eslintrc", + "version": "1.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ajv": "6.12.6", + "debug": "4.3.4", + "espree": "9.6.1", + "globals": "13.22.0", + "ignore": "5.2.4", + "import-fresh": "3.3.0", + "js-yaml": "4.1.0", + "minimatch": "3.1.2", + "strip-json-comments": "3.1.1" + }, + "transitive_closure": { + "@eslint/eslintrc": [ + "1.4.1" + ], + "ajv": [ + "6.12.6" + ], + "debug": [ + "4.3.4" + ], + "espree": [ + "9.6.1" + ], + "globals": [ + "13.22.0" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "js-yaml": [ + "4.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "strip-json-comments": [ + "3.1.1" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "eslint-visitor-keys": [ + "3.4.3" + ], + "ms": [ + "2.1.2" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_types__28.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__28.1.3", + "package": "@jest/types", + "version": "28.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "url": "https://registry.npmjs.org/@jest/types/-/types-28.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_next_swc-win32-x64-msvc__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-x64-msvc__13.0.5__links", + "package": "@next/swc-win32-x64-msvc", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-win32-x64-msvc": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__clone-deep__4.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_svgr_babel-plugin-transform-svg-component__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-transform-svg-component__5.5.0__links", + "package": "@svgr/babel-plugin-transform-svg-component", + "version": "5.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@svgr/babel-plugin-transform-svg-component": [ + "5.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__decimal.js__10.4.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__decimal.js__10.4.3__links", + "package": "decimal.js", + "version": "10.4.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "decimal.js": [ + "10.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_types__24.9.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__24.9.0", + "package": "@jest/types", + "version": "24.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", + "url": "https://registry.npmjs.org/@jest/types/-/types-24.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__p-try__2.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__asap__2.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__asap__2.0.6__links", + "package": "asap", + "version": "2.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "asap": [ + "2.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_environment__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_environment__27.5.1", + "package": "@jest/environment", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + "url": "https://registry.npmjs.org/@jest/environment/-/environment-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__escape-string-regexp__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__escape-string-regexp__2.0.0__links", + "package": "escape-string-regexp", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "escape-string-regexp": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__scheduler__0.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__scheduler__0.23.0", + "package": "scheduler", + "version": "0.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "url": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_utf8__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_utf8__1.11.6", + "package": "@webassemblyjs/utf8", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "url": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-logical__5.0.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-logical__5.0.4__postcss_8.4.31__links", + "package": "postcss-logical", + "version": "5.0.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-logical": [ + "5.0.4_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_selector-specificity__2.2.0__postcss-selector-parser_6.0.13__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_selector-specificity__2.2.0__postcss-selector-parser_6.0.13__links", + "package": "@csstools/selector-specificity", + "version": "2.2.0_postcss-selector-parser_6.0.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "@csstools/selector-specificity": [ + "2.2.0_postcss-selector-parser_6.0.13" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-proposal-decorators__7.23.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-decorators__7.23.0__at_babel_core_7.23.0__links", + "package": "@babel/plugin-proposal-decorators", + "version": "7.23.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-replace-supers": "7.22.20_at_babel_core_7.23.0", + "@babel/helper-split-export-declaration": "7.22.6", + "@babel/plugin-syntax-decorators": "7.22.10_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-proposal-decorators": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/plugin-syntax-decorators": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "semver": [ + "6.3.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_fastify_deepmerge__1.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_fastify_deepmerge__1.3.0__links", + "package": "@fastify/deepmerge", + "version": "1.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@fastify/deepmerge": [ + "1.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-reduce-initial__5.1.2__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-reduce-initial__5.1.2__postcss_8.4.31", + "package": "postcss-reduce-initial", + "version": "5.1.2_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", + "url": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-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__tempy__0.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tempy__0.6.0", + "package": "tempy", + "version": "0.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", + "url": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__domutils__1.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__domutils__1.7.0", + "package": "domutils", + "version": "1.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "url": "https://registry.npmjs.org/domutils/-/domutils-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__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-react-jsx-development", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/plugin-transform-react-jsx": "7.22.15_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-react-jsx-development": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/plugin-transform-react-jsx": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_compiler-ssr__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.2.45__links", + "package": "@vue/compiler-ssr", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-dom": "3.2.45", + "@vue/shared": "3.2.45" + }, + "transitive_closure": { + "@vue/compiler-ssr": [ + "3.2.45" + ], + "@vue/compiler-dom": [ + "3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "@vue/compiler-core": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map": [ + "0.6.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array.prototype.reduce__1.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.reduce__1.0.6", + "package": "array.prototype.reduce", + "version": "1.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==", + "url": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-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__cliui__8.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cliui__8.0.1", + "package": "cliui", + "version": "8.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "url": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-typescript", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_swc-darwin-arm64__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-darwin-arm64__13.0.5__links", + "package": "@next/swc-darwin-arm64", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-darwin-arm64": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fs.realpath__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__hosted-git-info__2.8.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__hosted-git-info__2.8.9__links", + "package": "hosted-git-info", + "version": "2.8.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "hosted-git-info": [ + "2.8.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__schema-utils__3.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_vue_server-renderer__3.2.45__vue_3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_server-renderer__3.2.45__vue_3.2.45", + "package": "@vue/server-renderer", + "version": "3.2.45_vue_3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==", + "url": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ajv-keywords__5.1.0__ajv_8.12.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_types_estree__0.0.39__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_estree__0.0.39__links", + "package": "@types/estree", + "version": "0.0.39", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/estree": [ + "0.0.39" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__vue-template-compiler__2.7.14__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vue-template-compiler__2.7.14__links", + "package": "vue-template-compiler", + "version": "2.7.14", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "de-indent": "1.0.2", + "he": "1.2.0" + }, + "transitive_closure": { + "vue-template-compiler": [ + "2.7.14" + ], + "de-indent": [ + "1.0.2" + ], + "he": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fast-json-stable-stringify__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__http-proxy-agent__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "http-proxy-agent": [ + "4.0.1" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "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" + } + }, + "npm__at_swc_core-win32-ia32-msvc__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-ia32-msvc__1.3.100", + "package": "@swc/core-win32-ia32-msvc", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0f6nicKSLlDKlyPRl2JEmkpBV4aeDfRQg6n8mPqgL7bliZIcDahG0ej+HxgNjZfS3e0yjDxsNRa6sAqWU2Z60A==", + "url": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.100.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__locate-path__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-locate": [ + "5.0.0" + ], + "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" + } + }, + "npm__at_next_swc-android-arm64__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-android-arm64__13.0.5__links", + "package": "@next/swc-android-arm64", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-android-arm64": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss__7.0.39": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__parse-json__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parse-json__5.2.0__links", + "package": "parse-json", + "version": "5.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "error-ex": "1.3.2", + "json-parse-even-better-errors": "2.3.1", + "lines-and-columns": "1.2.4" + }, + "transitive_closure": { + "parse-json": [ + "5.2.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.0__links", + "package": "@babel/plugin-proposal-private-property-in-object", + "version": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0" + }, + "transitive_closure": { + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__source-map-loader__3.0.2__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-loader__3.0.2__webpack_5.88.2__links", + "package": "source-map-loader", + "version": "3.0.2_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "abab": "2.0.6", + "iconv-lite": "0.6.3", + "source-map-js": "1.0.2", + "webpack": "5.88.2" + }, + "transitive_closure": { + "source-map-loader": [ + "3.0.2_webpack_5.88.2" + ], + "abab": [ + "2.0.6" + ], + "iconv-lite": [ + "0.6.3" + ], + "source-map-js": [ + "1.0.2" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_regjsgen__0.8.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_regjsgen__0.8.0", + "package": "@babel/regjsgen", + "version": "0.8.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "url": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_schemas__29.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_schemas__29.6.3", + "package": "@jest/schemas", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "url": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json5__2.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json5__2.2.3__links", + "package": "json5", + "version": "2.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json5": [ + "2.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-callable__1.2.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-callable__1.2.7", + "package": "is-callable", + "version": "1.2.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "url": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__etag__1.8.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__nth-check__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_discoveryjs_json-ext__0.5.7__links", + "package": "@discoveryjs/json-ext", + "version": "0.5.7", + "dev": true, + "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" + } + }, + "npm__at_volar_source-map__1.0.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_source-map__1.0.9__links", + "package": "@volar/source-map", + "version": "1.0.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "muggle-string": "0.1.0" + }, + "transitive_closure": { + "@volar/source-map": [ + "1.0.9" + ], + "muggle-string": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string-length__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string-length__5.0.1", + "package": "string-length", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", + "url": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-what__3.4.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-what__3.4.2__links", + "package": "css-what", + "version": "3.4.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "css-what": [ + "3.4.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-proposal-decorators__7.23.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-decorators__7.23.0__at_babel_core_7.23.0", + "package": "@babel/plugin-proposal-decorators", + "version": "7.23.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__camelcase__6.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_types_yargs__16.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__16.0.6", + "package": "@types/yargs", + "version": "16.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oTP7/Q13GSPrgcwEwdlnkoZSQ1Hg9THe644qq8PG6hhJzjZ3qj1JjEFPIwWV/IXVs5XGIVqtkNOS9kh63WIJ+A==", + "url": "https://registry.npmjs.org/@types/yargs/-/yargs-16.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__jest-environment-jsdom__29.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__29.5.0", + "package": "jest-environment-jsdom", + "version": "29.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "jest-environment-jsdom" + ] + }, + "integrity": "sha512-/KG8yEK4aN8ak56yFVdqFDzKNHgF4BAymCx2LbPNPsUshUlfAl0eX402Xm1pt+eoG9SLZEUVifqXtX8SK74KCw==", + "url": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.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__strip-comments__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__strip-comments__2.0.1", + "package": "strip-comments", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", + "url": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__string-length__5.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string-length__5.0.1__links", + "package": "string-length", + "version": "5.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "char-regex": "2.0.1", + "strip-ansi": "7.1.0" + }, + "transitive_closure": { + "string-length": [ + "5.0.1" + ], + "char-regex": [ + "2.0.1" + ], + "strip-ansi": [ + "7.1.0" + ], + "ansi-regex": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__es-array-method-boxes-properly__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-array-method-boxes-properly__1.0.0", + "package": "es-array-method-boxes-properly", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", + "url": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-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__internal-slot__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__internal-slot__1.0.5", + "package": "internal-slot", + "version": "1.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "url": "https://registry.npmjs.org/internal-slot/-/internal-slot-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__postcss-import__15.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-import__15.1.0__postcss_8.4.31__links", + "package": "postcss-import", + "version": "15.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0", + "read-cache": "1.0.0", + "resolve": "1.22.6" + }, + "transitive_closure": { + "postcss-import": [ + "15.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "read-cache": [ + "1.0.0" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "pify": [ + "2.3.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_helper-numbers__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-numbers__1.11.6", + "package": "@webassemblyjs/helper-numbers", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__uri-js__4.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.0" + }, + "transitive_closure": { + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__delayed-stream__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__delayed-stream__1.0.0__links", + "package": "delayed-stream", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "delayed-stream": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-stream__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__type-detect__4.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__sanitize.css__13.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sanitize.css__13.0.0__links", + "package": "sanitize.css", + "version": "13.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sanitize.css": [ + "13.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__npm-run-path__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__parse5__7.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parse5__7.1.2", + "package": "parse5", + "version": "7.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "url": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-colormin__5.3.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-colormin__5.3.1__postcss_8.4.31", + "package": "postcss-colormin", + "version": "5.3.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", + "url": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-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__html-escaper__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-escaper__2.0.2__links", + "package": "html-escaper", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "html-escaper": [ + "2.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__wildcard__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__htmlparser2__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__hosted-git-info__2.8.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__hosted-git-info__2.8.9", + "package": "hosted-git-info", + "version": "2.8.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "url": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-react-jsx__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-jsx__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-react-jsx", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-module-imports": "7.22.15", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-jsx": "7.22.5_at_babel_core_7.23.0", + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-react-jsx": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__json-buffer__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json-buffer__3.0.1__links", + "package": "json-buffer", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "json-buffer": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__util-deprecate__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__is-docker__2.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-docker__2.2.1__links", + "package": "is-docker", + "version": "2.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-docker": [ + "2.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__vite__3.2.7__at_types_node_18.18.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vite__3.2.7__at_types_node_18.18.3__links", + "package": "vite", + "version": "3.2.7_at_types_node_18.18.3", + "dev": true, + "root_package": "", + "link_packages": { + "vue/libraries/simple": [ + "vite" + ] + }, + "deps": { + "fsevents": "2.3.3", + "@types/node": "18.18.3", + "esbuild": "0.15.18", + "postcss": "8.4.31", + "resolve": "1.22.6", + "rollup": "2.79.1" + }, + "transitive_closure": { + "vite": [ + "3.2.7_at_types_node_18.18.3" + ], + "@types/node": [ + "18.18.3" + ], + "esbuild": [ + "0.15.18" + ], + "postcss": [ + "8.4.31" + ], + "resolve": [ + "1.22.6" + ], + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "@esbuild/android-arm": [ + "0.15.18" + ], + "@esbuild/linux-loong64": [ + "0.15.18" + ], + "esbuild-android-64": [ + "0.15.18" + ], + "esbuild-android-arm64": [ + "0.15.18" + ], + "esbuild-darwin-64": [ + "0.15.18" + ], + "esbuild-darwin-arm64": [ + "0.15.18" + ], + "esbuild-freebsd-64": [ + "0.15.18" + ], + "esbuild-freebsd-arm64": [ + "0.15.18" + ], + "esbuild-linux-32": [ + "0.15.18" + ], + "esbuild-linux-64": [ + "0.15.18" + ], + "esbuild-linux-arm": [ + "0.15.18" + ], + "esbuild-linux-arm64": [ + "0.15.18" + ], + "esbuild-linux-mips64le": [ + "0.15.18" + ], + "esbuild-linux-ppc64le": [ + "0.15.18" + ], + "esbuild-linux-riscv64": [ + "0.15.18" + ], + "esbuild-linux-s390x": [ + "0.15.18" + ], + "esbuild-netbsd-64": [ + "0.15.18" + ], + "esbuild-openbsd-64": [ + "0.15.18" + ], + "esbuild-sunos-64": [ + "0.15.18" + ], + "esbuild-windows-32": [ + "0.15.18" + ], + "esbuild-windows-64": [ + "0.15.18" + ], + "esbuild-windows-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack-dev-middleware__5.3.3__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-middleware__5.3.3__webpack_5.88.2", + "package": "webpack-dev-middleware", + "version": "5.3.3_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "url": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-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_swc_core-win32-ia32-msvc__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-ia32-msvc__1.3.100__links", + "package": "@swc/core-win32-ia32-msvc", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__escodegen__1.14.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__escodegen__1.14.3", + "package": "escodegen", + "version": "1.14.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", + "url": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob__7.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__mdn-data__2.0.14__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mdn-data__2.0.14__links", + "package": "mdn-data", + "version": "2.0.14", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mdn-data": [ + "2.0.14" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__default-gateway__6.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "default-gateway": [ + "6.0.3" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "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" + } + }, + "npm__emittery__0.10.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.10.2__links", + "package": "emittery", + "version": "0.10.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "emittery": [ + "0.10.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__source-list-map__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-list-map__2.0.1", + "package": "source-list-map", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", + "url": "https://registry.npmjs.org/source-list-map/-/source-list-map-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__chrome-trace-event__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__didyoumean__1.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__didyoumean__1.2.2__links", + "package": "didyoumean", + "version": "1.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "didyoumean": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-focus-visible__6.0.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-focus-visible__6.0.4__postcss_8.4.31__links", + "package": "postcss-focus-visible", + "version": "6.0.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-focus-visible": [ + "6.0.4_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__serve-static__1.15.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__adjust-sourcemap-loader__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__adjust-sourcemap-loader__4.0.0", + "package": "adjust-sourcemap-loader", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "url": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-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_svgr_babel-plugin-svg-em-dimensions__5.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-svg-em-dimensions__5.4.0__links", + "package": "@svgr/babel-plugin-svg-em-dimensions", + "version": "5.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@svgr/babel-plugin-svg-em-dimensions": [ + "5.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-selector-parser__6.0.13__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-selector-parser__6.0.13__links", + "package": "postcss-selector-parser", + "version": "6.0.13", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cssesc": "3.0.0", + "util-deprecate": "1.0.2" + }, + "transitive_closure": { + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__callsites__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__callsites__3.1.0__links", + "package": "callsites", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "callsites": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__semver__7.5.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__semver__7.5.4", + "package": "semver", + "version": "7.5.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "url": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-number__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-number__6.0.0", + "package": "is-number", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Wu1VHeILBK8KAWJUAiSZQX94GmOE45Rg6/538fKwiloUu21KncEkYGPqob2oSZ5mUT73vLGrHQjKw3KMPwfDzg==", + "url": "https://registry.npmjs.org/is-number/-/is-number-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__source-map-url__0.4.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-url__0.4.1__links", + "package": "source-map-url", + "version": "0.4.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "source-map-url": [ + "0.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__type-is__1.6.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "type-is": [ + "1.6.18" + ], + "media-typer": [ + "0.3.0" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_types__7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_types__7.23.0__links", + "package": "@babel/types", + "version": "7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/helper-string-parser": "7.22.5", + "@babel/helper-validator-identifier": "7.22.20", + "to-fast-properties": "2.0.0" + }, + "transitive_closure": { + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-member-expression-to-functions__7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-member-expression-to-functions__7.23.0__links", + "package": "@babel/helper-member-expression-to-functions", + "version": "7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__strip-ansi__7.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "strip-ansi": [ + "7.1.0" + ], + "ansi-regex": [ + "6.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__enhanced-resolve__5.15.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-worker__26.6.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__26.6.2", + "package": "jest-worker", + "version": "26.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_console__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_console__29.7.0__links", + "package": "@jest/console", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "jest-message-util": "29.7.0", + "jest-util": "29.7.0", + "slash": "3.0.0" + }, + "transitive_closure": { + "@jest/console": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "supports-color": [ + "7.2.0", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__acorn__8.10.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn__8.10.0", + "package": "acorn", + "version": "8.10.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "url": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__chrome-trace-event__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__idb__7.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__idb__7.1.1__links", + "package": "idb", + "version": "7.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "idb": [ + "7.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-logical-assignment-operators__7.22.11__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-logical-assignment-operators__7.22.11__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-logical-assignment-operators", + "version": "7.22.11_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.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__istanbul-lib-coverage__3.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-coverage__3.2.0", + "package": "istanbul-lib-coverage", + "version": "3.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "url": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-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__postcss-env-function__4.0.6__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-env-function__4.0.6__postcss_8.4.31", + "package": "postcss-env-function", + "version": "4.0.6_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", + "url": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-preset-jest__27.5.1__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-jest__27.5.1__at_babel_core_7.23.0__links", + "package": "babel-preset-jest", + "version": "27.5.1_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "babel-plugin-jest-hoist": "27.5.1", + "babel-preset-current-node-syntax": "1.0.1_at_babel_core_7.23.0" + }, + "transitive_closure": { + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__core": [ + "7.20.2" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__check-types__11.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__check-types__11.2.3", + "package": "check-types", + "version": "11.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==", + "url": "https://registry.npmjs.org/check-types/-/check-types-11.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__jest-config__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-config__27.5.1__links", + "package": "jest-config", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@jest/test-sequencer": "27.5.1", + "@jest/types": "27.5.1", + "babel-jest": "27.5.1_at_babel_core_7.23.0", + "chalk": "4.1.2", + "ci-info": "3.8.0", + "deepmerge": "4.3.1", + "glob": "7.2.3", + "graceful-fs": "4.2.11", + "jest-circus": "27.5.1", + "jest-environment-jsdom": "27.5.1", + "jest-environment-node": "27.5.1", + "jest-get-type": "27.5.1", + "jest-jasmine2": "27.5.1", + "jest-regex-util": "27.5.1", + "jest-resolve": "27.5.1", + "jest-runner": "27.5.1", + "jest-util": "27.5.1", + "jest-validate": "27.5.1", + "micromatch": "4.0.5", + "parse-json": "5.2.0", + "pretty-format": "27.5.1", + "slash": "3.0.0", + "strip-json-comments": "3.1.1" + }, + "transitive_closure": { + "jest-config": [ + "27.5.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/test-sequencer": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "babel-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "deepmerge": [ + "4.3.1" + ], + "glob": [ + "7.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-circus": [ + "27.5.1" + ], + "jest-environment-jsdom": [ + "27.5.1" + ], + "jest-environment-node": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-jasmine2": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-runner": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "parse-json": [ + "5.2.0" + ], + "pretty-format": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "leven": [ + "3.1.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "@jest/console": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "emittery": [ + "0.8.1" + ], + "jest-docblock": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-leak-detector": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "source-map-support": [ + "0.5.21" + ], + "throat": [ + "6.0.2" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "merge-stream": [ + "2.0.0" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "strip-bom": [ + "4.0.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "co": [ + "4.6.0" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "acorn-walk": [ + "7.2.0" + ], + "dedent": [ + "0.7.0" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__emoji-regex__8.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__fork-ts-checker-webpack-plugin__6.5.3__1750596493__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fork-ts-checker-webpack-plugin__6.5.3__1750596493__links", + "package": "fork-ts-checker-webpack-plugin", + "version": "6.5.3_1750596493", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "@types/json-schema": "7.0.13", + "chalk": "4.1.2", + "chokidar": "3.5.3", + "cosmiconfig": "6.0.0", + "deepmerge": "4.3.1", + "eslint": "8.28.0", + "fs-extra": "9.1.0", + "glob": "7.2.3", + "memfs": "3.5.3", + "minimatch": "3.1.2", + "schema-utils": "2.7.0", + "semver": "7.5.4", + "tapable": "1.1.3", + "typescript": "4.9.3", + "webpack": "5.88.2" + }, + "transitive_closure": { + "fork-ts-checker-webpack-plugin": [ + "6.5.3_1750596493" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/json-schema": [ + "7.0.13" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "chokidar": [ + "3.5.3" + ], + "cosmiconfig": [ + "6.0.0" + ], + "deepmerge": [ + "4.3.1" + ], + "eslint": [ + "8.28.0" + ], + "fs-extra": [ + "9.1.0" + ], + "glob": [ + "7.2.3" + ], + "memfs": [ + "3.5.3" + ], + "minimatch": [ + "3.1.2" + ], + "schema-utils": [ + "3.3.0", + "2.7.0" + ], + "semver": [ + "7.5.4" + ], + "tapable": [ + "2.2.1", + "1.1.3" + ], + "typescript": [ + "4.9.3" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "7.2.2", + "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" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs-monkey": [ + "1.0.5" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "at-least-node": [ + "1.0.0" + ], + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "1.0.5", + "4.0.0" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@types/parse-json": [ + "4.0.0" + ], + "parse-json": [ + "5.2.0" + ], + "path-type": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "error-ex": [ + "1.3.2" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "anymatch": [ + "3.1.3" + ], + "braces": [ + "3.0.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "picomatch": [ + "2.3.1" + ], + "binary-extensions": [ + "2.2.0" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__memorystream__0.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__memorystream__0.3.1__links", + "package": "memorystream", + "version": "0.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "memorystream": [ + "0.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__html-escaper__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-escaper__2.0.2", + "package": "html-escaper", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "url": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__icss-utils__5.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__icss-utils__5.1.0__postcss_8.4.31__links", + "package": "icss-utils", + "version": "5.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "icss-utils": [ + "5.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-async-function__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-async-function__2.0.0__links", + "package": "is-async-function", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "is-async-function": [ + "2.0.0" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__performance-now__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__performance-now__2.1.0", + "package": "performance-now", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", + "url": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__mime-types__2.1.35": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__object.hasown__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.hasown__1.1.3", + "package": "object.hasown", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", + "url": "https://registry.npmjs.org/object.hasown/-/object.hasown-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__spdy-transport__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__globals__13.22.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__globals__13.22.0", + "package": "globals", + "version": "13.22.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", + "url": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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_vue_babel-plugin-jsx__1.1.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_babel-plugin-jsx__1.1.5__at_babel_core_7.23.0__links", + "package": "@vue/babel-plugin-jsx", + "version": "1.1.5_at_babel_core_7.23.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-module-imports": "7.22.15", + "@babel/plugin-syntax-jsx": "7.22.5_at_babel_core_7.23.0", + "@babel/template": "7.22.15", + "@babel/traverse": "7.23.0", + "@babel/types": "7.23.0", + "@vue/babel-helper-vue-transform-on": "1.1.5", + "camelcase": "6.3.0", + "html-tags": "3.3.1", + "svg-tags": "1.0.0" + }, + "transitive_closure": { + "@vue/babel-plugin-jsx": [ + "1.1.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@vue/babel-helper-vue-transform-on": [ + "1.1.5" + ], + "camelcase": [ + "6.3.0" + ], + "html-tags": [ + "3.3.1" + ], + "svg-tags": [ + "1.0.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__slash__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__slash__4.0.0__links", + "package": "slash", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "slash": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild__0.15.18", + "package": "esbuild", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==", + "url": "https://registry.npmjs.org/esbuild/-/esbuild-0.15.18.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__at_vue_server-renderer__3.3.4__vue_3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_server-renderer__3.3.4__vue_3.3.4__links", + "package": "@vue/server-renderer", + "version": "3.3.4_vue_3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-ssr": "3.3.4", + "@vue/shared": "3.3.4", + "vue": "3.3.4" + }, + "transitive_closure": { + "@vue/server-renderer": [ + "3.3.4_vue_3.3.4" + ], + "@vue/compiler-ssr": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "vue": [ + "3.3.4" + ], + "@vue/compiler-dom": [ + "3.3.4" + ], + "@vue/compiler-sfc": [ + "3.3.4" + ], + "@vue/runtime-dom": [ + "3.3.4" + ], + "@vue/runtime-core": [ + "3.3.4" + ], + "csstype": [ + "3.1.2" + ], + "@vue/reactivity": [ + "3.3.4" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@vue/reactivity-transform": [ + "3.3.4" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.4" + ], + "postcss": [ + "8.4.31" + ], + "source-map-js": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__nth-check__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__nth-check__1.0.2__links", + "package": "nth-check", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "boolbase": "1.0.0" + }, + "transitive_closure": { + "nth-check": [ + "1.0.2" + ], + "boolbase": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vitejs_plugin-vue-jsx__2.1.1__vite_3.2.7__vue_3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue-jsx__2.1.1__vite_3.2.7__vue_3.2.45", + "package": "@vitejs/plugin-vue-jsx", + "version": "2.1.1_vite_3.2.7__vue_3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue": [ + "@vitejs/plugin-vue-jsx" + ] + }, + "integrity": "sha512-JgDhxstQlwnHBvZ1BSnU5mbmyQ14/t5JhREc6YH5kWyu2QdAAOsLF6xgHoIWarj8tddaiwFrNzLbWJPudpXKYA==", + "url": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-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__randombytes__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-async-function__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-async-function__2.0.0", + "package": "is-async-function", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", + "url": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__wbuf__1.7.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_volar_vue-typescript__1.0.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_vue-typescript__1.0.9", + "package": "@volar/vue-typescript", + "version": "1.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZLe4y9YNbviACa7uAMCilzxA76gbbSlKfjspXBzk6fCobd8QCIig+VyDYcjANIlm2HhgSCX8jYTzhCKlegh4mw==", + "url": "https://registry.npmjs.org/@volar/vue-typescript/-/vue-typescript-1.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__styled-jsx__5.1.0__-756074946__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__styled-jsx__5.1.0__-756074946__links", + "package": "styled-jsx", + "version": "5.1.0_-756074946", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "client-only": "0.0.1", + "react": "18.2.0" + }, + "transitive_closure": { + "styled-jsx": [ + "5.1.0_-756074946" + ], + "@babel/core": [ + "7.23.0" + ], + "client-only": [ + "0.0.1" + ], + "react": [ + "18.2.0" + ], + "loose-envify": [ + "1.4.0" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "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" + } + }, + "npm__at_babel_runtime__7.23.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_runtime__7.23.1", + "package": "@babel/runtime", + "version": "7.23.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==", + "url": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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__18.11.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__18.11.9", + "package": "@types/node", + "version": "18.11.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "@types/node" + ], + "vue": [ + "@types/node" + ] + }, + "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==", + "url": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-template-literals__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-template-literals__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-template-literals", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_typescript-eslint_scope-manager__5.62.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_scope-manager__5.62.0", + "package": "@typescript-eslint/scope-manager", + "version": "5.62.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", + "url": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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-normalize-timing-functions__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-timing-functions__5.1.0__postcss_8.4.31", + "package": "postcss-normalize-timing-functions", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "url": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-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__util-deprecate__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-logical-assignment-operators", + "version": "7.10.4_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-text-decoration-shorthand__1.0.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-text-decoration-shorthand__1.0.0__postcss_8.4.31", + "package": "@csstools/postcss-text-decoration-shorthand", + "version": "1.0.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", + "url": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-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__is-symbol__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-symbol__1.0.4", + "package": "is-symbol", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "url": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.3.4__links", + "package": "@vitejs/plugin-vue", + "version": "3.2.0_vite_3.2.7__vue_3.3.4", + "dev": true, + "root_package": "", + "link_packages": { + "vue/libraries/simple": [ + "@vitejs/plugin-vue" + ] + }, + "deps": { + "vite": "3.2.7_at_types_node_18.18.3", + "vue": "3.3.4" + }, + "transitive_closure": { + "@vitejs/plugin-vue": [ + "3.2.0_vite_3.2.7__vue_3.3.4" + ], + "vite": [ + "3.2.7_at_types_node_18.18.3" + ], + "vue": [ + "3.3.4" + ], + "@vue/compiler-dom": [ + "3.3.4" + ], + "@vue/compiler-sfc": [ + "3.3.4" + ], + "@vue/runtime-dom": [ + "3.3.4" + ], + "@vue/server-renderer": [ + "3.3.4_vue_3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "@vue/compiler-ssr": [ + "3.3.4" + ], + "@vue/runtime-core": [ + "3.3.4" + ], + "csstype": [ + "3.1.2" + ], + "@vue/reactivity": [ + "3.3.4" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@vue/reactivity-transform": [ + "3.3.4" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.4" + ], + "postcss": [ + "8.4.31" + ], + "source-map-js": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@types/node": [ + "18.18.3" + ], + "esbuild": [ + "0.15.18" + ], + "resolve": [ + "1.22.6" + ], + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@esbuild/android-arm": [ + "0.15.18" + ], + "@esbuild/linux-loong64": [ + "0.15.18" + ], + "esbuild-android-64": [ + "0.15.18" + ], + "esbuild-android-arm64": [ + "0.15.18" + ], + "esbuild-darwin-64": [ + "0.15.18" + ], + "esbuild-darwin-arm64": [ + "0.15.18" + ], + "esbuild-freebsd-64": [ + "0.15.18" + ], + "esbuild-freebsd-arm64": [ + "0.15.18" + ], + "esbuild-linux-32": [ + "0.15.18" + ], + "esbuild-linux-64": [ + "0.15.18" + ], + "esbuild-linux-arm": [ + "0.15.18" + ], + "esbuild-linux-arm64": [ + "0.15.18" + ], + "esbuild-linux-mips64le": [ + "0.15.18" + ], + "esbuild-linux-ppc64le": [ + "0.15.18" + ], + "esbuild-linux-riscv64": [ + "0.15.18" + ], + "esbuild-linux-s390x": [ + "0.15.18" + ], + "esbuild-netbsd-64": [ + "0.15.18" + ], + "esbuild-openbsd-64": [ + "0.15.18" + ], + "esbuild-sunos-64": [ + "0.15.18" + ], + "esbuild-windows-32": [ + "0.15.18" + ], + "esbuild-windows-64": [ + "0.15.18" + ], + "esbuild-windows-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__isarray__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_trysound_sax__0.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_trysound_sax__0.2.0", + "package": "@trysound/sax", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "url": "https://registry.npmjs.org/@trysound/sax/-/sax-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__postcss-unique-selectors__5.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-unique-selectors__5.1.1__postcss_8.4.31", + "package": "postcss-unique-selectors", + "version": "5.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "url": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-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__tsconfig-paths__3.14.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tsconfig-paths__3.14.2__links", + "package": "tsconfig-paths", + "version": "3.14.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/json5": "0.0.29", + "json5": "1.0.2", + "minimist": "1.2.8", + "strip-bom": "3.0.0" + }, + "transitive_closure": { + "tsconfig-paths": [ + "3.14.2" + ], + "@types/json5": [ + "0.0.29" + ], + "json5": [ + "1.0.2" + ], + "minimist": [ + "1.2.8" + ], + "strip-bom": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-decorators__7.22.10__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-decorators__7.22.10__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-decorators", + "version": "7.22.10_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.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__ignore__5.2.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ignore__5.2.4", + "package": "ignore", + "version": "5.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "url": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-gap-properties__3.0.5__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-gap-properties__3.0.5__postcss_8.4.31", + "package": "postcss-gap-properties", + "version": "3.0.5_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", + "url": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__domelementtype__1.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__domelementtype__1.3.1", + "package": "domelementtype", + "version": "1.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-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__spdx-license-ids__3.0.15": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__spdx-license-ids__3.0.15", + "package": "spdx-license-ids", + "version": "3.0.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==", + "url": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.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__at_svgr_babel-plugin-add-jsx-attribute__5.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-add-jsx-attribute__5.4.0", + "package": "@svgr/babel-plugin-add-jsx-attribute", + "version": "5.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", + "url": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-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__http-proxy-middleware__2.0.6__at_types_express_4.17.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy-middleware__2.0.6__at_types_express_4.17.18", + "package": "http-proxy-middleware", + "version": "2.0.6_at_types_express_4.17.18", + "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__p-locate__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__p-locate__3.0.0__links", + "package": "p-locate", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "p-limit": "2.3.0" + }, + "transitive_closure": { + "p-locate": [ + "3.0.0" + ], + "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" + } + }, + "npm__at_vue_runtime-dom__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-dom__3.2.45", + "package": "@vue/runtime-dom", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==", + "url": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__throat__6.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__throat__6.0.2__links", + "package": "throat", + "version": "6.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "throat": [ + "6.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_devtools-api__6.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_devtools-api__6.5.0", + "package": "@vue/devtools-api", + "version": "6.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==", + "url": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__to-fast-properties__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__to-fast-properties__2.0.0__links", + "package": "to-fast-properties", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array.prototype.flatmap__1.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.flatmap__1.3.2", + "package": "array.prototype.flatmap", + "version": "1.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", + "url": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_ws__8.5.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_ws__8.5.6", + "package": "@types/ws", + "version": "8.5.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==", + "url": "https://registry.npmjs.org/@types/ws/-/ws-8.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__diff-sequences__24.9.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__24.9.0__links", + "package": "diff-sequences", + "version": "24.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "diff-sequences": [ + "24.9.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__diff-sequences__29.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__29.6.3", + "package": "diff-sequences", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", + "url": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-dev-server__4.15.1__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-server__4.15.1__webpack_5.88.2", + "package": "webpack-dev-server", + "version": "4.15.1_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", + "url": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.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__at_vue_compiler-ssr__3.2.37__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.2.37__links", + "package": "@vue/compiler-ssr", + "version": "3.2.37", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-dom": "3.2.37", + "@vue/shared": "3.2.37" + }, + "transitive_closure": { + "@vue/compiler-ssr": [ + "3.2.37" + ], + "@vue/compiler-dom": [ + "3.2.37" + ], + "@vue/shared": [ + "3.2.37" + ], + "@vue/compiler-core": [ + "3.2.37" + ], + "@babel/parser": [ + "7.23.0" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map": [ + "0.6.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-regex-util__28.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__28.0.2", + "package": "jest-regex-util", + "version": "28.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", + "url": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.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__webpack__5.89.0__-1501518582": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack__5.89.0__-1501518582", + "package": "webpack", + "version": "5.89.0_-1501518582", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react-webpack": [ + "webpack" + ] + }, + "integrity": "sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==", + "url": "https://registry.npmjs.org/webpack/-/webpack-5.89.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-each__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-each__27.5.1__links", + "package": "jest-each", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "chalk": "4.1.2", + "jest-get-type": "27.5.1", + "jest-util": "27.5.1", + "pretty-format": "27.5.1" + }, + "transitive_closure": { + "jest-each": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "chalk": [ + "4.1.2" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__diff-sequences__24.9.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__24.9.0", + "package": "diff-sequences", + "version": "24.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==", + "url": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.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__iconv-lite__0.6.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__iconv-lite__0.6.3__links", + "package": "iconv-lite", + "version": "0.6.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "safer-buffer": "2.1.2" + }, + "transitive_closure": { + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__minimatch__3.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__whatwg-url__7.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-url__7.1.0__links", + "package": "whatwg-url", + "version": "7.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lodash.sortby": "4.7.0", + "tr46": "1.0.1", + "webidl-conversions": "4.0.2" + }, + "transitive_closure": { + "whatwg-url": [ + "7.1.0" + ], + "lodash.sortby": [ + "4.7.0" + ], + "tr46": [ + "1.0.1" + ], + "webidl-conversions": [ + "4.0.2" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-unicode-sets-regex", + "version": "7.18.6_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__natural-compare-lite__1.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__natural-compare-lite__1.4.0", + "package": "natural-compare-lite", + "version": "1.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", + "url": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-watcher__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__27.5.1__links", + "package": "jest-watcher", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/test-result": "27.5.1", + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "ansi-escapes": "4.3.2", + "chalk": "4.1.2", + "jest-util": "27.5.1", + "string-length": "4.0.2" + }, + "transitive_closure": { + "jest-watcher": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ansi-escapes": [ + "4.3.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "jest-util": [ + "27.5.1" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "type-fest": [ + "0.21.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jest/console": [ + "27.5.1" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-message-util": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__import-fresh__3.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__import-fresh__3.3.0", + "package": "import-fresh", + "version": "3.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "url": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-buffer__1.1.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-buffer__1.1.6__links", + "package": "is-buffer", + "version": "1.1.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-buffer": [ + "1.1.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__loader-utils__3.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__loader-utils__3.2.1", + "package": "loader-utils", + "version": "3.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", + "url": "https://registry.npmjs.org/loader-utils/-/loader-utils-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__ms__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_vue_reactivity__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity__3.2.45__links", + "package": "@vue/reactivity", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/shared": "3.2.45" + }, + "transitive_closure": { + "@vue/reactivity": [ + "3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__escape-html__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-resolve-dependencies__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve-dependencies__29.7.0", + "package": "jest-resolve-dependencies", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", + "url": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__type-fest__0.16.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-fest__0.16.0", + "package": "type-fest", + "version": "0.16.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", + "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.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__has__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__has__1.0.3__links", + "package": "has", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "function-bind": "1.1.1" + }, + "transitive_closure": { + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__emittery__0.13.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.13.1__links", + "package": "emittery", + "version": "0.13.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "emittery": [ + "0.13.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__statuses__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_rushstack_eslint-patch__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rushstack_eslint-patch__1.5.1__links", + "package": "@rushstack/eslint-patch", + "version": "1.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@rushstack/eslint-patch": [ + "1.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__agent-base__6.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__test-exclude__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__test-exclude__6.0.0__links", + "package": "test-exclude", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@istanbuljs/schema": "0.1.3", + "glob": "7.2.3", + "minimatch": "3.1.2" + }, + "transitive_closure": { + "test-exclude": [ + "6.0.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "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" + } + }, + "npm__sprintf-js__1.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sprintf-js__1.0.3__links", + "package": "sprintf-js", + "version": "1.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "sprintf-js": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_regjsgen__0.8.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_regjsgen__0.8.0__links", + "package": "@babel/regjsgen", + "version": "0.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/regjsgen": [ + "0.8.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jest_transform__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_transform__27.5.1__links", + "package": "@jest/transform", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@jest/types": "27.5.1", + "babel-plugin-istanbul": "6.1.1", + "chalk": "4.1.2", + "convert-source-map": "1.9.0", + "fast-json-stable-stringify": "2.1.0", + "graceful-fs": "4.2.11", + "jest-haste-map": "27.5.1", + "jest-regex-util": "27.5.1", + "jest-util": "27.5.1", + "micromatch": "4.0.5", + "pirates": "4.0.6", + "slash": "3.0.0", + "source-map": "0.6.1", + "write-file-atomic": "3.0.3" + }, + "transitive_closure": { + "@jest/transform": [ + "27.5.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/types": [ + "27.5.1" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "pirates": [ + "4.0.6" + ], + "slash": [ + "3.0.0" + ], + "source-map": [ + "0.6.1" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__magic-string__0.25.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__magic-string__0.25.9__links", + "package": "magic-string", + "version": "0.25.9", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "sourcemap-codec": "1.4.8" + }, + "transitive_closure": { + "magic-string": [ + "0.25.9" + ], + "sourcemap-codec": [ + "1.4.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__mdn-data__2.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mdn-data__2.0.4__links", + "package": "mdn-data", + "version": "2.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "mdn-data": [ + "2.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jiti__1.20.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jiti__1.20.0", + "package": "jiti", + "version": "1.20.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==", + "url": "https://registry.npmjs.org/jiti/-/jiti-1.20.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__nwsapi__2.2.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__nwsapi__2.2.7__links", + "package": "nwsapi", + "version": "2.2.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "nwsapi": [ + "2.2.7" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webidl-conversions__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__5.0.0", + "package": "webidl-conversions", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", + "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_transform__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_transform__29.7.0__links", + "package": "@jest/transform", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@jest/types": "29.6.3", + "@jridgewell/trace-mapping": "0.3.19", + "babel-plugin-istanbul": "6.1.1", + "chalk": "4.1.2", + "convert-source-map": "2.0.0", + "fast-json-stable-stringify": "2.1.0", + "graceful-fs": "4.2.11", + "jest-haste-map": "29.7.0", + "jest-regex-util": "29.6.3", + "jest-util": "29.7.0", + "micromatch": "4.0.5", + "pirates": "4.0.6", + "slash": "3.0.0", + "write-file-atomic": "4.0.2" + }, + "transitive_closure": { + "@jest/transform": [ + "29.7.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "convert-source-map": [ + "2.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-util": [ + "29.7.0" + ], + "micromatch": [ + "4.0.5" + ], + "pirates": [ + "4.0.6" + ], + "slash": [ + "3.0.0" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@types/node": [ + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-worker": [ + "29.7.0" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_serve-index__1.9.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_serve-index__1.9.2__links", + "package": "@types/serve-index", + "version": "1.9.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/express": "4.17.18" + }, + "transitive_closure": { + "@types/serve-index": [ + "1.9.2" + ], + "@types/express": [ + "4.17.18" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-each__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-each__29.7.0__links", + "package": "jest-each", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "29.6.3", + "chalk": "4.1.2", + "jest-get-type": "29.6.3", + "jest-util": "29.7.0", + "pretty-format": "29.7.0" + }, + "transitive_closure": { + "jest-each": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "chalk": [ + "4.1.2" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-util": [ + "29.7.0" + ], + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/node": [ + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-dir-pseudo-class__6.0.5__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-dir-pseudo-class__6.0.5__postcss_8.4.31", + "package": "postcss-dir-pseudo-class", + "version": "6.0.5_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", + "url": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_typescript-eslint_experimental-utils__5.62.0__509062556": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_experimental-utils__5.62.0__509062556", + "package": "@typescript-eslint/experimental-utils", + "version": "5.62.0_509062556", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", + "url": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.0__links", + "package": "@babel/plugin-proposal-private-methods", + "version": "7.18.6_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-proposal-private-methods": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core-linux-arm64-gnu__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-arm64-gnu__1.3.100", + "package": "@swc/core-linux-arm64-gnu", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p8hikNnAEJrw5vHCtKiFT4hdlQxk1V7vqPmvUDgL/qe2menQDK/i12tbz7/3BEQ4UqUPnvwpmVn2d19RdEMNxw==", + "url": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.100.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__at_typescript-eslint_utils__5.44.0__509062556__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_utils__5.44.0__509062556__links", + "package": "@typescript-eslint/utils", + "version": "5.44.0_509062556", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/json-schema": "7.0.13", + "@types/semver": "7.5.3", + "@typescript-eslint/scope-manager": "5.44.0", + "@typescript-eslint/types": "5.44.0", + "@typescript-eslint/typescript-estree": "5.44.0_typescript_4.9.3", + "eslint": "8.28.0", + "eslint-scope": "5.1.1", + "eslint-utils": "3.0.0_eslint_8.28.0", + "semver": "7.5.4" + }, + "transitive_closure": { + "@typescript-eslint/utils": [ + "5.44.0_509062556" + ], + "@types/json-schema": [ + "7.0.13" + ], + "@types/semver": [ + "7.5.3" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "eslint": [ + "8.28.0" + ], + "eslint-scope": [ + "7.2.2", + "5.1.1" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "semver": [ + "7.5.4" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "eslint-visitor-keys": [ + "3.4.3", + "2.1.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-diff__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__29.7.0", + "package": "jest-diff", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", + "url": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__dlv__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dlv__1.1.3__links", + "package": "dlv", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dlv": [ + "1.1.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__psl__1.9.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__psl__1.9.0__links", + "package": "psl", + "version": "1.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "psl": [ + "1.9.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__typedarray-to-buffer__3.1.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typedarray-to-buffer__3.1.5__links", + "package": "typedarray-to-buffer", + "version": "3.1.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-typedarray": "1.0.0" + }, + "transitive_closure": { + "typedarray-to-buffer": [ + "3.1.5" + ], + "is-typedarray": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_nodelib_fs.stat__2.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.stat__2.0.5__links", + "package": "@nodelib/fs.stat", + "version": "2.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@nodelib/fs.stat": [ + "2.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-hwb-function__1.0.2__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-hwb-function__1.0.2__postcss_8.4.31", + "package": "@csstools/postcss-hwb-function", + "version": "1.0.2_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", + "url": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__es-to-primitive__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-to-primitive__1.2.1", + "package": "es-to-primitive", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "url": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.0__links", + "package": "babel-preset-current-node-syntax", + "version": "1.0.1_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.23.0", + "@babel/plugin-syntax-bigint": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-class-properties": "7.12.13_at_babel_core_7.23.0", + "@babel/plugin-syntax-import-meta": "7.10.4_at_babel_core_7.23.0", + "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.23.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.0", + "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.0", + "@babel/plugin-syntax-top-level-await": "7.14.5_at_babel_core_7.23.0" + }, + "transitive_closure": { + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-parameters__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-parameters__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-parameters", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__tsconfig-to-swcconfig__2.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tsconfig-to-swcconfig__2.4.0__links", + "package": "tsconfig-to-swcconfig", + "version": "2.4.0", + "dev": true, + "root_package": "", + "link_packages": { + "react": [ + "tsconfig-to-swcconfig" + ] + }, + "deps": { + "@fastify/deepmerge": "1.3.0", + "joycon": "3.1.1", + "jsonc-parser": "3.2.0" + }, + "transitive_closure": { + "tsconfig-to-swcconfig": [ + "2.4.0" + ], + "@fastify/deepmerge": [ + "1.3.0" + ], + "joycon": [ + "3.1.1" + ], + "jsonc-parser": [ + "3.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__glob-parent__6.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__glob-parent__6.0.2__links", + "package": "glob-parent", + "version": "6.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-glob": "4.0.3" + }, + "transitive_closure": { + "glob-parent": [ + "6.0.2" + ], + "is-glob": [ + "4.0.3" + ], + "is-extglob": [ + "2.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jake__10.8.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jake__10.8.7", + "package": "jake", + "version": "10.8.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", + "url": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__file-loader__6.2.0__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__file-loader__6.2.0__webpack_5.88.2__links", + "package": "file-loader", + "version": "6.2.0_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "loader-utils": "2.0.4", + "schema-utils": "3.3.0", + "webpack": "5.88.2" + }, + "transitive_closure": { + "file-loader": [ + "6.2.0_webpack_5.88.2" + ], + "loader-utils": [ + "2.0.4" + ], + "schema-utils": [ + "3.3.0" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "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" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "json5": [ + "2.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-circus__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-circus__27.5.1", + "package": "jest-circus", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", + "url": "https://registry.npmjs.org/jest-circus/-/jest-circus-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__at_jest_expect__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_expect__29.7.0", + "package": "@jest/expect", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", + "url": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css.escape__1.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css.escape__1.5.1", + "package": "css.escape", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", + "url": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-compilation-targets__7.22.15": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-compilation-targets__7.22.15", + "package": "@babel/helper-compilation-targets", + "version": "7.22.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "url": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__svgo__2.8.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__svgo__2.8.0__links", + "package": "svgo", + "version": "2.8.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@trysound/sax": "0.2.0", + "commander": "7.2.0", + "css-select": "4.3.0", + "css-tree": "1.1.3", + "csso": "4.2.0", + "picocolors": "1.0.0", + "stable": "0.1.8" + }, + "transitive_closure": { + "svgo": [ + "2.8.0" + ], + "@trysound/sax": [ + "0.2.0" + ], + "commander": [ + "7.2.0" + ], + "css-select": [ + "4.3.0" + ], + "css-tree": [ + "1.1.3" + ], + "csso": [ + "4.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "stable": [ + "0.1.8" + ], + "mdn-data": [ + "2.0.14" + ], + "source-map": [ + "0.6.1" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "6.1.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "nth-check": [ + "2.1.1" + ], + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "entities": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-linux-32__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-32__0.15.18", + "package": "esbuild-linux-32", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==", + "url": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.15.18.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__jest-message-util__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-message-util__27.5.1", + "package": "jest-message-util", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "url": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-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__postcss-unique-selectors__5.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-unique-selectors__5.1.1__postcss_8.4.31__links", + "package": "postcss-unique-selectors", + "version": "5.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-unique-selectors": [ + "5.1.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_alloc_quick-lru__5.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_alloc_quick-lru__5.2.0", + "package": "@alloc/quick-lru", + "version": "5.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "url": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-reduce-initial__5.1.2__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-reduce-initial__5.1.2__postcss_8.4.31__links", + "package": "postcss-reduce-initial", + "version": "5.1.2_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "caniuse-api": "3.0.0", + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-reduce-initial": [ + "5.1.2_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-api": [ + "3.0.0" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "lodash.memoize": [ + "4.1.2" + ], + "lodash.uniq": [ + "4.5.0" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_bonjour__3.5.11": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_bonjour__3.5.11", + "package": "@types/bonjour", + "version": "3.5.11", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-isGhjmBtLIxdHBDl2xGwUzEM8AOyOvWsADWq7rqirdi/ZQoHnLWErHvsThcEzTX8juDRiZtzp2Qkv5bgNh6mAg==", + "url": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__type-fest__0.16.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-fest__0.16.0__links", + "package": "type-fest", + "version": "0.16.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "type-fest": [ + "0.16.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core-win32-arm64-msvc__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-arm64-msvc__1.3.100__links", + "package": "@swc/core-win32-arm64-msvc", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_aria-query__5.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_aria-query__5.0.2__links", + "package": "@types/aria-query", + "version": "5.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/aria-query": [ + "5.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-cli__29.5.0__at_types_node_18.11.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-cli__29.5.0__at_types_node_18.11.9", + "package": "jest-cli", + "version": "29.5.0_at_types_node_18.11.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "jest-cli" + ], + "react": [ + "jest-cli" + ] + }, + "integrity": "sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==", + "url": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.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__string_decoder__1.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string_decoder__1.3.0", + "package": "string_decoder", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_svgr_plugin-svgo__5.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_plugin-svgo__5.5.0", + "package": "@svgr/plugin-svgo", + "version": "5.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", + "url": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-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__postcss__7.0.39__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "postcss": [ + "7.0.39" + ], + "picocolors": [ + "0.2.1" + ], + "source-map": [ + "0.6.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__lodash__4.17.21": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__inherits__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__picomatch__2.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_babel_helper-validator-identifier__7.22.20__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-validator-identifier__7.22.20__links", + "package": "@babel/helper-validator-identifier", + "version": "7.22.20", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@babel/helper-validator-identifier": [ + "7.22.20" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_tough-cookie__4.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_tough-cookie__4.0.3__links", + "package": "@types/tough-cookie", + "version": "4.0.3", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@types/tough-cookie": [ + "4.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_istanbul-lib-coverage__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-lib-coverage__2.0.4", + "package": "@types/istanbul-lib-coverage", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "url": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-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__aria-query__5.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__aria-query__5.1.3__links", + "package": "aria-query", + "version": "5.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "deep-equal": "2.2.2" + }, + "transitive_closure": { + "aria-query": [ + "5.1.3" + ], + "deep-equal": [ + "2.2.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "es-get-iterator": [ + "1.1.3" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-arguments": [ + "1.1.1" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-date-object": [ + "1.0.5" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "object-is": [ + "1.1.5" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "side-channel": [ + "1.0.4" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-collection": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-bigints": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "define-properties": [ + "1.2.1" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "is-typed-array": [ + "1.1.12" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "stop-iteration-iterator": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-named-capturing-groups-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "semver": [ + "6.3.1" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__loader-runner__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__esbuild-android-arm64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-android-arm64__0.15.18", + "package": "esbuild-android-arm64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==", + "url": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.18.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__tailwindcss__3.3.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tailwindcss__3.3.3__links", + "package": "tailwindcss", + "version": "3.3.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@alloc/quick-lru": "5.2.0", + "arg": "5.0.2", + "chokidar": "3.5.3", + "didyoumean": "1.2.2", + "dlv": "1.1.3", + "fast-glob": "3.3.1", + "glob-parent": "6.0.2", + "is-glob": "4.0.3", + "jiti": "1.20.0", + "lilconfig": "2.1.0", + "micromatch": "4.0.5", + "normalize-path": "3.0.0", + "object-hash": "3.0.0", + "picocolors": "1.0.0", + "postcss": "8.4.31", + "postcss-import": "15.1.0_postcss_8.4.31", + "postcss-js": "4.0.1_postcss_8.4.31", + "postcss-load-config": "4.0.1_postcss_8.4.31", + "postcss-nested": "6.0.1_postcss_8.4.31", + "postcss-selector-parser": "6.0.13", + "resolve": "1.22.6", + "sucrase": "3.34.0" + }, + "transitive_closure": { + "tailwindcss": [ + "3.3.3" + ], + "@alloc/quick-lru": [ + "5.2.0" + ], + "arg": [ + "5.0.2" + ], + "chokidar": [ + "3.5.3" + ], + "didyoumean": [ + "1.2.2" + ], + "dlv": [ + "1.1.3" + ], + "fast-glob": [ + "3.3.1" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "is-glob": [ + "4.0.3" + ], + "jiti": [ + "1.20.0" + ], + "lilconfig": [ + "2.1.0" + ], + "micromatch": [ + "4.0.5" + ], + "normalize-path": [ + "3.0.0" + ], + "object-hash": [ + "3.0.0" + ], + "picocolors": [ + "1.0.0" + ], + "postcss": [ + "8.4.31" + ], + "postcss-import": [ + "15.1.0_postcss_8.4.31" + ], + "postcss-js": [ + "4.0.1_postcss_8.4.31" + ], + "postcss-load-config": [ + "4.0.1_postcss_8.4.31" + ], + "postcss-nested": [ + "6.0.1_postcss_8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "resolve": [ + "1.22.6" + ], + "sucrase": [ + "3.34.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "commander": [ + "4.1.1" + ], + "glob": [ + "7.1.6" + ], + "lines-and-columns": [ + "1.2.4" + ], + "mz": [ + "2.7.0" + ], + "pirates": [ + "4.0.6" + ], + "ts-interface-checker": [ + "0.1.13" + ], + "any-promise": [ + "1.3.0" + ], + "object-assign": [ + "4.1.1" + ], + "thenify-all": [ + "1.6.0" + ], + "thenify": [ + "3.3.1" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "yaml": [ + "2.3.2" + ], + "camelcase-css": [ + "2.0.1" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "read-cache": [ + "1.0.0" + ], + "pify": [ + "2.3.0" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "merge2": [ + "1.4.1" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "anymatch": [ + "3.1.3" + ], + "is-binary-path": [ + "2.1.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_typescript-eslint_types__5.62.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_types__5.62.0__links", + "package": "@typescript-eslint/types", + "version": "5.62.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@typescript-eslint/types": [ + "5.62.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-normalize-repeat-style__5.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-repeat-style__5.1.1__postcss_8.4.31", + "package": "postcss-normalize-repeat-style", + "version": "5.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "url": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-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__eslint-plugin-import__2.28.1__-733237591": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-import__2.28.1__-733237591", + "package": "eslint-plugin-import", + "version": "2.28.1_-733237591", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", + "url": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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_esbuild_linux-loong64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_esbuild_linux-loong64__0.15.18__links", + "package": "@esbuild/linux-loong64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@esbuild/linux-loong64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fast-glob__3.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fast-glob__3.3.1", + "package": "fast-glob", + "version": "3.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "url": "https://registry.npmjs.org/fast-glob/-/fast-glob-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_jest_types__24.9.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__24.9.0__links", + "package": "@jest/types", + "version": "24.9.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/istanbul-lib-coverage": "2.0.4", + "@types/istanbul-reports": "1.1.2", + "@types/yargs": "13.0.12" + }, + "transitive_closure": { + "@jest/types": [ + "24.9.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "1.1.2" + ], + "@types/yargs": [ + "13.0.12" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-jest__29.7.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-jest__29.7.0__at_babel_core_7.23.0", + "package": "babel-jest", + "version": "29.7.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", + "url": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_svgr_plugin-jsx__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_plugin-jsx__5.5.0__links", + "package": "@svgr/plugin-jsx", + "version": "5.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@svgr/babel-preset": "5.5.0", + "@svgr/hast-util-to-babel-ast": "5.5.0", + "svg-parser": "2.0.4" + }, + "transitive_closure": { + "@svgr/plugin-jsx": [ + "5.5.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@svgr/babel-preset": [ + "5.5.0" + ], + "@svgr/hast-util-to-babel-ast": [ + "5.5.0" + ], + "svg-parser": [ + "2.0.4" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@svgr/babel-plugin-add-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "5.0.1" + ], + "@svgr/babel-plugin-replace-jsx-attribute-value": [ + "5.0.1" + ], + "@svgr/babel-plugin-svg-dynamic-title": [ + "5.4.0" + ], + "@svgr/babel-plugin-svg-em-dimensions": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-react-native-svg": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-svg-component": [ + "5.5.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__launch-editor__2.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__launch-editor__2.6.0", + "package": "launch-editor", + "version": "2.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==", + "url": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__yargs__17.7.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yargs__17.7.2__links", + "package": "yargs", + "version": "17.7.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "cliui": "8.0.1", + "escalade": "3.1.1", + "get-caller-file": "2.0.5", + "require-directory": "2.1.1", + "string-width": "4.2.3", + "y18n": "5.0.8", + "yargs-parser": "21.1.1" + }, + "transitive_closure": { + "yargs": [ + "17.7.2" + ], + "cliui": [ + "8.0.1" + ], + "escalade": [ + "3.1.1" + ], + "get-caller-file": [ + "2.0.5" + ], + "require-directory": [ + "2.1.1" + ], + "string-width": [ + "4.2.3" + ], + "y18n": [ + "5.0.8" + ], + "yargs-parser": [ + "21.1.1" + ], + "emoji-regex": [ + "8.0.0" + ], + "is-fullwidth-code-point": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "wrap-ansi": [ + "7.0.0" + ], + "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" + } + }, + "npm__workbox-recipes__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-recipes__6.6.0__links", + "package": "workbox-recipes", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-cacheable-response": "6.6.0", + "workbox-core": "6.6.0", + "workbox-expiration": "6.6.0", + "workbox-precaching": "6.6.0", + "workbox-routing": "6.6.0", + "workbox-strategies": "6.6.0" + }, + "transitive_closure": { + "workbox-recipes": [ + "6.6.0" + ], + "workbox-cacheable-response": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ], + "workbox-expiration": [ + "6.6.0" + ], + "workbox-precaching": [ + "6.6.0" + ], + "workbox-routing": [ + "6.6.0" + ], + "workbox-strategies": [ + "6.6.0" + ], + "idb": [ + "7.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__toidentifier__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__iterator.prototype__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__iterator.prototype__1.1.2", + "package": "iterator.prototype", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", + "url": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jsonc-parser__3.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsonc-parser__3.2.0__links", + "package": "jsonc-parser", + "version": "3.2.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsonc-parser": [ + "3.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-class-properties", + "version": "7.12.13_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__react-is__16.13.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__ipaddr.js__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__filelist__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__filelist__1.0.4", + "package": "filelist", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "url": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-bom__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__strip-bom__4.0.0__links", + "package": "strip-bom", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-bom": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-nullish-coalescing-operator__7.22.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-nullish-coalescing-operator__7.22.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-nullish-coalescing-operator", + "version": "7.22.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-plugin-polyfill-regenerator__0.5.2__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-regenerator__0.5.2__at_babel_core_7.23.0__links", + "package": "babel-plugin-polyfill-regenerator", + "version": "0.5.2_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-define-polyfill-provider": "0.4.2_at_babel_core_7.23.0" + }, + "transitive_closure": { + "babel-plugin-polyfill-regenerator": [ + "0.5.2_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "semver": [ + "6.3.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object-is__1.1.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object-is__1.1.5__links", + "package": "object-is", + "version": "1.1.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1" + }, + "transitive_closure": { + "object-is": [ + "1.1.5" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "define-data-property": [ + "1.1.0" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "object-keys": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__unbox-primitive__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unbox-primitive__1.0.2__links", + "package": "unbox-primitive", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "has-bigints": "1.0.2", + "has-symbols": "1.0.3", + "which-boxed-primitive": "1.0.2" + }, + "transitive_closure": { + "unbox-primitive": [ + "1.0.2" + ], + "call-bind": [ + "1.0.2" + ], + "has-bigints": [ + "1.0.2" + ], + "has-symbols": [ + "1.0.3" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-tostringtag": [ + "1.0.0" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__define-properties__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__rechoir__0.8.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__rechoir__0.8.0__links", + "package": "rechoir", + "version": "0.8.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "resolve": "1.22.6" + }, + "transitive_closure": { + "rechoir": [ + "0.8.0" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_istanbuljs_load-nyc-config__1.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_istanbuljs_load-nyc-config__1.1.0", + "package": "@istanbuljs/load-nyc-config", + "version": "1.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "url": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-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__q__1.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__q__1.5.1", + "package": "q", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", + "url": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-preserve-symlinks-flag__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-watcher__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__29.7.0__links", + "package": "jest-watcher", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/test-result": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "ansi-escapes": "4.3.2", + "chalk": "4.1.2", + "emittery": "0.13.1", + "jest-util": "29.7.0", + "string-length": "4.0.2" + }, + "transitive_closure": { + "jest-watcher": [ + "29.7.0" + ], + "@jest/test-result": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "ansi-escapes": [ + "4.3.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "emittery": [ + "0.13.1" + ], + "jest-util": [ + "29.7.0" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "type-fest": [ + "0.21.3" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@jest/console": [ + "29.7.0" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-message-util": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_connect-history-api-fallback__1.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_connect-history-api-fallback__1.5.1", + "package": "@types/connect-history-api-fallback", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-iaQslNbARe8fctL5Lk+DsmgWOM83lM+7FzP0eQUJs1jd3kBE8NWqBTIT2S8SqQOJjxvt2eyIjpOuYeRXq2AdMw==", + "url": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__optionator__0.8.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__optionator__0.8.3__links", + "package": "optionator", + "version": "0.8.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "deep-is": "0.1.4", + "fast-levenshtein": "2.0.6", + "levn": "0.3.0", + "prelude-ls": "1.1.2", + "type-check": "0.3.2", + "word-wrap": "1.2.5" + }, + "transitive_closure": { + "optionator": [ + "0.8.3" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "levn": [ + "0.3.0" + ], + "prelude-ls": [ + "1.1.2" + ], + "type-check": [ + "0.3.2" + ], + "word-wrap": [ + "1.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__deep-is__0.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__deep-is__0.1.4__links", + "package": "deep-is", + "version": "0.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "deep-is": [ + "0.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss__8.4.14": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss__8.4.14", + "package": "postcss", + "version": "8.4.14", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", + "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__webpack-dev-server__4.15.1__-360275163__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-server__4.15.1__-360275163__links", + "package": "webpack-dev-server", + "version": "4.15.1_-360275163", + "dev": true, + "root_package": "", + "link_packages": { + "react-webpack": [ + "webpack-dev-server" + ] + }, + "deps": { + "@types/bonjour": "3.5.11", + "@types/connect-history-api-fallback": "1.5.1", + "@types/express": "4.17.18", + "@types/serve-index": "1.9.2", + "@types/serve-static": "1.15.3", + "@types/sockjs": "0.3.34", + "@types/ws": "8.5.6", + "ansi-html-community": "0.0.8", + "bonjour-service": "1.1.1", + "chokidar": "3.5.3", + "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_at_types_express_4.17.18", + "ipaddr.js": "2.1.0", + "launch-editor": "2.6.0", + "open": "8.4.2", + "p-retry": "4.6.2", + "rimraf": "3.0.2", + "schema-utils": "4.2.0", + "selfsigned": "2.1.1", + "serve-index": "1.9.1", + "sockjs": "0.3.24", + "spdy": "4.0.2", + "webpack": "5.89.0_-1501518582", + "webpack-cli": "5.1.4_34022717", + "webpack-dev-middleware": "5.3.3_webpack_5.89.0", + "ws": "8.14.2" + }, + "transitive_closure": { + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "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_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack": [ + "5.89.0_-1501518582" + ], + "webpack-cli": [ + "5.1.4_34022717" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "mime-db": [ + "1.52.0" + ], + "fs-monkey": [ + "1.0.5" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "commander": [ + "2.20.3", + "10.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "5.1.1" + ], + "events": [ + "3.3.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "loader-runner": [ + "4.3.0" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@swc/core": [ + "1.3.100" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "@types/node": [ + "18.11.9", + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "8.12.0", + "6.12.6" + ], + "ajv-keywords": [ + "5.1.0_ajv_8.12.0", + "3.5.2_ajv_6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "1.0.0", + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "require-from-string": [ + "2.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_wasm-parser__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-parser__1.11.6", + "package": "@webassemblyjs/wasm-parser", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", + "url": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-final-newline__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__tsutils__3.21.0__typescript_4.9.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tsutils__3.21.0__typescript_4.9.3__links", + "package": "tsutils", + "version": "3.21.0_typescript_4.9.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "tslib": "1.14.1", + "typescript": "4.9.3" + }, + "transitive_closure": { + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "typescript": [ + "4.9.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_compiler-dom__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-dom__3.3.4__links", + "package": "@vue/compiler-dom", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4" + }, + "transitive_closure": { + "@vue/compiler-dom": [ + "3.3.4" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "@babel/parser": [ + "7.23.0" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map-js": [ + "1.0.2" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__flatted__3.2.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__flatted__3.2.9", + "package": "flatted", + "version": "3.2.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", + "url": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ajv-keywords__5.1.0__ajv_8.12.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-keywords": [ + "5.1.0_ajv_8.12.0" + ], + "ajv": [ + "8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__boolbase__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__commander__4.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__commander__4.1.1", + "package": "commander", + "version": "4.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "url": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__damerau-levenshtein__1.0.8__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__damerau-levenshtein__1.0.8__links", + "package": "damerau-levenshtein", + "version": "1.0.8", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "damerau-levenshtein": [ + "1.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pure-rand__6.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pure-rand__6.0.4", + "package": "pure-rand", + "version": "6.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==", + "url": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__workbox-cacheable-response__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-cacheable-response__6.6.0", + "package": "workbox-cacheable-response", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==", + "url": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.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_jest_types__29.6.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__29.6.3", + "package": "@jest/types", + "version": "29.6.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "url": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__websocket-extensions__0.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__depd__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__semver__6.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__dns-equal__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dns-equal__1.0.0__links", + "package": "dns-equal", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dns-equal": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__csstype__3.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__csstype__3.1.2", + "package": "csstype", + "version": "3.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==", + "url": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-indent__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__strip-indent__3.0.0__links", + "package": "strip-indent", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "min-indent": "1.0.1" + }, + "transitive_closure": { + "strip-indent": [ + "3.0.0" + ], + "min-indent": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__methods__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__text-table__0.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__text-table__0.2.0", + "package": "text-table", + "version": "0.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "url": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__common-tags__1.8.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__common-tags__1.8.2", + "package": "common-tags", + "version": "1.8.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", + "url": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-unicode-sets-regex", + "version": "7.18.6_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "semver": [ + "6.3.1" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__levn__0.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__levn__0.4.1", + "package": "levn", + "version": "0.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "url": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__debug__2.6.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__glob__7.1.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__glob__7.1.7__links", + "package": "glob", + "version": "7.1.7", + "dev": true, + "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": { + "glob": [ + "7.1.7" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__stringify-object__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stringify-object__3.3.0__links", + "package": "stringify-object", + "version": "3.3.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-own-enumerable-property-symbols": "3.0.2", + "is-obj": "1.0.1", + "is-regexp": "1.0.0" + }, + "transitive_closure": { + "stringify-object": [ + "3.3.0" + ], + "get-own-enumerable-property-symbols": [ + "3.0.2" + ], + "is-obj": [ + "1.0.1" + ], + "is-regexp": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-regexp__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-regexp__1.0.0__links", + "package": "is-regexp", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-regexp": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__http-proxy-agent__5.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy-agent__5.0.0", + "package": "http-proxy-agent", + "version": "5.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__detect-newline__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__detect-newline__3.1.0__links", + "package": "detect-newline", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "detect-newline": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_xtuc_ieee754__1.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_vue_compiler-ssr__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.3.4__links", + "package": "@vue/compiler-ssr", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-dom": "3.3.4", + "@vue/shared": "3.3.4" + }, + "transitive_closure": { + "@vue/compiler-ssr": [ + "3.3.4" + ], + "@vue/compiler-dom": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@babel/parser": [ + "7.23.0" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map-js": [ + "1.0.2" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__util.promisify__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__util.promisify__1.0.1", + "package": "util.promisify", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", + "url": "https://registry.npmjs.org/util.promisify/-/util.promisify-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__babel-plugin-polyfill-corejs3__0.8.4__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-corejs3__0.8.4__at_babel_core_7.23.0__links", + "package": "babel-plugin-polyfill-corejs3", + "version": "0.8.4_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-define-polyfill-provider": "0.4.2_at_babel_core_7.23.0", + "core-js-compat": "3.33.0" + }, + "transitive_closure": { + "babel-plugin-polyfill-corejs3": [ + "0.8.4_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "core-js-compat": [ + "3.33.0" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "lru-cache": [ + "5.1.1" + ], + "semver": [ + "6.3.1" + ], + "yallist": [ + "3.1.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jake__10.8.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jake__10.8.7__links", + "package": "jake", + "version": "10.8.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "async": "3.2.4", + "chalk": "4.1.2", + "filelist": "1.0.4", + "minimatch": "3.1.2" + }, + "transitive_closure": { + "jake": [ + "10.8.7" + ], + "async": [ + "3.2.4" + ], + "chalk": [ + "4.1.2" + ], + "filelist": [ + "1.0.4" + ], + "minimatch": [ + "5.1.6", + "3.1.2" + ], + "brace-expansion": [ + "2.0.1", + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.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" + } + }, + "npm__muggle-string__0.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__muggle-string__0.1.0__links", + "package": "muggle-string", + "version": "0.1.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "muggle-string": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webpack-cli_configtest__2.1.1__-360275163__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webpack-cli_configtest__2.1.1__-360275163__links", + "package": "@webpack-cli/configtest", + "version": "2.1.1_-360275163", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "webpack": "5.89.0_-1501518582", + "webpack-cli": "5.1.4_34022717" + }, + "transitive_closure": { + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "webpack": [ + "5.89.0_-1501518582" + ], + "webpack-cli": [ + "5.1.4_34022717" + ], + "@discoveryjs/json-ext": [ + "0.5.7" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" + ], + "@webpack-cli/serve": [ + "2.0.5_-1521883062" + ], + "colorette": [ + "2.0.20" + ], + "commander": [ + "2.20.3", + "10.0.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "envinfo": [ + "7.11.0" + ], + "fastest-levenshtein": [ + "1.0.16" + ], + "import-local": [ + "3.1.0" + ], + "interpret": [ + "3.1.1" + ], + "rechoir": [ + "0.8.0" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" + ], + "webpack-merge": [ + "5.10.0" + ], + "clone-deep": [ + "4.0.1" + ], + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ + "2.0.4" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "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_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "mime-db": [ + "1.52.0" + ], + "fs-monkey": [ + "1.0.5" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "6.12.6", + "8.12.0" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "json-schema-traverse": [ + "0.4.1", + "1.0.0" + ], + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ + "1.0.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" + ], + "resolve-from": [ + "5.0.0" + ], + "find-up": [ + "4.1.0" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "5.1.1" + ], + "events": [ + "3.3.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "loader-runner": [ + "4.3.0" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_1251614587" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@swc/core": [ + "1.3.100" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@swc/counter": [ + "0.1.2" + ], + "@swc/types": [ + "0.1.5" + ], + "@swc/core-darwin-arm64": [ + "1.3.100" + ], + "@swc/core-darwin-x64": [ + "1.3.100" + ], + "@swc/core-linux-arm64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ], + "@swc/core-linux-x64-gnu": [ + "1.3.100" + ], + "@swc/core-linux-x64-musl": [ + "1.3.100" + ], + "@swc/core-win32-arm64-msvc": [ + "1.3.100" + ], + "@swc/core-win32-ia32-msvc": [ + "1.3.100" + ], + "@swc/core-win32-x64-msvc": [ + "1.3.100" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__spdx-exceptions__2.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__spdx-exceptions__2.3.0__links", + "package": "spdx-exceptions", + "version": "2.3.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "spdx-exceptions": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_ieee754__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_ieee754__1.11.6__links", + "package": "@webassemblyjs/ieee754", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@xtuc/ieee754": "1.2.0" + }, + "transitive_closure": { + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@xtuc/ieee754": [ + "1.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__istanbul-lib-instrument__5.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-instrument__5.2.1", + "package": "istanbul-lib-instrument", + "version": "5.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "url": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-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_next_swc-freebsd-x64__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-freebsd-x64__13.0.5", + "package": "@next/swc-freebsd-x64", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0NJg8HZr4yG8ynmMGFXQf+Mahvq4ZgBmUwSlLXXymgxEQgH17erH/LoR69uITtW+KTsALgk9axEt5AAabM4ucg==", + "url": "https://registry.npmjs.org/@next/swc-freebsd-x64/-/swc-freebsd-x64-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__glob__7.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "glob": [ + "7.2.3" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tmpl__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tmpl__1.0.5__links", + "package": "tmpl", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "tmpl": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__utila__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest-docblock__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-docblock__27.5.1", + "package": "jest-docblock", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", + "url": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-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__yargs__17.7.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yargs__17.7.2", + "package": "yargs", + "version": "17.7.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "url": "https://registry.npmjs.org/yargs/-/yargs-17.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__at_next_swc-linux-arm-gnueabihf__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-arm-gnueabihf__13.0.5", + "package": "@next/swc-linux-arm-gnueabihf", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Cye+h3oDT3NDWjACMlRaolL8fokpKie34FlPj9nfoW7bYKmoMBY1d4IO/GgBF+5xEl7HkH0Ny/qex63vQ0pN+A==", + "url": "https://registry.npmjs.org/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__npm-run-path__4.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-string__1.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-string__1.0.7", + "package": "is-string", + "version": "1.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "url": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__workbox-strategies__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-strategies__6.6.0__links", + "package": "workbox-strategies", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-core": "6.6.0" + }, + "transitive_closure": { + "workbox-strategies": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__core-js-pure__3.33.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__core-js-pure__3.33.0", + "package": "core-js-pure", + "version": "3.33.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FKSIDtJnds/YFIEaZ4HszRX7hkxGpNKM7FC9aJ9WLJbSd3lD4vOltFuVIBLR8asSx9frkTSqL0dw90SKQxgKrg==", + "url": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.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__at_babel_plugin-transform-regenerator__7.22.10__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-regenerator__7.22.10__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-regenerator", + "version": "7.22.10_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "regenerator-transform": "0.15.2" + }, + "transitive_closure": { + "@babel/plugin-transform-regenerator": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "regenerator-transform": [ + "0.15.2" + ], + "@babel/runtime": [ + "7.23.1" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_humanwhocodes_object-schema__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_humanwhocodes_object-schema__1.2.1", + "package": "@humanwhocodes/object-schema", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "url": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-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__jsesc__0.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsesc__0.5.0__links", + "package": "jsesc", + "version": "0.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jsesc": [ + "0.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__yaml__2.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__yaml__2.3.2__links", + "package": "yaml", + "version": "2.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "yaml": [ + "2.3.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__mini-css-extract-plugin__2.7.6__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__mini-css-extract-plugin__2.7.6__webpack_5.88.2", + "package": "mini-css-extract-plugin", + "version": "2.7.6_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + "url": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__set-function-name__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__set-function-name__2.0.1", + "package": "set-function-name", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", + "url": "https://registry.npmjs.org/set-function-name/-/set-function-name-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_vue_reactivity__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity__3.3.4__links", + "package": "@vue/reactivity", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/shared": "3.3.4" + }, + "transitive_closure": { + "@vue/reactivity": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-webpack-plugin__3.2.0__eslint_8.28.0__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-webpack-plugin__3.2.0__eslint_8.28.0__webpack_5.88.2__links", + "package": "eslint-webpack-plugin", + "version": "3.2.0_eslint_8.28.0__webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/eslint": "8.44.3", + "eslint": "8.28.0", + "jest-worker": "28.1.3", + "micromatch": "4.0.5", + "normalize-path": "3.0.0", + "schema-utils": "4.2.0", + "webpack": "5.88.2" + }, + "transitive_closure": { + "eslint-webpack-plugin": [ + "3.2.0_eslint_8.28.0__webpack_5.88.2" + ], + "@types/eslint": [ + "8.44.3" + ], + "eslint": [ + "8.28.0" + ], + "jest-worker": [ + "27.5.1", + "28.1.3" + ], + "micromatch": [ + "4.0.5" + ], + "normalize-path": [ + "3.0.0" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "webpack": [ + "5.88.2" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "7.2.2", + "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" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.2.1" + ], + "@types/node": [ + "18.11.9", + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "8.12.0", + "6.12.6" + ], + "ajv-keywords": [ + "5.1.0_ajv_8.12.0", + "3.5.2_ajv_6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "1.0.0", + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "mime-db": [ + "1.52.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "require-from-string": [ + "2.0.2" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_send__0.17.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_send__0.17.2__links", + "package": "@types/send", + "version": "0.17.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/mime": "1.3.3", + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/send": [ + "0.17.2" + ], + "@types/mime": [ + "1.3.3" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__domexception__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__domexception__2.0.1__links", + "package": "domexception", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "webidl-conversions": "5.0.0" + }, + "transitive_closure": { + "domexception": [ + "2.0.1" + ], + "webidl-conversions": [ + "5.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__mime-db__1.52.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__istanbul-lib-instrument__6.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-instrument__6.0.0", + "package": "istanbul-lib-instrument", + "version": "6.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==", + "url": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-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__safe-regex-test__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__safe-regex-test__1.0.0", + "package": "safe-regex-test", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "url": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fs-extra__10.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fs-extra__10.1.0", + "package": "fs-extra", + "version": "10.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-schema-traverse__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__postcss-discard-comments__5.1.2__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-comments__5.1.2__postcss_8.4.31", + "package": "postcss-discard-comments", + "version": "5.1.2_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "url": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-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__terminal-link__2.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__terminal-link__2.1.1__links", + "package": "terminal-link", + "version": "2.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ansi-escapes": "4.3.2", + "supports-hyperlinks": "2.3.0" + }, + "transitive_closure": { + "terminal-link": [ + "2.1.1" + ], + "ansi-escapes": [ + "4.3.2" + ], + "supports-hyperlinks": [ + "2.3.0" + ], + "has-flag": [ + "4.0.0" + ], + "supports-color": [ + "7.2.0" + ], + "type-fest": [ + "0.21.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ansi-html-community__0.0.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_types_serve-static__1.15.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_serve-static__1.15.3", + "package": "@types/serve-static", + "version": "1.15.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yVRvFsEMrv7s0lGhzrggJjNOSmZCdgCjw9xWrPr/kNNLp6FaDfMC1KaYl3TSJ0c58bECwNBMoQrZJ8hA8E1eFg==", + "url": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__call-bind__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__call-bind__1.0.2", + "package": "call-bind", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "url": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__acorn__8.10.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__acorn__8.10.0__links", + "package": "acorn", + "version": "8.10.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "acorn": [ + "8.10.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-gap-properties__3.0.5__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-gap-properties__3.0.5__postcss_8.4.31__links", + "package": "postcss-gap-properties", + "version": "3.0.5_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-gap-properties": [ + "3.0.5_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-normalize-whitespace__5.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-whitespace__5.1.1__postcss_8.4.31__links", + "package": "postcss-normalize-whitespace", + "version": "5.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-normalize-whitespace": [ + "5.1.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__stylehacks__5.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stylehacks__5.1.1__postcss_8.4.31__links", + "package": "stylehacks", + "version": "5.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "stylehacks": [ + "5.1.1_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_eslint_eslintrc__1.4.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_eslint_eslintrc__1.4.1", + "package": "@eslint/eslintrc", + "version": "1.4.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==", + "url": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-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__readable-stream__3.6.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.3.0", + "util-deprecate": "1.0.2" + }, + "transitive_closure": { + "readable-stream": [ + "3.6.2" + ], + "inherits": [ + "2.0.4" + ], + "string_decoder": [ + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "safe-buffer": [ + "5.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core-linux-arm64-musl__1.3.100__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-arm64-musl__1.3.100__links", + "package": "@swc/core-linux-arm64-musl", + "version": "1.3.100", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@swc/core-linux-arm64-musl": [ + "1.3.100" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_yargs__16.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__16.0.6__links", + "package": "@types/yargs", + "version": "16.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/yargs-parser": "21.0.1" + }, + "transitive_closure": { + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-linux-arm64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-arm64__0.15.18__links", + "package": "esbuild-linux-arm64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-linux-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__w3c-xmlserializer__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__w3c-xmlserializer__4.0.0__links", + "package": "w3c-xmlserializer", + "version": "4.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "xml-name-validator": "4.0.0" + }, + "transitive_closure": { + "w3c-xmlserializer": [ + "4.0.0" + ], + "xml-name-validator": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__color-name__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__postcss-flexbugs-fixes__5.0.2__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-flexbugs-fixes__5.0.2__postcss_8.4.31", + "package": "postcss-flexbugs-fixes", + "version": "5.0.2_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", + "url": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-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_next_swc-win32-arm64-msvc__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-arm64-msvc__13.0.5__links", + "package": "@next/swc-win32-arm64-msvc", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-win32-arm64-msvc": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-matcher-utils__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-matcher-utils__27.5.1", + "package": "jest-matcher-utils", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "url": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-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__anymatch__3.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__axe-core__4.8.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__axe-core__4.8.2", + "package": "axe-core", + "version": "4.8.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==", + "url": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eslint-config-next__13.0.5__-1300088051__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-config-next__13.0.5__-1300088051__links", + "package": "eslint-config-next", + "version": "13.0.5_-1300088051", + "dev": true, + "root_package": "", + "link_packages": { + "next.js": [ + "eslint-config-next" + ] + }, + "deps": { + "@next/eslint-plugin-next": "13.0.5", + "@rushstack/eslint-patch": "1.5.1", + "@typescript-eslint/parser": "5.44.0_509062556", + "eslint": "8.28.0", + "eslint-import-resolver-node": "0.3.9", + "eslint-import-resolver-typescript": "3.6.1_237066510", + "eslint-plugin-import": "2.28.1_918111916", + "eslint-plugin-jsx-a11y": "6.7.1_eslint_8.28.0", + "eslint-plugin-react": "7.33.2_eslint_8.28.0", + "eslint-plugin-react-hooks": "4.6.0_eslint_8.28.0", + "next": "13.0.5_1506564262", + "typescript": "4.9.3" + }, + "transitive_closure": { + "eslint-config-next": [ + "13.0.5_-1300088051" + ], + "@next/eslint-plugin-next": [ + "13.0.5" + ], + "@rushstack/eslint-patch": [ + "1.5.1" + ], + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "eslint": [ + "8.28.0" + ], + "eslint-import-resolver-node": [ + "0.3.9" + ], + "eslint-import-resolver-typescript": [ + "3.6.1_237066510" + ], + "eslint-plugin-import": [ + "2.28.1_918111916" + ], + "eslint-plugin-jsx-a11y": [ + "6.7.1_eslint_8.28.0" + ], + "eslint-plugin-react": [ + "7.33.2_eslint_8.28.0" + ], + "eslint-plugin-react-hooks": [ + "4.6.0_eslint_8.28.0" + ], + "next": [ + "13.0.5_1506564262" + ], + "typescript": [ + "4.9.3" + ], + "@next/env": [ + "13.0.5" + ], + "@swc/helpers": [ + "0.4.14" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "postcss": [ + "8.4.14" + ], + "react": [ + "18.2.0" + ], + "react-dom": [ + "18.2.0_react_18.2.0" + ], + "styled-jsx": [ + "5.1.0_-756074946" + ], + "@next/swc-android-arm-eabi": [ + "13.0.5" + ], + "@next/swc-android-arm64": [ + "13.0.5" + ], + "@next/swc-darwin-arm64": [ + "13.0.5" + ], + "@next/swc-darwin-x64": [ + "13.0.5" + ], + "@next/swc-freebsd-x64": [ + "13.0.5" + ], + "@next/swc-linux-arm-gnueabihf": [ + "13.0.5" + ], + "@next/swc-linux-arm64-gnu": [ + "13.0.5" + ], + "@next/swc-linux-arm64-musl": [ + "13.0.5" + ], + "@next/swc-linux-x64-gnu": [ + "13.0.5" + ], + "@next/swc-linux-x64-musl": [ + "13.0.5" + ], + "@next/swc-win32-arm64-msvc": [ + "13.0.5" + ], + "@next/swc-win32-ia32-msvc": [ + "13.0.5" + ], + "@next/swc-win32-x64-msvc": [ + "13.0.5" + ], + "@babel/core": [ + "7.23.0" + ], + "client-only": [ + "0.0.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "3.2.7", + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "1.0.2", + "2.2.3" + ], + "semver": [ + "7.5.4", + "6.3.1" + ], + "ms": [ + "2.1.3", + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "13.22.0", + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "6.0.0", + "5.1.1" + ], + "yallist": [ + "4.0.0", + "3.1.1" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "4.1.2", + "2.4.2" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1" + ], + "escape-string-regexp": [ + "4.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "loose-envify": [ + "1.4.0" + ], + "scheduler": [ + "0.23.0" + ], + "nanoid": [ + "3.3.6" + ], + "source-map-js": [ + "1.0.2" + ], + "tslib": [ + "1.14.1", + "2.6.2" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "array.prototype.tosorted": [ + "1.1.2" + ], + "doctrine": [ + "3.0.0", + "2.1.0" + ], + "es-iterator-helpers": [ + "1.0.15" + ], + "estraverse": [ + "5.3.0" + ], + "jsx-ast-utils": [ + "3.3.5" + ], + "minimatch": [ + "3.1.2" + ], + "object.entries": [ + "1.1.7" + ], + "object.fromentries": [ + "2.0.7" + ], + "object.hasown": [ + "1.1.3" + ], + "object.values": [ + "1.1.7" + ], + "prop-types": [ + "15.8.1" + ], + "resolve": [ + "1.22.6", + "2.0.0-next.4" + ], + "string.prototype.matchall": [ + "4.0.10" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "set-function-name": [ + "2.0.1" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "is-date-object": [ + "1.0.5" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "object-assign": [ + "4.1.1" + ], + "react-is": [ + "16.13.1" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "asynciterator.prototype": [ + "1.0.0" + ], + "iterator.prototype": [ + "1.1.2" + ], + "reflect.getprototypeof": [ + "1.0.4" + ], + "which-builtin-type": [ + "1.1.3" + ], + "is-async-function": [ + "2.0.0" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "which-collection": [ + "1.0.1" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "esutils": [ + "2.0.3" + ], + "@babel/runtime": [ + "7.23.1" + ], + "aria-query": [ + "5.3.0" + ], + "ast-types-flow": [ + "0.0.7" + ], + "axe-core": [ + "4.8.2" + ], + "axobject-query": [ + "3.2.1" + ], + "damerau-levenshtein": [ + "1.0.8" + ], + "emoji-regex": [ + "9.2.2" + ], + "language-tags": [ + "1.0.5" + ], + "language-subtag-registry": [ + "0.3.22" + ], + "dequal": [ + "2.0.3" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "array.prototype.findlastindex": [ + "1.2.3" + ], + "eslint-module-utils": [ + "2.8.0_2031701610" + ], + "is-glob": [ + "4.0.3" + ], + "object.groupby": [ + "1.0.1" + ], + "tsconfig-paths": [ + "3.14.2" + ], + "@types/json5": [ + "0.0.29" + ], + "minimist": [ + "1.2.8" + ], + "strip-bom": [ + "3.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "fast-glob": [ + "3.3.1" + ], + "get-tsconfig": [ + "4.7.2" + ], + "resolve-pkg-maps": [ + "1.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "6.0.2", + "5.1.2" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "graceful-fs": [ + "4.2.11" + ], + "tapable": [ + "2.2.1" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "ajv": [ + "6.12.6" + ], + "cross-spawn": [ + "7.0.3" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "argparse": [ + "2.0.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.1.7", + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "slash": [ + "3.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dedent__1.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dedent__1.5.1", + "package": "dedent", + "version": "1.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "url": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-plugin-macros__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-macros__3.1.0", + "package": "babel-plugin-macros", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "url": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-android-64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-android-64__0.15.18", + "package": "esbuild-android-64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==", + "url": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.15.18.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__at_typescript-eslint_visitor-keys__5.44.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_visitor-keys__5.44.0__links", + "package": "@typescript-eslint/visitor-keys", + "version": "5.44.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/types": "5.44.0", + "eslint-visitor-keys": "3.4.3" + }, + "transitive_closure": { + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "eslint-visitor-keys": [ + "3.4.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dedent__0.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dedent__0.7.0", + "package": "dedent", + "version": "0.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", + "url": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eventemitter3__4.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__loader-utils__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__loader-utils__2.0.4", + "package": "loader-utils", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "url": "https://registry.npmjs.org/loader-utils/-/loader-utils-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__path-exists__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__path-exists__3.0.0__links", + "package": "path-exists", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "path-exists": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__asap__2.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__asap__2.0.6", + "package": "asap", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "url": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-runtime__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-runtime__27.5.1", + "package": "jest-runtime", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "url": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-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__css-select-base-adapter__0.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-select-base-adapter__0.1.1", + "package": "css-select-base-adapter", + "version": "0.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", + "url": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-function-name__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-function-name__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-function-name", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-compilation-targets": "7.22.15", + "@babel/helper-function-name": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-function-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "semver": [ + "6.3.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-environment-jsdom__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__27.5.1", + "package": "jest-environment-jsdom", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", + "url": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-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__workbox-streams__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-streams__6.6.0__links", + "package": "workbox-streams", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-core": "6.6.0", + "workbox-routing": "6.6.0" + }, + "transitive_closure": { + "workbox-streams": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ], + "workbox-routing": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-page-break__3.0.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-page-break__3.0.4__postcss_8.4.31__links", + "package": "postcss-page-break", + "version": "3.0.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-page-break": [ + "3.0.4_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_preset-env__7.22.20__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-env__7.22.20__at_babel_core_7.23.0", + "package": "@babel/preset-env", + "version": "7.22.20_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==", + "url": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-ansi__7.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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_babel_helper-hoist-variables__7.22.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-hoist-variables__7.22.5__links", + "package": "@babel/helper-hoist-variables", + "version": "7.22.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_svgr_plugin-jsx__5.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_plugin-jsx__5.5.0", + "package": "@svgr/plugin-jsx", + "version": "5.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", + "url": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-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__at_babel_plugin-transform-typescript__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-typescript__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-typescript", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__css-has-pseudo__3.0.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__css-has-pseudo__3.0.4__postcss_8.4.31", + "package": "css-has-pseudo", + "version": "3.0.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", + "url": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-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__process-nextick-args__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__convert-source-map__1.9.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__convert-source-map__1.9.0", + "package": "convert-source-map", + "version": "1.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "url": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_csstools_postcss-stepped-value-functions__1.0.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-stepped-value-functions__1.0.1__postcss_8.4.31__links", + "package": "@csstools/postcss-stepped-value-functions", + "version": "1.0.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-stepped-value-functions": [ + "1.0.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-pnp-resolver__1.2.3__jest-resolve_27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-pnp-resolver__1.2.3__jest-resolve_27.5.1", + "package": "jest-pnp-resolver", + "version": "1.2.3_jest-resolve_27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "url": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-double-position-gradients__3.1.2__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-double-position-gradients__3.1.2__postcss_8.4.31", + "package": "postcss-double-position-gradients", + "version": "3.1.2_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", + "url": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-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__at_types_jest__29.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_jest__29.2.3", + "package": "@types/jest", + "version": "29.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "@types/jest" + ], + "react": [ + "@types/jest" + ] + }, + "integrity": "sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==", + "url": "https://registry.npmjs.org/@types/jest/-/jest-29.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__style-loader__3.3.3__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__style-loader__3.3.3__webpack_5.88.2", + "package": "style-loader", + "version": "3.3.3_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==", + "url": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__which-collection__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which-collection__1.0.1__links", + "package": "which-collection", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "is-map": "2.0.2", + "is-set": "2.0.2", + "is-weakmap": "2.0.1", + "is-weakset": "2.0.2" + }, + "transitive_closure": { + "which-collection": [ + "1.0.1" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-color-functional-notation__4.2.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-color-functional-notation__4.2.4__postcss_8.4.31__links", + "package": "postcss-color-functional-notation", + "version": "4.2.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-color-functional-notation": [ + "4.2.4_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__callsites__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__callsites__3.1.0", + "package": "callsites", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "url": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lodash.sortby__4.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.sortby__4.7.0", + "package": "lodash.sortby", + "version": "4.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", + "url": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-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__ts-interface-checker__0.1.13": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ts-interface-checker__0.1.13", + "package": "ts-interface-checker", + "version": "0.1.13", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", + "url": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_types_node__20.8.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__20.8.2", + "package": "@types/node", + "version": "20.8.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==", + "url": "https://registry.npmjs.org/@types/node/-/node-20.8.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_webassemblyjs_leb128__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_leb128__1.11.6", + "package": "@webassemblyjs/leb128", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "url": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-resolve-dependencies__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve-dependencies__27.5.1__links", + "package": "jest-resolve-dependencies", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/types": "27.5.1", + "jest-regex-util": "27.5.1", + "jest-snapshot": "27.5.1" + }, + "transitive_closure": { + "jest-resolve-dependencies": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/transform": [ + "27.5.1" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "expect": [ + "27.5.1" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "27.5.1" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "source-map": [ + "0.6.1" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__crypto-random-string__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__crypto-random-string__2.0.0", + "package": "crypto-random-string", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "url": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eslint-plugin-jsx-a11y__6.7.1__eslint_8.28.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-jsx-a11y__6.7.1__eslint_8.28.0", + "package": "eslint-plugin-jsx-a11y", + "version": "6.7.1_eslint_8.28.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", + "url": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jiti__1.20.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jiti__1.20.0__links", + "package": "jiti", + "version": "1.20.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "jiti": [ + "1.20.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__prelude-ls__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__prelude-ls__1.1.2__links", + "package": "prelude-ls", + "version": "1.1.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "prelude-ls": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-boolean-object__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-boolean-object__1.1.2", + "package": "is-boolean-object", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "url": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_compiler-ssr__3.2.37": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.2.37", + "package": "@vue/compiler-ssr", + "version": "3.2.37", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==", + "url": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.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__json-parse-better-errors__1.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json-parse-better-errors__1.0.2", + "package": "json-parse-better-errors", + "version": "1.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "url": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__tryer__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tryer__1.0.1", + "package": "tryer", + "version": "1.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==", + "url": "https://registry.npmjs.org/tryer/-/tryer-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__function-bind__1.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__function-bind__1.1.1__links", + "package": "function-bind", + "version": "1.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "function-bind": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-core__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-core__6.6.0", + "package": "workbox-core", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==", + "url": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.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_types_trusted-types__2.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_trusted-types__2.0.4", + "package": "@types/trusted-types", + "version": "2.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ==", + "url": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-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__entities__4.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__entities__4.5.0__links", + "package": "entities", + "version": "4.5.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "entities": [ + "4.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__es-shim-unscopables__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-shim-unscopables__1.0.0__links", + "package": "es-shim-unscopables", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "has": "1.0.3" + }, + "transitive_closure": { + "es-shim-unscopables": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_surma_rollup-plugin-off-main-thread__2.2.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_surma_rollup-plugin-off-main-thread__2.2.3__links", + "package": "@surma/rollup-plugin-off-main-thread", + "version": "2.2.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "ejs": "3.1.9", + "json5": "2.2.3", + "magic-string": "0.25.9", + "string.prototype.matchall": "4.0.10" + }, + "transitive_closure": { + "@surma/rollup-plugin-off-main-thread": [ + "2.2.3" + ], + "ejs": [ + "3.1.9" + ], + "json5": [ + "2.2.3" + ], + "magic-string": [ + "0.25.9" + ], + "string.prototype.matchall": [ + "4.0.10" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "set-function-name": [ + "2.0.1" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "is-date-object": [ + "1.0.5" + ], + "sourcemap-codec": [ + "1.4.8" + ], + "jake": [ + "10.8.7" + ], + "async": [ + "3.2.4" + ], + "chalk": [ + "4.1.2" + ], + "filelist": [ + "1.0.4" + ], + "minimatch": [ + "5.1.6", + "3.1.2" + ], + "brace-expansion": [ + "2.0.1", + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.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" + } + }, + "npm__at_babel_plugin-transform-sticky-regex__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-sticky-regex__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-sticky-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-sticky-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__istanbul-lib-source-maps__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-source-maps__4.0.1__links", + "package": "istanbul-lib-source-maps", + "version": "4.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "debug": "4.3.4", + "istanbul-lib-coverage": "3.2.0", + "source-map": "0.6.1" + }, + "transitive_closure": { + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "debug": [ + "4.3.4" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "source-map": [ + "0.6.1" + ], + "ms": [ + "2.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__address__1.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__address__1.2.2__links", + "package": "address", + "version": "1.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "address": [ + "1.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-progressive-custom-properties__1.3.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-progressive-custom-properties__1.3.0__postcss_8.4.31", + "package": "@csstools/postcss-progressive-custom-properties", + "version": "1.3.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", + "url": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-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__react-is__18.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__react-is__18.2.0", + "package": "react-is", + "version": "18.2.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "url": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__escape-string-regexp__1.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__jest__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest__27.5.1", + "package": "jest", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "url": "https://registry.npmjs.org/jest/-/jest-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__resolve.exports__2.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__resolve.exports__2.0.2", + "package": "resolve.exports", + "version": "2.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "url": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-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__form-data__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__form-data__3.0.1__links", + "package": "form-data", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "asynckit": "0.4.0", + "combined-stream": "1.0.8", + "mime-types": "2.1.35" + }, + "transitive_closure": { + "form-data": [ + "3.0.1" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core-win32-x64-msvc__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-x64-msvc__1.3.100", + "package": "@swc/core-win32-x64-msvc", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-b7J0rPoMkRTa3XyUGt8PwCaIBuYWsL2DqbirrQKRESzgCvif5iNpqaM6kjIjI/5y5q1Ycv564CB51YDpiS8EtQ==", + "url": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.100.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__at_babel_plugin-syntax-import-attributes__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-import-attributes__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-import-attributes", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-diff__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__29.7.0__links", + "package": "jest-diff", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "4.1.2", + "diff-sequences": "29.6.3", + "jest-get-type": "29.6.3", + "pretty-format": "29.7.0" + }, + "transitive_closure": { + "jest-diff": [ + "29.7.0" + ], + "chalk": [ + "4.1.2" + ], + "diff-sequences": [ + "29.6.3" + ], + "jest-get-type": [ + "29.6.3" + ], + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.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" + } + }, + "npm__gopd__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__gopd__1.0.1__links", + "package": "gopd", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.1" + }, + "transitive_closure": { + "gopd": [ + "1.0.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.0", + "package": "@babel/helper-create-regexp-features-plugin", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", + "url": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_next_swc-android-arm-eabi__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-android-arm-eabi__13.0.5__links", + "package": "@next/swc-android-arm-eabi", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-android-arm-eabi": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__chalk__2.4.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__chalk__2.4.2", + "package": "chalk", + "version": "2.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "url": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-sticky-regex__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-sticky-regex__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-sticky-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_template__7.22.15__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_template__7.22.15__links", + "package": "@babel/template", + "version": "7.22.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/code-frame": "7.22.13", + "@babel/parser": "7.23.0", + "@babel/types": "7.23.0" + }, + "transitive_closure": { + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__debug__2.6.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__cssesc__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__url-parse__1.5.10": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__url-parse__1.5.10", + "package": "url-parse", + "version": "1.5.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "url": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_svgr_webpack__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_webpack__5.5.0__links", + "package": "@svgr/webpack", + "version": "5.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/plugin-transform-react-constant-elements": "7.22.5_at_babel_core_7.23.0", + "@babel/preset-env": "7.22.20_at_babel_core_7.23.0", + "@babel/preset-react": "7.22.15_at_babel_core_7.23.0", + "@svgr/core": "5.5.0", + "@svgr/plugin-jsx": "5.5.0", + "@svgr/plugin-svgo": "5.5.0", + "loader-utils": "2.0.4" + }, + "transitive_closure": { + "@svgr/webpack": [ + "5.5.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/plugin-transform-react-constant-elements": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/preset-env": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/preset-react": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@svgr/core": [ + "5.5.0" + ], + "@svgr/plugin-jsx": [ + "5.5.0" + ], + "@svgr/plugin-svgo": [ + "5.5.0" + ], + "loader-utils": [ + "2.0.4" + ], + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "json5": [ + "2.2.3" + ], + "cosmiconfig": [ + "7.1.0" + ], + "deepmerge": [ + "4.3.1" + ], + "svgo": [ + "1.3.2" + ], + "chalk": [ + "2.4.2" + ], + "coa": [ + "2.0.2" + ], + "css-select": [ + "2.1.0" + ], + "css-select-base-adapter": [ + "0.1.1" + ], + "css-tree": [ + "1.1.3", + "1.0.0-alpha.37" + ], + "csso": [ + "4.2.0" + ], + "js-yaml": [ + "3.14.1" + ], + "mkdirp": [ + "0.5.6" + ], + "object.values": [ + "1.1.7" + ], + "sax": [ + "1.2.4" + ], + "stable": [ + "0.1.8" + ], + "unquote": [ + "1.1.1" + ], + "util.promisify": [ + "1.0.1" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "has-symbols": [ + "1.0.3" + ], + "object.getownpropertydescriptors": [ + "2.1.7" + ], + "array.prototype.reduce": [ + "1.0.6" + ], + "call-bind": [ + "1.0.2" + ], + "safe-array-concat": [ + "1.0.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "isarray": [ + "2.0.5" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "es-array-method-boxes-properly": [ + "1.0.0" + ], + "is-string": [ + "1.0.7" + ], + "has-tostringtag": [ + "1.0.0" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ], + "minimist": [ + "1.2.8" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "mdn-data": [ + "2.0.4", + "2.0.14" + ], + "source-map": [ + "0.6.1" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "3.4.2" + ], + "domutils": [ + "1.7.0" + ], + "nth-check": [ + "1.0.2" + ], + "dom-serializer": [ + "0.2.2" + ], + "domelementtype": [ + "2.3.0", + "1.3.1" + ], + "entities": [ + "2.2.0" + ], + "@types/q": [ + "1.5.6" + ], + "q": [ + "1.5.1" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@types/parse-json": [ + "4.0.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parse-json": [ + "5.2.0" + ], + "path-type": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@svgr/babel-preset": [ + "5.5.0" + ], + "@svgr/hast-util-to-babel-ast": [ + "5.5.0" + ], + "svg-parser": [ + "2.0.4" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@svgr/babel-plugin-add-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "5.0.1" + ], + "@svgr/babel-plugin-replace-jsx-attribute-value": [ + "5.0.1" + ], + "@svgr/babel-plugin-svg-dynamic-title": [ + "5.4.0" + ], + "@svgr/babel-plugin-svg-em-dimensions": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-react-native-svg": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-svg-component": [ + "5.5.0" + ], + "camelcase": [ + "6.3.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "@babel/plugin-transform-react-display-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-jsx": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-jsx-development": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-react-pure-annotations": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-assertions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-attributes": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-arrow-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-generator-functions": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-async-to-generator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoped-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-block-scoping": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-class-static-block": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-classes": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-computed-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-destructuring": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dotall-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-duplicate-keys": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-dynamic-import": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-exponentiation-operator": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-export-namespace-from": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-for-of": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-function-name": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-json-strings": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-logical-assignment-operators": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-member-expression-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-amd": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-commonjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-systemjs": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-modules-umd": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-new-target": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-numeric-separator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-rest-spread": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-object-super": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-catch-binding": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-optional-chaining": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-parameters": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-methods": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-private-property-in-object": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-property-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-regenerator": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-reserved-words": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-shorthand-properties": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-spread": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-sticky-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-template-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-typeof-symbol": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-escapes": [ + "7.22.10_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-property-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-transform-unicode-sets-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs2": [ + "0.4.5_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-corejs3": [ + "0.8.4_at_babel_core_7.23.0" + ], + "babel-plugin-polyfill-regenerator": [ + "0.5.2_at_babel_core_7.23.0" + ], + "core-js-compat": [ + "3.33.0" + ], + "semver": [ + "6.3.1" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/helper-define-polyfill-provider": [ + "0.4.2_at_babel_core_7.23.0" + ], + "debug": [ + "4.3.4" + ], + "lodash.debounce": [ + "4.0.8" + ], + "resolve": [ + "1.22.6" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "ms": [ + "2.1.2" + ], + "esutils": [ + "2.0.3" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "regexpu-core": [ + "5.3.2" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "regenerator-transform": [ + "0.15.2" + ], + "@babel/runtime": [ + "7.23.1" + ], + "regenerator-runtime": [ + "0.14.0" + ], + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@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_at_babel_core_7.23.0" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__workbox-range-requests__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-range-requests__6.6.0__links", + "package": "workbox-range-requests", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-core": "6.6.0" + }, + "transitive_closure": { + "workbox-range-requests": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-stepped-value-functions__1.0.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-stepped-value-functions__1.0.1__postcss_8.4.31", + "package": "@csstools/postcss-stepped-value-functions", + "version": "1.0.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", + "url": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-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__eslint-utils__3.0.0__eslint_8.28.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-utils__3.0.0__eslint_8.28.0", + "package": "eslint-utils", + "version": "3.0.0_eslint_8.28.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__flat-cache__3.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__flat-cache__3.1.0", + "package": "flat-cache", + "version": "3.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", + "url": "https://registry.npmjs.org/flat-cache/-/flat-cache-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_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-export-namespace-from", + "version": "7.8.3_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__q__1.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__q__1.5.1__links", + "package": "q", + "version": "1.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "q": [ + "1.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__vite__3.2.7__at_types_node_18.11.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__vite__3.2.7__at_types_node_18.11.9", + "package": "vite", + "version": "3.2.7_at_types_node_18.11.9", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue": [ + "vite" + ] + }, + "integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==", + "url": "https://registry.npmjs.org/vite/-/vite-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__at_babel_plugin-transform-numeric-separator__7.22.11__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-numeric-separator__7.22.11__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-numeric-separator", + "version": "7.22.11_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.0" + }, + "transitive_closure": { + "@babel/plugin-transform-numeric-separator": [ + "7.22.11_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_swc-win32-ia32-msvc__13.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-ia32-msvc__13.0.5__links", + "package": "@next/swc-win32-ia32-msvc", + "version": "13.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@next/swc-win32-ia32-msvc": [ + "13.0.5" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__hoopy__0.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__hoopy__0.1.4__links", + "package": "hoopy", + "version": "0.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "hoopy": [ + "0.1.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__coa__2.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__coa__2.0.2__links", + "package": "coa", + "version": "2.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/q": "1.5.6", + "chalk": "2.4.2", + "q": "1.5.1" + }, + "transitive_closure": { + "coa": [ + "2.0.2" + ], + "@types/q": [ + "1.5.6" + ], + "chalk": [ + "2.4.2" + ], + "q": [ + "1.5.1" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "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" + } + }, + "npm__at_babel_plugin-transform-property-literals__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-property-literals__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-property-literals", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-property-literals": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ajv-formats__2.1.1__ajv_8.12.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ajv-formats__2.1.1__ajv_8.12.0", + "package": "ajv-formats", + "version": "2.1.1_ajv_8.12.0", + "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__stackframe__1.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__stackframe__1.3.4__links", + "package": "stackframe", + "version": "1.3.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "stackframe": [ + "1.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__xmlchars__2.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__xmlchars__2.2.0__links", + "package": "xmlchars", + "version": "2.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "xmlchars": [ + "2.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__common-path-prefix__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__common-path-prefix__3.0.0", + "package": "common-path-prefix", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", + "url": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-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__esbuild-freebsd-64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-freebsd-64__0.15.18__links", + "package": "esbuild-freebsd-64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-freebsd-64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__has-property-descriptors__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__has-property-descriptors__1.0.0", + "package": "has-property-descriptors", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "url": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__parse5__7.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__parse5__7.1.2__links", + "package": "parse5", + "version": "7.1.2", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "entities": "4.5.0" + }, + "transitive_closure": { + "parse5": [ + "7.1.2" + ], + "entities": [ + "4.5.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_retry__0.12.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_retry__0.12.0", + "package": "@types/retry", + "version": "0.12.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "url": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__bfj__7.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__bfj__7.1.0", + "package": "bfj", + "version": "7.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==", + "url": "https://registry.npmjs.org/bfj/-/bfj-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__p-locate__4.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-locate": [ + "4.1.0" + ], + "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" + } + }, + "npm__jest-environment-node__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-node__29.7.0__links", + "package": "jest-environment-node", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "29.7.0", + "@jest/fake-timers": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "jest-mock": "29.7.0", + "jest-util": "29.7.0" + }, + "transitive_closure": { + "jest-environment-node": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__methods__1.1.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__clone-deep__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__clone-deep__4.0.1__links", + "package": "clone-deep", + "version": "4.0.1", + "dev": true, + "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" + ], + "kind-of": [ + "6.0.3" + ], + "shallow-clone": [ + "3.0.1" + ], + "isobject": [ + "3.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__nice-try__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__nice-try__1.0.5__links", + "package": "nice-try", + "version": "1.0.5", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "nice-try": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-scope__5.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": [ + "5.3.0", + "4.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__lodash.uniq__4.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.uniq__4.5.0", + "package": "lodash.uniq", + "version": "4.5.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "url": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_fastify_deepmerge__1.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_fastify_deepmerge__1.3.0", + "package": "@fastify/deepmerge", + "version": "1.3.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==", + "url": "https://registry.npmjs.org/@fastify/deepmerge/-/deepmerge-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__serialize-javascript__6.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__serialize-javascript__6.0.1__links", + "package": "serialize-javascript", + "version": "6.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "randombytes": "2.1.0" + }, + "transitive_closure": { + "serialize-javascript": [ + "6.0.1" + ], + "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" + } + }, + "npm__escalade__3.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__escalade__3.1.1__links", + "package": "escalade", + "version": "3.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__js-yaml__4.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_pmmmwh_react-refresh-webpack-plugin__0.5.11__-2131594514": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_pmmmwh_react-refresh-webpack-plugin__0.5.11__-2131594514", + "package": "@pmmmwh/react-refresh-webpack-plugin", + "version": "0.5.11_-2131594514", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==", + "url": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-classes__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-classes__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-classes", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-compilation-targets": "7.22.15", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-function-name": "7.23.0", + "@babel/helper-optimise-call-expression": "7.22.5", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/helper-replace-supers": "7.22.20_at_babel_core_7.23.0", + "@babel/helper-split-export-declaration": "7.22.6", + "globals": "11.12.0" + }, + "transitive_closure": { + "@babel/plugin-transform-classes": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "globals": [ + "11.12.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "semver": [ + "6.3.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-reserved-words__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-reserved-words__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-reserved-words", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-resolve-dependencies__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve-dependencies__29.7.0__links", + "package": "jest-resolve-dependencies", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "jest-regex-util": "29.6.3", + "jest-snapshot": "29.7.0" + }, + "transitive_closure": { + "jest-resolve-dependencies": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-snapshot": [ + "29.7.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "expect": [ + "29.7.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "natural-compare": [ + "1.4.0" + ], + "pretty-format": [ + "29.7.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/node": [ + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "supports-color": [ + "8.1.1", + "7.2.0", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-worker": [ + "29.7.0" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ipaddr.js__1.9.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_nodelib_fs.stat__2.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.stat__2.0.5", + "package": "@nodelib/fs.stat", + "version": "2.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "url": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-windows-32__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-windows-32__0.15.18__links", + "package": "esbuild-windows-32", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-windows-32": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-oklab-function__1.1.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-oklab-function__1.1.1__postcss_8.4.31", + "package": "@csstools/postcss-oklab-function", + "version": "1.1.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", + "url": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-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__jest-changed-files__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-changed-files__27.5.1", + "package": "jest-changed-files", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", + "url": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-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__ajv__6.12.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__redent__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__redent__3.0.0", + "package": "redent", + "version": "3.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "url": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__serve-static__1.15.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "serve-static": [ + "1.15.0" + ], + "encodeurl": [ + "1.0.2" + ], + "escape-html": [ + "1.0.3" + ], + "parseurl": [ + "1.3.3" + ], + "send": [ + "0.18.0" + ], + "debug": [ + "2.6.9" + ], + "depd": [ + "2.0.0" + ], + "destroy": [ + "1.2.0" + ], + "etag": [ + "1.8.1" + ], + "fresh": [ + "0.5.2" + ], + "http-errors": [ + "2.0.0" + ], + "mime": [ + "1.6.0" + ], + "ms": [ + "2.0.0", + "2.1.3" + ], + "on-finished": [ + "2.4.1" + ], + "range-parser": [ + "1.2.1" + ], + "statuses": [ + "2.0.1" + ], + "ee-first": [ + "1.1.1" + ], + "inherits": [ + "2.0.4" + ], + "setprototypeof": [ + "1.2.0" + ], + "toidentifier": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-block-scoped-functions__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-block-scoped-functions__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-block-scoped-functions", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-block-scoped-functions": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__escodegen__1.14.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__escodegen__1.14.3__links", + "package": "escodegen", + "version": "1.14.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "source-map": "0.6.1", + "esprima": "4.0.1", + "estraverse": "4.3.0", + "esutils": "2.0.3", + "optionator": "0.8.3" + }, + "transitive_closure": { + "escodegen": [ + "1.14.3" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "4.3.0" + ], + "esutils": [ + "2.0.3" + ], + "optionator": [ + "0.8.3" + ], + "source-map": [ + "0.6.1" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "levn": [ + "0.3.0" + ], + "prelude-ls": [ + "1.1.2" + ], + "type-check": [ + "0.3.2" + ], + "word-wrap": [ + "1.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__language-tags__1.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__language-tags__1.0.5__links", + "package": "language-tags", + "version": "1.0.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "language-subtag-registry": "0.3.22" + }, + "transitive_closure": { + "language-tags": [ + "1.0.5" + ], + "language-subtag-registry": [ + "0.3.22" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_prop-types__15.7.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_prop-types__15.7.8", + "package": "@types/prop-types", + "version": "15.7.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==", + "url": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.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__is-typedarray__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-typedarray__1.0.0", + "package": "is-typedarray", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "url": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_svgr_babel-plugin-remove-jsx-empty-expression__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-remove-jsx-empty-expression__5.0.1", + "package": "@svgr/babel-plugin-remove-jsx-empty-expression", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", + "url": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-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__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.3.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.3.4", + "package": "@vitejs/plugin-vue", + "version": "3.2.0_vite_3.2.7__vue_3.3.4", + "root_package": "", + "link_workspace": "", + "link_packages": { + "vue/libraries/simple": [ + "@vitejs/plugin-vue" + ] + }, + "integrity": "sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==", + "url": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-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_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.23.0__links", + "package": "@babel/helper-remap-async-to-generator", + "version": "7.22.20_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-wrap-function": "7.22.20" + }, + "transitive_closure": { + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-wrap-function": [ + "7.22.20" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__babel-plugin-istanbul__6.1.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-istanbul__6.1.1__links", + "package": "babel-plugin-istanbul", + "version": "6.1.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/helper-plugin-utils": "7.22.5", + "@istanbuljs/load-nyc-config": "1.1.0", + "@istanbuljs/schema": "0.1.3", + "istanbul-lib-instrument": "5.2.1", + "test-exclude": "6.0.0" + }, + "transitive_closure": { + "babel-plugin-istanbul": [ + "6.1.1" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "semver": [ + "6.3.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "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" + } + }, + "npm__dir-glob__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dir-glob__3.0.1__links", + "package": "dir-glob", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "path-type": "4.0.0" + }, + "transitive_closure": { + "dir-glob": [ + "3.0.1" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_body-parser__1.19.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_body-parser__1.19.3__links", + "package": "@types/body-parser", + "version": "1.19.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/connect": "3.4.36", + "@types/node": "18.11.9" + }, + "transitive_closure": { + "@types/body-parser": [ + "1.19.3" + ], + "@types/connect": [ + "3.4.36" + ], + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__minimalistic-assert__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__workbox-precaching__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-precaching__6.6.0", + "package": "workbox-precaching", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==", + "url": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.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__array-union__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array-union__2.1.0", + "package": "array-union", + "version": "2.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "url": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__iconv-lite__0.4.24": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__istanbul-lib-source-maps__4.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-source-maps__4.0.1", + "package": "istanbul-lib-source-maps", + "version": "4.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "url": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-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__prelude-ls__1.2.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__prelude-ls__1.2.1__links", + "package": "prelude-ls", + "version": "1.2.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "prelude-ls": [ + "1.2.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__array.prototype.flatmap__1.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.flatmap__1.3.2__links", + "package": "array.prototype.flatmap", + "version": "1.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "es-shim-unscopables": "1.0.0" + }, + "transitive_closure": { + "array.prototype.flatmap": [ + "1.3.2" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_wast-printer__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wast-printer__1.11.6__links", + "package": "@webassemblyjs/wast-printer", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.6", + "@xtuc/long": "4.2.2" + }, + "transitive_closure": { + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__camelcase-css__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__camelcase-css__2.0.1__links", + "package": "camelcase-css", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "camelcase-css": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-loader__6.2.1__1967977863": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-loader__6.2.1__1967977863", + "package": "postcss-loader", + "version": "6.2.1_1967977863", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "url": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-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__at_types_node__18.11.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__18.11.9__links", + "package": "@types/node", + "version": "18.11.9", + "dev": false, + "root_package": "", + "link_packages": { + "next.js": [ + "@types/node" + ], + "vue": [ + "@types/node" + ] + }, + "deps": {}, + "transitive_closure": { + "@types/node": [ + "18.11.9" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-focus-visible__6.0.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-focus-visible__6.0.4__postcss_8.4.31", + "package": "postcss-focus-visible", + "version": "6.0.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", + "url": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_test-result__28.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-result__28.1.3__links", + "package": "@jest/test-result", + "version": "28.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/console": "28.1.3", + "@jest/types": "28.1.3", + "@types/istanbul-lib-coverage": "2.0.4", + "collect-v8-coverage": "1.0.2" + }, + "transitive_closure": { + "@jest/test-result": [ + "28.1.3" + ], + "@jest/console": [ + "28.1.3" + ], + "@jest/types": [ + "28.1.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "@jest/schemas": [ + "28.1.3" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/yargs": [ + "17.0.26" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.24.51" + ], + "jest-message-util": [ + "28.1.3" + ], + "jest-util": [ + "28.1.3" + ], + "slash": [ + "3.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "28.1.3" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "react-is": [ + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esbuild-freebsd-arm64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-freebsd-arm64__0.15.18", + "package": "esbuild-freebsd-arm64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==", + "url": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.18.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__reflect.getprototypeof__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__reflect.getprototypeof__1.0.4__links", + "package": "reflect.getprototypeof", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "get-intrinsic": "1.2.1", + "globalthis": "1.0.3", + "which-builtin-type": "1.1.3" + }, + "transitive_closure": { + "reflect.getprototypeof": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "globalthis": [ + "1.0.3" + ], + "which-builtin-type": [ + "1.1.3" + ], + "function.prototype.name": [ + "1.1.6" + ], + "has-tostringtag": [ + "1.0.0" + ], + "is-async-function": [ + "2.0.0" + ], + "is-date-object": [ + "1.0.5" + ], + "is-finalizationregistry": [ + "1.0.2" + ], + "is-generator-function": [ + "1.0.10" + ], + "is-regex": [ + "1.1.4" + ], + "is-weakref": [ + "1.0.2" + ], + "isarray": [ + "2.0.5" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "which-collection": [ + "1.0.1" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "is-callable": [ + "1.2.7" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ + "2.0.1" + ], + "is-weakset": [ + "2.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-string": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "has-symbols": [ + "1.0.3" + ], + "has-bigints": [ + "1.0.2" + ], + "functions-have-names": [ + "1.2.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "side-channel": [ + "1.0.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-duplicate-keys__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-duplicate-keys__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-duplicate-keys", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_svgr_core__5.5.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_core__5.5.0__links", + "package": "@svgr/core", + "version": "5.5.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@svgr/plugin-jsx": "5.5.0", + "camelcase": "6.3.0", + "cosmiconfig": "7.1.0" + }, + "transitive_closure": { + "@svgr/core": [ + "5.5.0" + ], + "@svgr/plugin-jsx": [ + "5.5.0" + ], + "camelcase": [ + "6.3.0" + ], + "cosmiconfig": [ + "7.1.0" + ], + "@types/parse-json": [ + "4.0.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parse-json": [ + "5.2.0" + ], + "path-type": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@svgr/babel-preset": [ + "5.5.0" + ], + "@svgr/hast-util-to-babel-ast": [ + "5.5.0" + ], + "svg-parser": [ + "2.0.4" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@svgr/babel-plugin-add-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-attribute": [ + "5.4.0" + ], + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "5.0.1" + ], + "@svgr/babel-plugin-replace-jsx-attribute-value": [ + "5.0.1" + ], + "@svgr/babel-plugin-svg-dynamic-title": [ + "5.4.0" + ], + "@svgr/babel-plugin-svg-em-dimensions": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-react-native-svg": [ + "5.4.0" + ], + "@svgr/babel-plugin-transform-svg-component": [ + "5.5.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_volar_vue-language-core__1.0.9__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_vue-language-core__1.0.9__links", + "package": "@volar/vue-language-core", + "version": "1.0.9", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@volar/language-core": "1.0.9", + "@volar/source-map": "1.0.9", + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-sfc": "3.3.4", + "@vue/reactivity": "3.3.4", + "@vue/shared": "3.3.4", + "minimatch": "5.1.6", + "vue-template-compiler": "2.7.14" + }, + "transitive_closure": { + "@volar/vue-language-core": [ + "1.0.9" + ], + "@volar/language-core": [ + "1.0.9" + ], + "@volar/source-map": [ + "1.0.9" + ], + "@vue/compiler-dom": [ + "3.3.4" + ], + "@vue/compiler-sfc": [ + "3.3.4" + ], + "@vue/reactivity": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "minimatch": [ + "5.1.6" + ], + "vue-template-compiler": [ + "2.7.14" + ], + "de-indent": [ + "1.0.2" + ], + "he": [ + "1.2.0" + ], + "brace-expansion": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "@vue/compiler-core": [ + "3.3.4" + ], + "@vue/compiler-ssr": [ + "3.3.4" + ], + "@vue/reactivity-transform": [ + "3.3.4" + ], + "estree-walker": [ + "2.0.2" + ], + "magic-string": [ + "0.30.4" + ], + "postcss": [ + "8.4.31" + ], + "source-map-js": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "muggle-string": [ + "0.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_q__1.5.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_q__1.5.6", + "package": "@types/q", + "version": "1.5.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-IKjZ8RjTSwD4/YG+2gtj7BPFRB/lNbWKTiSj3M7U/TD2B7HfYCxvp2Zz6xA2WIY7pAuL1QOUPw8gQRbUrrq4fQ==", + "url": "https://registry.npmjs.org/@types/q/-/q-1.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__handle-thing__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__postcss-minify-params__5.1.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-params__5.1.4__postcss_8.4.31", + "package": "postcss-minify-params", + "version": "5.1.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", + "url": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-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__at_types_qs__6.9.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_qs__6.9.8", + "package": "@types/qs", + "version": "6.9.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg==", + "url": "https://registry.npmjs.org/@types/qs/-/qs-6.9.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__jest-environment-node__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-node__27.5.1__links", + "package": "jest-environment-node", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "27.5.1", + "@jest/fake-timers": "27.5.1", + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "jest-mock": "27.5.1", + "jest-util": "27.5.1" + }, + "transitive_closure": { + "jest-environment-node": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "jest-message-util": [ + "27.5.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-selector-not__6.0.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-selector-not__6.0.1__postcss_8.4.31__links", + "package": "postcss-selector-not", + "version": "6.0.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-selector-not": [ + "6.0.1_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_helper-replace-supers__7.22.20__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-replace-supers__7.22.20__at_babel_core_7.23.0__links", + "package": "@babel/helper-replace-supers", + "version": "7.22.20_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-environment-visitor": "7.22.20", + "@babel/helper-member-expression-to-functions": "7.23.0", + "@babel/helper-optimise-call-expression": "7.22.5" + }, + "transitive_closure": { + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-member-expression-to-functions": [ + "7.23.0" + ], + "@babel/helper-optimise-call-expression": [ + "7.22.5" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__leven__3.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__leven__3.1.0__links", + "package": "leven", + "version": "3.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "leven": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__function-bind__1.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__function-bind__1.1.1", + "package": "function-bind", + "version": "1.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__write-file-atomic__3.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__write-file-atomic__3.0.3__links", + "package": "write-file-atomic", + "version": "3.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "imurmurhash": "0.1.4", + "is-typedarray": "1.0.0", + "signal-exit": "3.0.7", + "typedarray-to-buffer": "3.1.5" + }, + "transitive_closure": { + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__fast-glob__3.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fast-glob__3.3.1__links", + "package": "fast-glob", + "version": "3.3.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@nodelib/fs.stat": "2.0.5", + "@nodelib/fs.walk": "1.2.8", + "glob-parent": "5.1.2", + "merge2": "1.4.1", + "micromatch": "4.0.5" + }, + "transitive_closure": { + "fast-glob": [ + "3.3.1" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "5.1.2" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-extglob": [ + "2.1.1" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__has-property-descriptors__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__has-property-descriptors__1.0.0__links", + "package": "has-property-descriptors", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "get-intrinsic": "1.2.1" + }, + "transitive_closure": { + "has-property-descriptors": [ + "1.0.0" + ], + "get-intrinsic": [ + "1.2.1" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__isobject__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__isobject__3.0.1__links", + "package": "isobject", + "version": "3.0.1", + "dev": true, + "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" + } + }, + "npm__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.0", + "package": "@babel/plugin-proposal-private-property-in-object", + "version": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__node-int64__0.4.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__node-int64__0.4.0__links", + "package": "node-int64", + "version": "0.4.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-int64": [ + "0.4.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-unicode-property-regex__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-property-regex__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-unicode-property-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_tootallnate_once__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_tootallnate_once__2.0.0__links", + "package": "@tootallnate/once", + "version": "2.0.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@tootallnate/once": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_preset-typescript__7.23.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-typescript__7.23.0__at_babel_core_7.23.0", + "package": "@babel/preset-typescript", + "version": "7.23.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==", + "url": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_csstools_normalize.css__12.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_normalize.css__12.0.0", + "package": "@csstools/normalize.css", + "version": "12.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==", + "url": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__babel-jest__29.7.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__babel-jest__29.7.0__at_babel_core_7.23.0__links", + "package": "babel-jest", + "version": "29.7.0_at_babel_core_7.23.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@jest/transform": "29.7.0", + "@types/babel__core": "7.20.2", + "babel-plugin-istanbul": "6.1.1", + "babel-preset-jest": "29.6.3_at_babel_core_7.23.0", + "chalk": "4.1.2", + "graceful-fs": "4.2.11", + "slash": "3.0.0" + }, + "transitive_closure": { + "babel-jest": [ + "29.7.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "babel-preset-jest": [ + "29.6.3_at_babel_core_7.23.0" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "slash": [ + "3.0.0" + ], + "ansi-styles": [ + "3.2.1", + "4.3.0" + ], + "supports-color": [ + "8.1.1", + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "babel-plugin-jest-hoist": [ + "29.6.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "js-tokens": [ + "4.0.0" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "semver": [ + "6.3.1" + ], + "camelcase": [ + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "@jest/types": [ + "29.6.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "convert-source-map": [ + "2.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-util": [ + "29.7.0" + ], + "micromatch": [ + "4.0.5" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@types/node": [ + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-worker": [ + "29.7.0" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__which-builtin-type__1.1.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__which-builtin-type__1.1.3", + "package": "which-builtin-type", + "version": "1.1.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", + "url": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__supports-color__5.5.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__object-inspect__1.12.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object-inspect__1.12.3__links", + "package": "object-inspect", + "version": "1.12.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "object-inspect": [ + "1.12.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__selfsigned__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__selfsigned__2.1.1", + "package": "selfsigned", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", + "url": "https://registry.npmjs.org/selfsigned/-/selfsigned-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_svgr_babel-plugin-replace-jsx-attribute-value__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-replace-jsx-attribute-value__5.0.1", + "package": "@svgr/babel-plugin-replace-jsx-attribute-value", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", + "url": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-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__fill-range__7.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_swc_core__1.3.100": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core__1.3.100", + "package": "@swc/core", + "version": "1.3.100", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react-webpack": [ + "@swc/core" + ] + }, + "integrity": "sha512-7dKgTyxJjlrMwFZYb1auj3Xq0D8ZBe+5oeIgfMlRU05doXZypYJe0LAk0yjj3WdbwYzpF+T1PLxwTWizI0pckw==", + "url": "https://registry.npmjs.org/@swc/core/-/core-1.3.100.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__sass-loader__12.6.0__webpack_5.88.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sass-loader__12.6.0__webpack_5.88.2", + "package": "sass-loader", + "version": "12.6.0_webpack_5.88.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", + "url": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.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__psl__1.9.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__psl__1.9.0", + "package": "psl", + "version": "1.9.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "url": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jsonfile__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jsonfile__6.1.0__links", + "package": "jsonfile", + "version": "6.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "graceful-fs": "4.2.11", + "universalify": "2.0.0" + }, + "transitive_closure": { + "jsonfile": [ + "6.1.0" + ], + "universalify": [ + "2.0.0" + ], + "graceful-fs": [ + "4.2.11" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tough-cookie__4.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tough-cookie__4.1.3__links", + "package": "tough-cookie", + "version": "4.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "psl": "1.9.0", + "punycode": "2.3.0", + "universalify": "0.2.0", + "url-parse": "1.5.10" + }, + "transitive_closure": { + "tough-cookie": [ + "4.1.3" + ], + "psl": [ + "1.9.0" + ], + "punycode": [ + "2.3.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__micromatch__4.0.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_eslint-parser__7.22.15__1782646489": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_eslint-parser__7.22.15__1782646489", + "package": "@babel/eslint-parser", + "version": "7.22.15_1782646489", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg==", + "url": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_helper-compilation-targets__7.22.15__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-compilation-targets__7.22.15__links", + "package": "@babel/helper-compilation-targets", + "version": "7.22.15", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/compat-data": "7.22.20", + "@babel/helper-validator-option": "7.22.15", + "browserslist": "4.22.1", + "lru-cache": "5.1.1", + "semver": "6.3.1" + }, + "transitive_closure": { + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "semver": [ + "6.3.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__es-get-iterator__1.1.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__es-get-iterator__1.1.3__links", + "package": "es-get-iterator", + "version": "1.1.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1", + "has-symbols": "1.0.3", + "is-arguments": "1.1.1", + "is-map": "2.0.2", + "is-set": "2.0.2", + "is-string": "1.0.7", + "isarray": "2.0.5", + "stop-iteration-iterator": "1.0.0" + }, + "transitive_closure": { + "es-get-iterator": [ + "1.1.3" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has-symbols": [ + "1.0.3" + ], + "is-arguments": [ + "1.1.1" + ], + "is-map": [ + "2.0.2" + ], + "is-set": [ + "2.0.2" + ], + "is-string": [ + "1.0.7" + ], + "isarray": [ + "2.0.5" + ], + "stop-iteration-iterator": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "has": [ + "1.0.3" + ], + "side-channel": [ + "1.0.4" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__has-flag__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__unique-string__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unique-string__2.0.0__links", + "package": "unique-string", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "crypto-random-string": "2.0.0" + }, + "transitive_closure": { + "unique-string": [ + "2.0.0" + ], + "crypto-random-string": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack-sources__1.4.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-sources__1.4.3", + "package": "webpack-sources", + "version": "1.4.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "url": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__json-schema__0.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__json-schema__0.4.0", + "package": "json-schema", + "version": "0.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", + "url": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-flow__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-flow__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-syntax-flow", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-syntax-flow": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__get-intrinsic__1.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__get-intrinsic__1.2.1", + "package": "get-intrinsic", + "version": "1.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-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__at_svgr_babel-plugin-remove-jsx-attribute__5.4.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-remove-jsx-attribute__5.4.0", + "package": "@svgr/babel-plugin-remove-jsx-attribute", + "version": "5.4.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", + "url": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-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__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.0", + "package": "@babel/plugin-proposal-numeric-separator", + "version": "7.18.6_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__fastest-levenshtein__1.0.16__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__fastest-levenshtein__1.0.16__links", + "package": "fastest-levenshtein", + "version": "1.0.16", + "dev": true, + "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" + } + }, + "npm__safe-regex-test__1.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__safe-regex-test__1.0.0__links", + "package": "safe-regex-test", + "version": "1.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1", + "is-regex": "1.1.4" + }, + "transitive_closure": { + "safe-regex-test": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-regex": [ + "1.1.4" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__shebang-regex__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__esbuild-linux-s390x__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-s390x__0.15.18__links", + "package": "esbuild-linux-s390x", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-linux-s390x": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__eslint-plugin-jsx-a11y__6.7.1__eslint_8.28.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-jsx-a11y__6.7.1__eslint_8.28.0__links", + "package": "eslint-plugin-jsx-a11y", + "version": "6.7.1_eslint_8.28.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/runtime": "7.23.1", + "aria-query": "5.3.0", + "array-includes": "3.1.7", + "array.prototype.flatmap": "1.3.2", + "ast-types-flow": "0.0.7", + "axe-core": "4.8.2", + "axobject-query": "3.2.1", + "damerau-levenshtein": "1.0.8", + "emoji-regex": "9.2.2", + "eslint": "8.28.0", + "has": "1.0.3", + "jsx-ast-utils": "3.3.5", + "language-tags": "1.0.5", + "minimatch": "3.1.2", + "object.entries": "1.1.7", + "object.fromentries": "2.0.7", + "semver": "6.3.1" + }, + "transitive_closure": { + "eslint-plugin-jsx-a11y": [ + "6.7.1_eslint_8.28.0" + ], + "@babel/runtime": [ + "7.23.1" + ], + "aria-query": [ + "5.3.0" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "ast-types-flow": [ + "0.0.7" + ], + "axe-core": [ + "4.8.2" + ], + "axobject-query": [ + "3.2.1" + ], + "damerau-levenshtein": [ + "1.0.8" + ], + "emoji-regex": [ + "9.2.2" + ], + "eslint": [ + "8.28.0" + ], + "has": [ + "1.0.3" + ], + "jsx-ast-utils": [ + "3.3.5" + ], + "language-tags": [ + "1.0.5" + ], + "minimatch": [ + "3.1.2" + ], + "object.entries": [ + "1.1.7" + ], + "object.fromentries": [ + "2.0.7" + ], + "semver": [ + "6.3.1" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "language-subtag-registry": [ + "0.3.22" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "object.values": [ + "1.1.7" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "dequal": [ + "2.0.3" + ], + "regenerator-runtime": [ + "0.14.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__jest-haste-map__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-haste-map__27.5.1", + "package": "jest-haste-map", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "url": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-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__electron-to-chromium__1.4.539": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__electron-to-chromium__1.4.539", + "package": "electron-to-chromium", + "version": "1.4.539", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wRmWJ8F7rgmINuI32S6r2SLrw/h/bJQsDSvBiq9GBfvc2Lh73qTOwn73r3Cf67mjVgFGJYcYtmERzySa5jIWlg==", + "url": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.539.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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-plugin-testing-library__5.11.1__509062556__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-testing-library__5.11.1__509062556__links", + "package": "eslint-plugin-testing-library", + "version": "5.11.1_509062556", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/utils": "5.62.0_509062556", + "eslint": "8.28.0" + }, + "transitive_closure": { + "eslint-plugin-testing-library": [ + "5.11.1_509062556" + ], + "@typescript-eslint/utils": [ + "5.62.0_509062556" + ], + "eslint": [ + "8.28.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "5.1.1", + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "4.3.0", + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.28.0" + ], + "@types/json-schema": [ + "7.0.13" + ], + "@types/semver": [ + "7.5.3" + ], + "@typescript-eslint/scope-manager": [ + "5.62.0" + ], + "@typescript-eslint/types": [ + "5.62.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.62.0_typescript_4.9.3" + ], + "semver": [ + "7.5.4" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "@typescript-eslint/visitor-keys": [ + "5.62.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__grapheme-splitter__1.0.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__grapheme-splitter__1.0.4", + "package": "grapheme-splitter", + "version": "1.0.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "url": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-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__path-is-absolute__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_csstools_postcss-ic-unit__1.0.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-ic-unit__1.0.1__postcss_8.4.31__links", + "package": "@csstools/postcss-ic-unit", + "version": "1.0.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-ic-unit": [ + "1.0.1_postcss_8.4.31" + ], + "@csstools/postcss-progressive-custom-properties": [ + "1.3.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__doctrine__2.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__doctrine__2.1.0__links", + "package": "doctrine", + "version": "2.1.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "esutils": "2.0.3" + }, + "transitive_closure": { + "doctrine": [ + "2.1.0" + ], + "esutils": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-replace-overflow-wrap__4.0.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-replace-overflow-wrap__4.0.0__postcss_8.4.31__links", + "package": "postcss-replace-overflow-wrap", + "version": "4.0.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-replace-overflow-wrap": [ + "4.0.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_jridgewell_sourcemap-codec__1.4.15__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__at_webassemblyjs_utf8__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_utf8__1.11.6__links", + "package": "@webassemblyjs/utf8", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "@webassemblyjs/utf8": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-modules-amd__7.23.0__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-amd__7.23.0__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-modules-amd", + "version": "7.23.0_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-modules-amd": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@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" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "globals": [ + "11.12.0" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__universalify__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__universalify__0.2.0__links", + "package": "universalify", + "version": "0.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "universalify": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_wasm-opt__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-opt__1.11.6__links", + "package": "@webassemblyjs/wasm-opt", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6" + }, + "transitive_closure": { + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_next_swc-darwin-arm64__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-darwin-arm64__13.0.5", + "package": "@next/swc-darwin-arm64", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mshlh8QOtOalfZbc17uNAftWgqHTKnrv6QUwBe+mpGz04eqsSUzVz1JGZEdIkmuDxOz00cK2NPoc+VHDXh99IQ==", + "url": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__arg__5.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__find-up__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__find-up__3.0.0__links", + "package": "find-up", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "locate-path": "3.0.0" + }, + "transitive_closure": { + "find-up": [ + "3.0.0" + ], + "locate-path": [ + "3.0.0" + ], + "p-locate": [ + "3.0.0" + ], + "path-exists": [ + "3.0.0" + ], + "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" + } + }, + "npm__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15", + "package": "@babel/helper-builder-binary-assignment-operator-visitor", + "version": "7.22.15", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", + "url": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-linux-64__0.15.18": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-64__0.15.18", + "package": "esbuild-linux-64", + "version": "0.15.18", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==", + "url": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.18.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__ajv-keywords__3.5.2__ajv_6.12.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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-keywords": [ + "3.5.2_ajv_6.12.6" + ], + "ajv": [ + "6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_csstools_postcss-text-decoration-shorthand__1.0.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-text-decoration-shorthand__1.0.0__postcss_8.4.31__links", + "package": "@csstools/postcss-text-decoration-shorthand", + "version": "1.0.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-text-decoration-shorthand": [ + "1.0.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pirates__4.0.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pirates__4.0.6__links", + "package": "pirates", + "version": "4.0.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "pirates": [ + "4.0.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__deepmerge__4.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__deepmerge__4.3.1", + "package": "deepmerge", + "version": "4.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "url": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__object.fromentries__2.0.7": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.fromentries__2.0.7", + "package": "object.fromentries", + "version": "2.0.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", + "url": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-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__postcss-load-config__4.0.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-load-config__4.0.1__postcss_8.4.31__links", + "package": "postcss-load-config", + "version": "4.0.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "lilconfig": "2.1.0", + "postcss": "8.4.31", + "yaml": "2.3.2" + }, + "transitive_closure": { + "postcss-load-config": [ + "4.0.1_postcss_8.4.31" + ], + "lilconfig": [ + "2.1.0" + ], + "postcss": [ + "8.4.31" + ], + "yaml": [ + "2.3.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__gzip-size__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__gzip-size__6.0.0__links", + "package": "gzip-size", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "duplexer": "0.1.2" + }, + "transitive_closure": { + "gzip-size": [ + "6.0.0" + ], + "duplexer": [ + "0.1.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_nicolo-ribaudo_eslint-scope-5-internals__5.1.1-v1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_nicolo-ribaudo_eslint-scope-5-internals__5.1.1-v1", + "package": "@nicolo-ribaudo/eslint-scope-5-internals", + "version": "5.1.1-v1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", + "url": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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__4.9.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__typescript__4.9.3", + "package": "typescript", + "version": "4.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": { + "next.js": [ + "typescript" + ], + "react": [ + "typescript" + ], + "vue": [ + "typescript" + ] + }, + "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", + "url": "https://registry.npmjs.org/typescript/-/typescript-4.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__min-indent__1.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__min-indent__1.0.1__links", + "package": "min-indent", + "version": "1.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "min-indent": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tsutils__3.21.0__typescript_4.9.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tsutils__3.21.0__typescript_4.9.3", + "package": "tsutils", + "version": "3.21.0_typescript_4.9.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "url": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__core-js__3.33.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__core-js__3.33.0__links", + "package": "core-js", + "version": "3.33.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "core-js": [ + "3.33.0" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__tsconfig-paths__3.14.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__tsconfig-paths__3.14.2", + "package": "tsconfig-paths", + "version": "3.14.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", + "url": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__htmlparser2__6.1.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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": { + "htmlparser2": [ + "6.1.0" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "domutils": [ + "2.8.0" + ], + "entities": [ + "2.2.0" + ], + "dom-serializer": [ + "1.4.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-minify-gradients__5.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-gradients__5.1.1__postcss_8.4.31__links", + "package": "postcss-minify-gradients", + "version": "5.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "colord": "2.9.3", + "cssnano-utils": "3.1.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-minify-gradients": [ + "5.1.1_postcss_8.4.31" + ], + "colord": [ + "2.9.3" + ], + "cssnano-utils": [ + "3.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-generator-function__1.0.10": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-generator-function__1.0.10", + "package": "is-generator-function", + "version": "1.0.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "url": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__arraybuffer.prototype.slice__1.0.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__arraybuffer.prototype.slice__1.0.2__links", + "package": "arraybuffer.prototype.slice", + "version": "1.0.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "array-buffer-byte-length": "1.0.0", + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "get-intrinsic": "1.2.1", + "is-array-buffer": "3.0.2", + "is-shared-array-buffer": "1.0.2" + }, + "transitive_closure": { + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "which-typed-array": [ + "1.1.11" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "for-each": [ + "0.3.3" + ], + "gopd": [ + "1.0.1" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "is-callable": [ + "1.2.7" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-string": [ + "1.0.7" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_volar_vue-language-core__1.0.9": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_vue-language-core__1.0.9", + "package": "@volar/vue-language-core", + "version": "1.0.9", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-tofNoR8ShPFenHT1YVMuvoXtXWwoQE+fiXVqSmW0dSKZqEDjWQ3YeXSd0a6aqyKaIbvR7kWWGp34WbpQlwf9Ww==", + "url": "https://registry.npmjs.org/@volar/vue-language-core/-/vue-language-core-1.0.9.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_typescript-eslint_utils__5.62.0__509062556__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_utils__5.62.0__509062556__links", + "package": "@typescript-eslint/utils", + "version": "5.62.0_509062556", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@eslint-community/eslint-utils": "4.4.0_eslint_8.28.0", + "@types/json-schema": "7.0.13", + "@types/semver": "7.5.3", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0_typescript_4.9.3", + "eslint": "8.28.0", + "eslint-scope": "5.1.1", + "semver": "7.5.4" + }, + "transitive_closure": { + "@typescript-eslint/utils": [ + "5.62.0_509062556" + ], + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.28.0" + ], + "@types/json-schema": [ + "7.0.13" + ], + "@types/semver": [ + "7.5.3" + ], + "@typescript-eslint/scope-manager": [ + "5.62.0" + ], + "@typescript-eslint/types": [ + "5.62.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.62.0_typescript_4.9.3" + ], + "eslint": [ + "8.28.0" + ], + "eslint-scope": [ + "7.2.2", + "5.1.1" + ], + "semver": [ + "7.5.4" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "debug": [ + "4.3.4" + ], + "doctrine": [ + "3.0.0" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "esutils": [ + "2.0.3" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-glob": [ + "4.0.3" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "minimatch": [ + "3.1.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "ms": [ + "2.1.2" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@typescript-eslint/visitor-keys": [ + "5.62.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "fast-glob": [ + "3.3.1" + ], + "merge2": [ + "1.4.1" + ], + "slash": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__adjust-sourcemap-loader__4.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__adjust-sourcemap-loader__4.0.0__links", + "package": "adjust-sourcemap-loader", + "version": "4.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "loader-utils": "2.0.4", + "regex-parser": "2.2.11" + }, + "transitive_closure": { + "adjust-sourcemap-loader": [ + "4.0.0" + ], + "loader-utils": [ + "2.0.4" + ], + "regex-parser": [ + "2.2.11" + ], + "big.js": [ + "5.2.2" + ], + "emojis-list": [ + "3.0.0" + ], + "json5": [ + "2.2.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__terminal-link__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__terminal-link__2.1.1", + "package": "terminal-link", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "url": "https://registry.npmjs.org/terminal-link/-/terminal-link-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__slash__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__slash__3.0.0__links", + "package": "slash", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "slash": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__type-fest__0.20.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__type-fest__0.20.2", + "package": "type-fest", + "version": "0.20.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_typescript-eslint_utils__5.62.0__509062556": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_utils__5.62.0__509062556", + "package": "@typescript-eslint/utils", + "version": "5.62.0_509062556", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", + "url": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-linux-ppc64le__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-ppc64le__0.15.18__links", + "package": "esbuild-linux-ppc64le", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-linux-ppc64le": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__unique-string__2.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__unique-string__2.0.0", + "package": "unique-string", + "version": "2.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "url": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_next_swc-linux-x64-gnu__13.0.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-x64-gnu__13.0.5", + "package": "@next/swc-linux-x64-gnu", + "version": "13.0.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9Ahi1bbdXwhrWQmOyoTod23/hhK05da/FzodiNqd6drrMl1y7+RujoEcU8Dtw3H1mGWB+yuTlWo8B4Iba8hqiQ==", + "url": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.0.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__html-encoding-sniffer__2.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-encoding-sniffer__2.0.1", + "package": "html-encoding-sniffer", + "version": "2.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "url": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-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_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.0", + "package": "@babel/plugin-proposal-optional-chaining", + "version": "7.21.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__eslint-module-utils__2.8.0__2031701610__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__eslint-module-utils__2.8.0__2031701610__links", + "package": "eslint-module-utils", + "version": "2.8.0_2031701610", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@typescript-eslint/parser": "5.44.0_509062556", + "debug": "3.2.7", + "eslint": "8.28.0", + "eslint-import-resolver-node": "0.3.9", + "eslint-import-resolver-typescript": "3.6.1_237066510" + }, + "transitive_closure": { + "eslint-module-utils": [ + "2.8.0_2031701610" + ], + "@typescript-eslint/parser": [ + "5.44.0_509062556" + ], + "debug": [ + "4.3.4", + "3.2.7" + ], + "eslint": [ + "8.28.0" + ], + "eslint-import-resolver-node": [ + "0.3.9" + ], + "eslint-import-resolver-typescript": [ + "3.6.1_237066510" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "eslint-plugin-import": [ + "2.28.1_918111916" + ], + "fast-glob": [ + "3.3.1" + ], + "get-tsconfig": [ + "4.7.2" + ], + "is-core-module": [ + "2.13.0" + ], + "is-glob": [ + "4.0.3" + ], + "is-extglob": [ + "2.1.1" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "resolve-pkg-maps": [ + "1.0.0" + ], + "@nodelib/fs.stat": [ + "2.0.5" + ], + "@nodelib/fs.walk": [ + "1.2.8" + ], + "glob-parent": [ + "6.0.2", + "5.1.2" + ], + "merge2": [ + "1.4.1" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@nodelib/fs.scandir": [ + "2.1.5" + ], + "fastq": [ + "1.15.0" + ], + "reusify": [ + "1.0.4" + ], + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "array-includes": [ + "3.1.7" + ], + "array.prototype.findlastindex": [ + "1.2.3" + ], + "array.prototype.flat": [ + "1.3.2" + ], + "array.prototype.flatmap": [ + "1.3.2" + ], + "doctrine": [ + "3.0.0", + "2.1.0" + ], + "minimatch": [ + "3.1.2" + ], + "object.fromentries": [ + "2.0.7" + ], + "object.groupby": [ + "1.0.1" + ], + "object.values": [ + "1.1.7" + ], + "semver": [ + "7.5.4", + "6.3.1" + ], + "tsconfig-paths": [ + "3.14.2" + ], + "@types/json5": [ + "0.0.29" + ], + "json5": [ + "1.0.2" + ], + "minimist": [ + "1.2.8" + ], + "strip-bom": [ + "3.0.0" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "esutils": [ + "2.0.3" + ], + "es-shim-unscopables": [ + "1.0.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "tapable": [ + "2.2.1" + ], + "ms": [ + "2.1.3", + "2.1.2" + ], + "resolve": [ + "1.22.6" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "@eslint/eslintrc": [ + "1.4.1" + ], + "@humanwhocodes/config-array": [ + "0.11.11" + ], + "@humanwhocodes/module-importer": [ + "1.0.1" + ], + "ajv": [ + "6.12.6" + ], + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" + ], + "escape-string-regexp": [ + "4.0.0" + ], + "eslint-scope": [ + "7.2.2" + ], + "eslint-utils": [ + "3.0.0_eslint_8.28.0" + ], + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" + ], + "espree": [ + "9.6.1" + ], + "esquery": [ + "1.5.0" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "globals": [ + "13.22.0" + ], + "grapheme-splitter": [ + "1.0.4" + ], + "ignore": [ + "5.2.4" + ], + "import-fresh": [ + "3.3.0" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-path-inside": [ + "3.0.3" + ], + "js-sdsl": [ + "4.4.2" + ], + "js-yaml": [ + "4.1.0" + ], + "json-stable-stringify-without-jsonify": [ + "1.0.1" + ], + "levn": [ + "0.4.1" + ], + "lodash.merge": [ + "4.6.2" + ], + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ + "3.1.1" + ], + "text-table": [ + "0.2.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "@aashutoshrathi/word-wrap": [ + "1.2.6" + ], + "deep-is": [ + "0.1.4" + ], + "fast-levenshtein": [ + "2.0.6" + ], + "prelude-ls": [ + "1.2.1" + ], + "type-check": [ + "0.4.0" + ], + "argparse": [ + "2.0.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ + "6.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "5.0.0" + ], + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" + ], + "flat-cache": [ + "3.1.0" + ], + "flatted": [ + "3.2.9" + ], + "keyv": [ + "4.5.3" + ], + "rimraf": [ + "3.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "json-buffer": [ + "3.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "acorn": [ + "8.10.0" + ], + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" + ], + "esrecurse": [ + "4.3.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" + ], + "@typescript-eslint/scope-manager": [ + "5.44.0" + ], + "@typescript-eslint/types": [ + "5.44.0" + ], + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "@typescript-eslint/visitor-keys": [ + "5.44.0" + ], + "globby": [ + "11.1.0" + ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" + ], + "array-union": [ + "2.1.0" + ], + "dir-glob": [ + "3.0.1" + ], + "slash": [ + "3.0.0" + ], + "path-type": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.22.15__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.22.15__at_babel_core_7.23.0", + "package": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "version": "7.22.15_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==", + "url": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.15.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__bser__2.1.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__bser__2.1.1", + "package": "bser", + "version": "2.1.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "url": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_typescript-eslint_type-utils__5.44.0__509062556": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_type-utils__5.44.0__509062556", + "package": "@typescript-eslint/type-utils", + "version": "5.44.0_509062556", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==", + "url": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__events__3.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__string-width__4.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_jest_expect-utils__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_expect-utils__29.7.0", + "package": "@jest/expect-utils", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", + "url": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_core__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_core__27.5.1__links", + "package": "@jest/core", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/console": "27.5.1", + "@jest/reporters": "27.5.1", + "@jest/test-result": "27.5.1", + "@jest/transform": "27.5.1", + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "ansi-escapes": "4.3.2", + "chalk": "4.1.2", + "emittery": "0.8.1", + "exit": "0.1.2", + "graceful-fs": "4.2.11", + "jest-changed-files": "27.5.1", + "jest-config": "27.5.1", + "jest-haste-map": "27.5.1", + "jest-message-util": "27.5.1", + "jest-regex-util": "27.5.1", + "jest-resolve": "27.5.1", + "jest-resolve-dependencies": "27.5.1", + "jest-runner": "27.5.1", + "jest-runtime": "27.5.1", + "jest-snapshot": "27.5.1", + "jest-util": "27.5.1", + "jest-validate": "27.5.1", + "jest-watcher": "27.5.1", + "micromatch": "4.0.5", + "rimraf": "3.0.2", + "slash": "3.0.0", + "strip-ansi": "6.0.1" + }, + "transitive_closure": { + "@jest/core": [ + "27.5.1" + ], + "@jest/console": [ + "27.5.1" + ], + "@jest/reporters": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/transform": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "ansi-escapes": [ + "4.3.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "emittery": [ + "0.8.1" + ], + "exit": [ + "0.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-changed-files": [ + "27.5.1" + ], + "jest-config": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "jest-resolve-dependencies": [ + "27.5.1" + ], + "jest-runner": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "jest-watcher": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "rimraf": [ + "3.0.2" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "glob": [ + "7.2.3" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "jest-get-type": [ + "27.5.1" + ], + "leven": [ + "3.1.0" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "ci-info": [ + "3.8.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "27.5.1" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@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.0" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "convert-source-map": [ + "1.9.0", + "2.0.0" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "jest-mock": [ + "27.5.1" + ], + "strip-bom": [ + "4.0.0" + ], + "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" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "callsites": [ + "3.1.0" + ], + "source-map": [ + "0.7.4", + "0.6.1" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "jest-docblock": [ + "27.5.1" + ], + "jest-environment-jsdom": [ + "27.5.1" + ], + "jest-environment-node": [ + "27.5.1" + ], + "jest-leak-detector": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "source-map-support": [ + "0.5.21" + ], + "throat": [ + "6.0.2" + ], + "buffer-from": [ + "1.1.2" + ], + "jsdom": [ + "16.7.0" + ], + "abab": [ + "2.0.6" + ], + "acorn": [ + "7.4.1", + "8.10.0" + ], + "acorn-globals": [ + "6.0.0" + ], + "cssom": [ + "0.3.8", + "0.4.4" + ], + "cssstyle": [ + "2.3.0" + ], + "data-urls": [ + "2.0.0" + ], + "decimal.js": [ + "10.4.3" + ], + "domexception": [ + "2.0.1" + ], + "escodegen": [ + "2.1.0" + ], + "form-data": [ + "3.0.1" + ], + "html-encoding-sniffer": [ + "2.0.1" + ], + "http-proxy-agent": [ + "4.0.1" + ], + "https-proxy-agent": [ + "5.0.1" + ], + "is-potential-custom-element-name": [ + "1.0.1" + ], + "nwsapi": [ + "2.2.7" + ], + "parse5": [ + "6.0.1" + ], + "saxes": [ + "5.0.1" + ], + "symbol-tree": [ + "3.2.4" + ], + "tough-cookie": [ + "4.1.3" + ], + "w3c-hr-time": [ + "1.0.2" + ], + "w3c-xmlserializer": [ + "2.0.0" + ], + "webidl-conversions": [ + "5.0.0", + "6.1.0" + ], + "whatwg-encoding": [ + "1.0.5" + ], + "whatwg-mimetype": [ + "2.3.0" + ], + "whatwg-url": [ + "8.7.0" + ], + "ws": [ + "7.5.9" + ], + "xml-name-validator": [ + "3.0.0" + ], + "lodash": [ + "4.17.21" + ], + "tr46": [ + "2.1.0" + ], + "punycode": [ + "2.3.0" + ], + "iconv-lite": [ + "0.4.24" + ], + "safer-buffer": [ + "2.1.2" + ], + "browser-process-hrtime": [ + "1.0.0" + ], + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ + "1.0.0" + ], + "xmlchars": [ + "2.2.0" + ], + "agent-base": [ + "6.0.2" + ], + "@tootallnate/once": [ + "1.1.2" + ], + "asynckit": [ + "0.4.0" + ], + "combined-stream": [ + "1.0.8" + ], + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "delayed-stream": [ + "1.0.0" + ], + "esprima": [ + "4.0.1" + ], + "estraverse": [ + "5.3.0" + ], + "esutils": [ + "2.0.3" + ], + "acorn-walk": [ + "7.2.0" + ], + "detect-newline": [ + "3.1.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-serializer": [ + "27.5.1" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@jest/test-sequencer": [ + "27.5.1" + ], + "babel-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "deepmerge": [ + "4.3.1" + ], + "jest-circus": [ + "27.5.1" + ], + "jest-jasmine2": [ + "27.5.1" + ], + "parse-json": [ + "5.2.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "co": [ + "4.6.0" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "dedent": [ + "0.7.0" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "babel-preset-jest": [ + "27.5.1_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "27.5.1" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "type-fest": [ + "0.21.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "terminal-link": [ + "2.1.1" + ], + "v8-to-istanbul": [ + "8.1.1" + ], + "supports-hyperlinks": [ + "2.3.0" + ], + "html-escaper": [ + "2.0.2" + ], + "make-dir": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-odd__3.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-odd__3.0.1__links", + "package": "is-odd", + "version": "3.0.1", + "dev": false, + "root_package": "", + "link_packages": { + "packages/one": [ + "is-odd" + ] + }, + "deps": { + "is-number": "6.0.0" + }, + "transitive_closure": { + "is-odd": [ + "3.0.1" + ], + "is-number": [ + "6.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__language-subtag-registry__0.3.22__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__language-subtag-registry__0.3.22__links", + "package": "language-subtag-registry", + "version": "0.3.22", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "language-subtag-registry": [ + "0.3.22" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_babel_plugin-transform-destructuring__7.23.0__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-destructuring__7.23.0__at_babel_core_7.23.0", + "package": "@babel/plugin-transform-destructuring", + "version": "7.23.0_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_test-result__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-result__27.5.1__links", + "package": "@jest/test-result", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/console": "27.5.1", + "@jest/types": "27.5.1", + "@types/istanbul-lib-coverage": "2.0.4", + "collect-v8-coverage": "1.0.2" + }, + "transitive_closure": { + "@jest/test-result": [ + "27.5.1" + ], + "@jest/console": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9", + "20.8.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "27.5.1" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "react-is": [ + "17.0.2" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__js-sdsl__4.4.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__js-sdsl__4.4.2", + "package": "js-sdsl", + "version": "4.4.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-dwXFwByc/ajSV6m5bcKAPwe4yDDF6D614pxmIi5odytzxRlwqF6nwoiCek80Ixc7Cvma5awClxrzFtxCQvcM8w==", + "url": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-diff__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__27.5.1__links", + "package": "jest-diff", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "4.1.2", + "diff-sequences": "27.5.1", + "jest-get-type": "27.5.1", + "pretty-format": "27.5.1" + }, + "transitive_closure": { + "jest-diff": [ + "27.5.1" + ], + "chalk": [ + "4.1.2" + ], + "diff-sequences": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "pretty-format": [ + "27.5.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ + "4.0.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" + } + }, + "npm__at_types_babel__generator__7.6.5": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__generator__7.6.5", + "package": "@types/babel__generator", + "version": "7.6.5", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-h9yIuWbJKdOPLJTbmSpPzkF67e659PbQDba7ifWm5BJ8xTv+sDmS7rFmywkWOvXedGTivCdeGSIIX8WLcRTz8w==", + "url": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__launch-editor__2.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__launch-editor__2.6.0__links", + "package": "launch-editor", + "version": "2.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "picocolors": "1.0.0", + "shell-quote": "1.8.1" + }, + "transitive_closure": { + "launch-editor": [ + "2.6.0" + ], + "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" + } + }, + "npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.0", + "package": "@babel/plugin-proposal-class-properties", + "version": "7.18.6_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "url": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__lodash__4.17.21__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__workbox-range-requests__6.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-range-requests__6.6.0", + "package": "workbox-range-requests", + "version": "6.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==", + "url": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.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__resolve-cwd__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__common-path-prefix__3.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__common-path-prefix__3.0.0__links", + "package": "common-path-prefix", + "version": "3.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "common-path-prefix": [ + "3.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_surma_rollup-plugin-off-main-thread__2.2.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_surma_rollup-plugin-off-main-thread__2.2.3", + "package": "@surma/rollup-plugin-off-main-thread", + "version": "2.2.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", + "url": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__svgo__1.3.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__svgo__1.3.2__links", + "package": "svgo", + "version": "1.3.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "chalk": "2.4.2", + "coa": "2.0.2", + "css-select": "2.1.0", + "css-select-base-adapter": "0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "4.2.0", + "js-yaml": "3.14.1", + "mkdirp": "0.5.6", + "object.values": "1.1.7", + "sax": "1.2.4", + "stable": "0.1.8", + "unquote": "1.1.1", + "util.promisify": "1.0.1" + }, + "transitive_closure": { + "svgo": [ + "1.3.2" + ], + "chalk": [ + "2.4.2" + ], + "coa": [ + "2.0.2" + ], + "css-select": [ + "2.1.0" + ], + "css-select-base-adapter": [ + "0.1.1" + ], + "css-tree": [ + "1.1.3", + "1.0.0-alpha.37" + ], + "csso": [ + "4.2.0" + ], + "js-yaml": [ + "3.14.1" + ], + "mkdirp": [ + "0.5.6" + ], + "object.values": [ + "1.1.7" + ], + "sax": [ + "1.2.4" + ], + "stable": [ + "0.1.8" + ], + "unquote": [ + "1.1.1" + ], + "util.promisify": [ + "1.0.1" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "has-symbols": [ + "1.0.3" + ], + "object.getownpropertydescriptors": [ + "2.1.7" + ], + "array.prototype.reduce": [ + "1.0.6" + ], + "call-bind": [ + "1.0.2" + ], + "safe-array-concat": [ + "1.0.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "isarray": [ + "2.0.5" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "es-array-method-boxes-properly": [ + "1.0.0" + ], + "is-string": [ + "1.0.7" + ], + "has-tostringtag": [ + "1.0.0" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "is-date-object": [ + "1.0.5" + ], + "minimist": [ + "1.2.8" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "mdn-data": [ + "2.0.4", + "2.0.14" + ], + "source-map": [ + "0.6.1" + ], + "boolbase": [ + "1.0.0" + ], + "css-what": [ + "3.4.2" + ], + "domutils": [ + "1.7.0" + ], + "nth-check": [ + "1.0.2" + ], + "dom-serializer": [ + "0.2.2" + ], + "domelementtype": [ + "2.3.0", + "1.3.1" + ], + "entities": [ + "2.2.0" + ], + "@types/q": [ + "1.5.6" + ], + "q": [ + "1.5.1" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "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" + } + }, + "npm__at_jest_test-result__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-result__29.7.0__links", + "package": "@jest/test-result", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/console": "29.7.0", + "@jest/types": "29.6.3", + "@types/istanbul-lib-coverage": "2.0.4", + "collect-v8-coverage": "1.0.2" + }, + "transitive_closure": { + "@jest/test-result": [ + "29.7.0" + ], + "@jest/console": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "@jest/schemas": [ + "29.6.3" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/node": [ + "18.11.9" + ], + "@types/yargs": [ + "17.0.26" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" + ], + "supports-color": [ + "5.5.0", + "7.2.0" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "color-convert": [ + "1.9.3", + "2.0.1" + ], + "color-name": [ + "1.1.3", + "1.1.4" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "react-is": [ + "18.2.0" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_vue_compiler-ssr__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.2.45", + "package": "@vue/compiler-ssr", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==", + "url": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__schema-utils__3.3.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.13", + "ajv": "6.12.6", + "ajv-keywords": "3.5.2_ajv_6.12.6" + }, + "transitive_closure": { + "schema-utils": [ + "3.3.0" + ], + "@types/json-schema": [ + "7.0.13" + ], + "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" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_types_eslint-scope__3.7.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_eslint-scope__3.7.5__links", + "package": "@types/eslint-scope", + "version": "3.7.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/eslint": "8.44.3", + "@types/estree": "1.0.2" + }, + "transitive_closure": { + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/eslint": [ + "8.44.3" + ], + "@types/estree": [ + "1.0.2" + ], + "@types/json-schema": [ + "7.0.13" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__esprima__4.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esprima__4.0.1__links", + "package": "esprima", + "version": "4.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esprima": [ + "4.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__detect-node__2.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__jest-environment-node__27.5.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-node__27.5.1", + "package": "jest-environment-node", + "version": "27.5.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", + "url": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-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__esbuild-freebsd-arm64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-freebsd-arm64__0.15.18__links", + "package": "esbuild-freebsd-arm64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-freebsd-arm64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__error-ex__1.3.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__error-ex__1.3.2", + "package": "error-ex", + "version": "1.3.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "url": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_runtime-dom__3.3.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-dom__3.3.4__links", + "package": "@vue/runtime-dom", + "version": "3.3.4", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/runtime-core": "3.3.4", + "@vue/shared": "3.3.4", + "csstype": "3.1.2" + }, + "transitive_closure": { + "@vue/runtime-dom": [ + "3.3.4" + ], + "@vue/runtime-core": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" + ], + "csstype": [ + "3.1.2" + ], + "@vue/reactivity": [ + "3.3.4" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dequal__2.0.3__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dequal__2.0.3__links", + "package": "dequal", + "version": "2.0.3", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dequal": [ + "2.0.3" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__dom-accessibility-api__0.5.16__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__dom-accessibility-api__0.5.16__links", + "package": "dom-accessibility-api", + "version": "0.5.16", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "dom-accessibility-api": [ + "0.5.16" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-discard-duplicates__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-duplicates__5.1.0__postcss_8.4.31", + "package": "postcss-discard-duplicates", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "url": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-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__at_csstools_postcss-oklab-function__1.1.1__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-oklab-function__1.1.1__postcss_8.4.31__links", + "package": "@csstools/postcss-oklab-function", + "version": "1.1.1_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "@csstools/postcss-oklab-function": [ + "1.1.1_postcss_8.4.31" + ], + "@csstools/postcss-progressive-custom-properties": [ + "1.3.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_nodelib_fs.walk__1.2.8": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.walk__1.2.8", + "package": "@nodelib/fs.walk", + "version": "1.2.8", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "url": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__esbuild-windows-64__0.15.18__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-windows-64__0.15.18__links", + "package": "esbuild-windows-64", + "version": "0.15.18", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-windows-64": [ + "0.15.18" + ] + }, + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__word-wrap__1.2.5__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__word-wrap__1.2.5__links", + "package": "word-wrap", + "version": "1.2.5", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "word-wrap": [ + "1.2.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__throat__6.0.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__throat__6.0.2", + "package": "throat", + "version": "6.0.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==", + "url": "https://registry.npmjs.org/throat/-/throat-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__at_babel_plugin-transform-unicode-property-regex__7.22.5__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-property-regex__7.22.5__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-unicode-property-regex", + "version": "7.22.5_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-unicode-property-regex": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-annotate-as-pure": [ + "7.22.5" + ], + "regexpu-core": [ + "5.3.2" + ], + "semver": [ + "6.3.1" + ], + "@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" + ], + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" + ], + "unicode-property-aliases-ecmascript": [ + "2.1.0" + ], + "jsesc": [ + "2.5.2", + "0.5.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__cosmiconfig__6.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cosmiconfig__6.0.0__links", + "package": "cosmiconfig", + "version": "6.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/parse-json": "4.0.0", + "import-fresh": "3.3.0", + "parse-json": "5.2.0", + "path-type": "4.0.0", + "yaml": "1.10.2" + }, + "transitive_closure": { + "cosmiconfig": [ + "6.0.0" + ], + "@types/parse-json": [ + "4.0.0" + ], + "import-fresh": [ + "3.3.0" + ], + "parse-json": [ + "5.2.0" + ], + "path-type": [ + "4.0.0" + ], + "yaml": [ + "1.10.2" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "js-tokens": [ + "4.0.0" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__ansi-styles__4.3.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__is-odd__3.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-odd__3.0.1", + "package": "is-odd", + "version": "3.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": { + "packages/one": [ + "is-odd" + ] + }, + "integrity": "sha512-CQpnWPrDwmP1+SMHXZhtLtJv90yiyVfluGsX5iNCVkrhQtU3TQHsUWPG9wkdk9Lgd5yNpAg9jQEo90CBaXgWMA==", + "url": "https://registry.npmjs.org/is-odd/-/is-odd-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__workbox-navigation-preload__6.6.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__workbox-navigation-preload__6.6.0__links", + "package": "workbox-navigation-preload", + "version": "6.6.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "workbox-core": "6.6.0" + }, + "transitive_closure": { + "workbox-navigation-preload": [ + "6.6.0" + ], + "workbox-core": [ + "6.6.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__universalify__2.0.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__universalify__2.0.0__links", + "package": "universalify", + "version": "2.0.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "universalify": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__string.prototype.matchall__4.0.10": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.matchall__4.0.10", + "package": "string.prototype.matchall", + "version": "4.0.10", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", + "url": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__html-tags__3.3.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-tags__3.3.1", + "package": "html-tags", + "version": "3.3.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", + "url": "https://registry.npmjs.org/html-tags/-/html-tags-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_babel_helper-wrap-function__7.22.20": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-wrap-function__7.22.20", + "package": "@babel/helper-wrap-function", + "version": "7.22.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", + "url": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-normalize-display-values__5.1.0__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-display-values__5.1.0__postcss_8.4.31", + "package": "postcss-normalize-display-values", + "version": "5.1.0_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "url": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-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__at_jest_core__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_core__29.7.0__links", + "package": "@jest/core", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/console": "29.7.0", + "@jest/reporters": "29.7.0", + "@jest/test-result": "29.7.0", + "@jest/transform": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "ansi-escapes": "4.3.2", + "chalk": "4.1.2", + "ci-info": "3.8.0", + "exit": "0.1.2", + "graceful-fs": "4.2.11", + "jest-changed-files": "29.7.0", + "jest-config": "29.7.0_at_types_node_18.11.9", + "jest-haste-map": "29.7.0", + "jest-message-util": "29.7.0", + "jest-regex-util": "29.6.3", + "jest-resolve": "29.7.0", + "jest-resolve-dependencies": "29.7.0", + "jest-runner": "29.7.0", + "jest-runtime": "29.7.0", + "jest-snapshot": "29.7.0", + "jest-util": "29.7.0", + "jest-validate": "29.7.0", + "jest-watcher": "29.7.0", + "micromatch": "4.0.5", + "pretty-format": "29.7.0", + "slash": "3.0.0", + "strip-ansi": "6.0.1" + }, + "transitive_closure": { + "@jest/core": [ + "29.7.0" + ], + "@jest/console": [ + "29.7.0" + ], + "@jest/reporters": [ + "29.7.0" + ], + "@jest/test-result": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "ansi-escapes": [ + "4.3.2" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "ci-info": [ + "3.8.0" + ], + "exit": [ + "0.1.2" + ], + "graceful-fs": [ + "4.2.11" + ], + "jest-changed-files": [ + "29.7.0" + ], + "jest-config": [ + "29.7.0_at_types_node_18.11.9" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-resolve": [ + "29.7.0" + ], + "jest-resolve-dependencies": [ + "29.7.0" + ], + "jest-runner": [ + "29.7.0" + ], + "jest-runtime": [ + "29.7.0" + ], + "jest-snapshot": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "jest-watcher": [ + "29.7.0" + ], + "micromatch": [ + "4.0.5" + ], + "pretty-format": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "emittery": [ + "0.13.1" + ], + "string-length": [ + "4.0.2" + ], + "char-regex": [ + "1.0.2" + ], + "camelcase": [ + "5.3.1", + "6.3.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "leven": [ + "3.1.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "29.7.0" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "convert-source-map": [ + "1.9.0", + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "escape-string-regexp": [ + "2.0.0", + "1.0.5" + ], + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" + ], + "has-flag": [ + "4.0.0", + "3.0.0" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/globals": [ + "29.7.0" + ], + "@jest/source-map": [ + "29.6.3" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "glob": [ + "7.2.3" + ], + "jest-mock": [ + "29.7.0" + ], + "strip-bom": [ + "4.0.0" + ], + "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" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "callsites": [ + "3.1.0" + ], + "@jest/expect": [ + "29.7.0" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ], + "jest-docblock": [ + "29.7.0" + ], + "jest-environment-node": [ + "29.7.0" + ], + "jest-leak-detector": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "source-map-support": [ + "0.5.13" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "yocto-queue": [ + "0.1.0" + ], + "merge-stream": [ + "2.0.0" + ], + "detect-newline": [ + "3.1.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "stack-utils": [ + "2.0.6" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@jest/test-sequencer": [ + "29.7.0" + ], + "babel-jest": [ + "29.7.0_at_babel_core_7.23.0" + ], + "deepmerge": [ + "4.3.1" + ], + "jest-circus": [ + "29.7.0" + ], + "parse-json": [ + "5.2.0" + ], + "strip-json-comments": [ + "3.1.1" + ], + "error-ex": [ + "1.3.2" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" + ], + "co": [ + "4.6.0" + ], + "dedent": [ + "1.5.1" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "29.7.0" + ], + "pure-rand": [ + "6.0.4" + ], + "@types/babel__core": [ + "7.20.2" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "babel-preset-jest": [ + "29.6.3_at_babel_core_7.23.0" + ], + "babel-plugin-jest-hoist": [ + "29.6.3" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "6.0.0", + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "@types/babel__generator": [ + "7.6.5" + ], + "@types/babel__template": [ + "7.4.2" + ], + "execa": [ + "5.1.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "type-fest": [ + "0.21.3" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "@bcoe/v8-coverage": [ + "0.2.3" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "v8-to-istanbul": [ + "9.1.0" + ], + "html-escaper": [ + "2.0.2" + ], + "make-dir": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__object.fromentries__2.0.7__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__object.fromentries__2.0.7__links", + "package": "object.fromentries", + "version": "2.0.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2" + }, + "transitive_closure": { + "object.fromentries": [ + "2.0.7" + ], + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ + "2.0.1" + ], + "es-to-primitive": [ + "1.2.1" + ], + "function.prototype.name": [ + "1.1.6" + ], + "get-intrinsic": [ + "1.2.1" + ], + "get-symbol-description": [ + "1.0.0" + ], + "globalthis": [ + "1.0.3" + ], + "gopd": [ + "1.0.1" + ], + "has": [ + "1.0.3" + ], + "has-property-descriptors": [ + "1.0.0" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ + "3.0.2" + ], + "is-callable": [ + "1.2.7" + ], + "is-negative-zero": [ + "2.0.2" + ], + "is-regex": [ + "1.1.4" + ], + "is-shared-array-buffer": [ + "1.0.2" + ], + "is-string": [ + "1.0.7" + ], + "is-typed-array": [ + "1.1.12" + ], + "is-weakref": [ + "1.0.2" + ], + "object-inspect": [ + "1.12.3" + ], + "object-keys": [ + "1.1.1" + ], + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ + "1.0.0" + ], + "string.prototype.trim": [ + "1.2.8" + ], + "string.prototype.trimend": [ + "1.0.7" + ], + "string.prototype.trimstart": [ + "1.0.7" + ], + "typed-array-buffer": [ + "1.0.0" + ], + "typed-array-byte-length": [ + "1.0.0" + ], + "typed-array-byte-offset": [ + "1.0.0" + ], + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ + "1.1.2" + ], + "is-number-object": [ + "1.0.7" + ], + "is-symbol": [ + "1.0.4" + ], + "isarray": [ + "2.0.5" + ], + "set-function-name": [ + "2.0.1" + ], + "define-data-property": [ + "1.1.0" + ], + "functions-have-names": [ + "1.2.3" + ], + "side-channel": [ + "1.0.4" + ], + "function-bind": [ + "1.1.1" + ], + "is-date-object": [ + "1.0.5" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__webpack-dev-server__4.15.1__webpack_5.88.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-server__4.15.1__webpack_5.88.2__links", + "package": "webpack-dev-server", + "version": "4.15.1_webpack_5.88.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@types/bonjour": "3.5.11", + "@types/connect-history-api-fallback": "1.5.1", + "@types/express": "4.17.18", + "@types/serve-index": "1.9.2", + "@types/serve-static": "1.15.3", + "@types/sockjs": "0.3.34", + "@types/ws": "8.5.6", + "ansi-html-community": "0.0.8", + "bonjour-service": "1.1.1", + "chokidar": "3.5.3", + "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_at_types_express_4.17.18", + "ipaddr.js": "2.1.0", + "launch-editor": "2.6.0", + "open": "8.4.2", + "p-retry": "4.6.2", + "rimraf": "3.0.2", + "schema-utils": "4.2.0", + "selfsigned": "2.1.1", + "serve-index": "1.9.1", + "sockjs": "0.3.24", + "spdy": "4.0.2", + "webpack": "5.88.2", + "webpack-dev-middleware": "5.3.3_webpack_5.88.2", + "ws": "8.14.2" + }, + "transitive_closure": { + "webpack-dev-server": [ + "4.15.1_webpack_5.88.2" + ], + "@types/bonjour": [ + "3.5.11" + ], + "@types/connect-history-api-fallback": [ + "1.5.1" + ], + "@types/express": [ + "4.17.18" + ], + "@types/serve-index": [ + "1.9.2" + ], + "@types/serve-static": [ + "1.15.3" + ], + "@types/sockjs": [ + "0.3.34" + ], + "@types/ws": [ + "8.5.6" + ], + "ansi-html-community": [ + "0.0.8" + ], + "bonjour-service": [ + "1.1.1" + ], + "chokidar": [ + "3.5.3" + ], + "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_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" + ], + "launch-editor": [ + "2.6.0" + ], + "open": [ + "8.4.2" + ], + "p-retry": [ + "4.6.2" + ], + "rimraf": [ + "3.0.2" + ], + "schema-utils": [ + "3.3.0", + "4.2.0" + ], + "selfsigned": [ + "2.1.1" + ], + "serve-index": [ + "1.9.1" + ], + "sockjs": [ + "0.3.24" + ], + "spdy": [ + "4.0.2" + ], + "webpack": [ + "5.88.2" + ], + "webpack-dev-middleware": [ + "5.3.3_webpack_5.88.2" + ], + "ws": [ + "8.14.2" + ], + "memfs": [ + "3.5.3" + ], + "mime-types": [ + "2.1.35" + ], + "range-parser": [ + "1.2.1" + ], + "mime-db": [ + "1.52.0" + ], + "fs-monkey": [ + "1.0.5" + ], + "@types/eslint-scope": [ + "3.7.5" + ], + "@types/estree": [ + "1.0.2" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/wasm-edit": [ + "1.11.6" + ], + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "acorn": [ + "8.10.0" + ], + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" + ], + "browserslist": [ + "4.22.1" + ], + "chrome-trace-event": [ + "1.0.3" + ], + "enhanced-resolve": [ + "5.15.0" + ], + "es-module-lexer": [ + "1.3.1" + ], + "eslint-scope": [ + "5.1.1" + ], + "events": [ + "3.3.0" + ], + "glob-to-regexp": [ + "0.4.1" + ], + "json-parse-even-better-errors": [ + "2.3.1" + ], + "loader-runner": [ + "4.3.0" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ + "2.2.1" + ], + "terser-webpack-plugin": [ + "5.3.9_webpack_5.88.2" + ], + "watchpack": [ + "2.4.0" + ], + "webpack-sources": [ + "3.2.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jest-worker": [ + "27.5.1" + ], + "serialize-javascript": [ + "6.0.1" + ], + "terser": [ + "5.20.0" + ], + "@jridgewell/source-map": [ + "0.3.5" + ], + "commander": [ + "2.20.3" + ], + "source-map-support": [ + "0.5.21" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "randombytes": [ + "2.1.0" + ], + "safe-buffer": [ + "5.1.2", + "5.2.1" + ], + "@types/node": [ + "18.11.9", + "20.8.2" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "8.1.1" + ], + "has-flag": [ + "4.0.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@types/json-schema": [ + "7.0.13" + ], + "ajv": [ + "8.12.0", + "6.12.6" + ], + "ajv-keywords": [ + "5.1.0_ajv_8.12.0", + "3.5.2_ajv_6.12.6" + ], + "fast-deep-equal": [ + "3.1.3" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "json-schema-traverse": [ + "1.0.0", + "0.4.1" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.0" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0", + "4.3.0" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-buffer": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" + ], + "@webassemblyjs/wasm-gen": [ + "1.11.6" + ], + "@webassemblyjs/wasm-opt": [ + "1.11.6" + ], + "@webassemblyjs/wast-printer": [ + "1.11.6" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@types/eslint": [ + "8.44.3" + ], + "debug": [ + "2.6.9", + "4.3.4" + ], + "handle-thing": [ + "2.0.1" + ], + "http-deceiver": [ + "1.2.7" + ], + "select-hose": [ + "2.0.0" + ], + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ + "1.1.2" + ], + "readable-stream": [ + "2.3.8", + "3.6.2" + ], + "wbuf": [ + "1.7.3" + ], + "minimalistic-assert": [ + "1.0.1" + ], + "inherits": [ + "2.0.3", + "2.0.4" + ], + "string_decoder": [ + "1.1.1", + "1.3.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "core-util-is": [ + "1.0.3" + ], + "isarray": [ + "1.0.0" + ], + "process-nextick-args": [ + "2.0.1" + ], + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" + ], + "faye-websocket": [ + "0.11.4" + ], + "uuid": [ + "8.3.2" + ], + "websocket-driver": [ + "0.7.4" + ], + "http-parser-js": [ + "0.5.8" + ], + "websocket-extensions": [ + "0.1.4" + ], + "accepts": [ + "1.3.8" + ], + "batch": [ + "0.6.1" + ], + "escape-html": [ + "1.0.3" + ], + "http-errors": [ + "2.0.0", + "1.6.3" + ], + "parseurl": [ + "1.3.3" + ], + "depd": [ + "2.0.0", + "1.1.2" + ], + "setprototypeof": [ + "1.2.0", + "1.1.0" + ], + "statuses": [ + "2.0.1", + "1.5.0" + ], + "negotiator": [ + "0.6.3" + ], + "node-forge": [ + "1.3.1" + ], + "ajv-formats": [ + "2.1.1_ajv_8.12.0" + ], + "require-from-string": [ + "2.0.2" + ], + "glob": [ + "7.2.3" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "minimatch": [ + "3.1.2" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "@types/retry": [ + "0.12.0" + ], + "retry": [ + "0.13.1" + ], + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ + "2.2.1" + ], + "is-wsl": [ + "2.2.0" + ], + "shell-quote": [ + "1.8.1" + ], + "@types/http-proxy": [ + "1.17.12" + ], + "http-proxy": [ + "1.18.1" + ], + "is-glob": [ + "4.0.3" + ], + "is-plain-obj": [ + "3.0.0" + ], + "micromatch": [ + "4.0.5" + ], + "braces": [ + "3.0.2" + ], + "picomatch": [ + "2.3.1" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "is-extglob": [ + "2.1.1" + ], + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ + "1.0.0" + ], + "array-flatten": [ + "2.1.2", + "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" + ], + "encodeurl": [ + "1.0.2" + ], + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ + "1.0.1" + ], + "methods": [ + "1.1.2" + ], + "on-finished": [ + "2.4.1" + ], + "path-to-regexp": [ + "0.1.7" + ], + "proxy-addr": [ + "2.0.7" + ], + "qs": [ + "6.11.0" + ], + "send": [ + "0.18.0" + ], + "serve-static": [ + "1.15.0" + ], + "type-is": [ + "1.6.18" + ], + "utils-merge": [ + "1.0.1" + ], + "vary": [ + "1.1.2" + ], + "media-typer": [ + "0.3.0" + ], + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ + "1.0.2" + ], + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" + ], + "forwarded": [ + "0.2.0" + ], + "ee-first": [ + "1.1.1" + ], + "toidentifier": [ + "1.0.1" + ], + "unpipe": [ + "1.0.0" + ], + "bytes": [ + "3.0.0", + "3.1.2" + ], + "iconv-lite": [ + "0.4.24" + ], + "raw-body": [ + "2.5.1" + ], + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "signal-exit": [ + "3.0.7" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" + ], + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ + "3.0.0" + ], + "readdirp": [ + "3.6.0" + ], + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ + "1.0.0" + ], + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ + "2.0.4" + ], + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", + "3.0.2" + ], + "@types/body-parser": [ + "1.19.3" + ], + "@types/express-serve-static-core": [ + "4.17.37" + ], + "@types/qs": [ + "6.9.8" + ], + "@types/range-parser": [ + "1.2.5" + ], + "@types/send": [ + "0.17.2" + ], + "@types/connect": [ + "3.4.36" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pretty-bytes__5.6.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__pretty-bytes__5.6.0", + "package": "pretty-bytes", + "version": "5.6.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "url": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.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_vue_compiler-dom__3.2.45__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-dom__3.2.45__links", + "package": "@vue/compiler-dom", + "version": "3.2.45", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45" + }, + "transitive_closure": { + "@vue/compiler-dom": [ + "3.2.45" + ], + "@vue/compiler-core": [ + "3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "@babel/parser": [ + "7.23.0" + ], + "estree-walker": [ + "2.0.2" + ], + "source-map": [ + "0.6.1" + ], + "@babel/types": [ + "7.23.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__strip-bom__4.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__strip-bom__4.0.0", + "package": "strip-bom", + "version": "4.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "url": "https://registry.npmjs.org/strip-bom/-/strip-bom-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__abab__2.0.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__abab__2.0.6", + "package": "abab", + "version": "2.0.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "url": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-docker__2.2.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-docker__2.2.1", + "package": "is-docker", + "version": "2.2.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "url": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-circus__27.5.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-circus__27.5.1__links", + "package": "jest-circus", + "version": "27.5.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "27.5.1", + "@jest/test-result": "27.5.1", + "@jest/types": "27.5.1", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "co": "4.6.0", + "dedent": "0.7.0", + "expect": "27.5.1", + "is-generator-fn": "2.1.0", + "jest-each": "27.5.1", + "jest-matcher-utils": "27.5.1", + "jest-message-util": "27.5.1", + "jest-runtime": "27.5.1", + "jest-snapshot": "27.5.1", + "jest-util": "27.5.1", + "pretty-format": "27.5.1", + "slash": "3.0.0", + "stack-utils": "2.0.6", + "throat": "6.0.2" + }, + "transitive_closure": { + "jest-circus": [ + "27.5.1" + ], + "@jest/environment": [ + "27.5.1" + ], + "@jest/test-result": [ + "27.5.1" + ], + "@jest/types": [ + "27.5.1" + ], + "@types/node": [ + "20.8.2", + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "co": [ + "4.6.0" + ], + "dedent": [ + "0.7.0" + ], + "expect": [ + "27.5.1" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "27.5.1" + ], + "jest-matcher-utils": [ + "27.5.1" + ], + "jest-message-util": [ + "27.5.1" + ], + "jest-runtime": [ + "27.5.1" + ], + "jest-snapshot": [ + "27.5.1" + ], + "jest-util": [ + "27.5.1" + ], + "pretty-format": [ + "27.5.1" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "throat": [ + "6.0.2" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "17.0.2" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/transform": [ + "27.5.1" + ], + "@types/babel__traverse": [ + "7.20.2" + ], + "@types/prettier": [ + "2.7.3" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "jest-diff": [ + "27.5.1" + ], + "jest-get-type": [ + "27.5.1" + ], + "jest-haste-map": [ + "27.5.1" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-regex-util": [ + "27.5.1" + ], + "jest-serializer": [ + "27.5.1" + ], + "jest-worker": [ + "27.5.1" + ], + "micromatch": [ + "4.0.5" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "5.5.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "diff-sequences": [ + "27.5.1" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "pirates": [ + "4.0.6" + ], + "source-map": [ + "0.6.1" + ], + "write-file-atomic": [ + "3.0.3" + ], + "imurmurhash": [ + "0.1.4" + ], + "is-typedarray": [ + "1.0.0" + ], + "signal-exit": [ + "3.0.7" + ], + "typedarray-to-buffer": [ + "3.1.5" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "camelcase": [ + "6.3.0", + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ + "2.2.0" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@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" + ], + "debug": [ + "4.3.4" + ], + "globals": [ + "11.12.0" + ], + "ms": [ + "2.1.2" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/highlight": [ + "7.22.20" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jest/fake-timers": [ + "27.5.1" + ], + "@jest/globals": [ + "27.5.1" + ], + "@jest/source-map": [ + "27.5.1" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "execa": [ + "5.1.1" + ], + "jest-mock": [ + "27.5.1" + ], + "jest-resolve": [ + "27.5.1" + ], + "strip-bom": [ + "4.0.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_27.5.1" + ], + "jest-validate": [ + "27.5.1" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "1.1.1" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "leven": [ + "3.1.0" + ], + "cross-spawn": [ + "7.0.3" + ], + "get-stream": [ + "6.0.1" + ], + "human-signals": [ + "2.1.0" + ], + "is-stream": [ + "2.0.1" + ], + "npm-run-path": [ + "4.0.1" + ], + "onetime": [ + "5.1.2" + ], + "strip-final-newline": [ + "2.0.0" + ], + "mimic-fn": [ + "2.1.0" + ], + "path-key": [ + "3.1.1" + ], + "shebang-command": [ + "2.0.0" + ], + "which": [ + "2.0.2" + ], + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ + "3.0.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "8.1.0" + ], + "@sinonjs/commons": [ + "1.8.6" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "16.0.6" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jest/console": [ + "27.5.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__source-map__0.8.0-beta.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map__0.8.0-beta.0", + "package": "source-map", + "version": "0.8.0-beta.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", + "url": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "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__6.1.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__normalize-url__6.1.0", + "package": "normalize-url", + "version": "6.1.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "url": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__ansi-styles__5.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__ansi-styles__5.2.0__links", + "package": "ansi-styles", + "version": "5.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "ansi-styles": [ + "5.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__decode-uri-component__0.2.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__decode-uri-component__0.2.2__links", + "package": "decode-uri-component", + "version": "0.2.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "decode-uri-component": [ + "0.2.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__emoji-regex__9.2.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__optionator__0.8.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__optionator__0.8.3", + "package": "optionator", + "version": "0.8.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "url": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_typescript-eslint_scope-manager__5.44.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_scope-manager__5.44.0", + "package": "@typescript-eslint/scope-manager", + "version": "5.44.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==", + "url": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__jest-circus__29.7.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__jest-circus__29.7.0__links", + "package": "jest-circus", + "version": "29.7.0", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": { + "@jest/environment": "29.7.0", + "@jest/expect": "29.7.0", + "@jest/test-result": "29.7.0", + "@jest/types": "29.6.3", + "@types/node": "18.11.9", + "chalk": "4.1.2", + "co": "4.6.0", + "dedent": "1.5.1", + "is-generator-fn": "2.1.0", + "jest-each": "29.7.0", + "jest-matcher-utils": "29.7.0", + "jest-message-util": "29.7.0", + "jest-runtime": "29.7.0", + "jest-snapshot": "29.7.0", + "jest-util": "29.7.0", + "p-limit": "3.1.0", + "pretty-format": "29.7.0", + "pure-rand": "6.0.4", + "slash": "3.0.0", + "stack-utils": "2.0.6" + }, + "transitive_closure": { + "jest-circus": [ + "29.7.0" + ], + "@jest/environment": [ + "29.7.0" + ], + "@jest/expect": [ + "29.7.0" + ], + "@jest/test-result": [ + "29.7.0" + ], + "@jest/types": [ + "29.6.3" + ], + "@types/node": [ + "18.11.9" + ], + "chalk": [ + "2.4.2", + "4.1.2" + ], + "co": [ + "4.6.0" + ], + "dedent": [ + "1.5.1" + ], + "is-generator-fn": [ + "2.1.0" + ], + "jest-each": [ + "29.7.0" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-runtime": [ + "29.7.0" + ], + "jest-snapshot": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "p-limit": [ + "2.3.0", + "3.1.0" + ], + "pretty-format": [ + "29.7.0" + ], + "pure-rand": [ + "6.0.4" + ], + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" + ], + "escape-string-regexp": [ + "1.0.5", + "2.0.0" + ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" + ], + "yocto-queue": [ + "0.1.0" + ], + "ci-info": [ + "3.8.0" + ], + "graceful-fs": [ + "4.2.11" + ], + "picomatch": [ + "2.3.1" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "@jest/expect-utils": [ + "29.7.0" + ], + "@jest/transform": [ + "29.7.0" + ], + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" + ], + "expect": [ + "29.7.0" + ], + "jest-diff": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "natural-compare": [ + "1.4.0" + ], + "semver": [ + "6.3.1", + "7.5.4" + ], + "lru-cache": [ + "5.1.1", + "6.0.0" + ], + "yallist": [ + "3.1.1", + "4.0.0" + ], + "diff-sequences": [ + "29.6.3" + ], + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0" + ], + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ + "2.0.0" + ], + "fast-json-stable-stringify": [ + "2.1.0" + ], + "jest-haste-map": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "micromatch": [ + "4.0.5" + ], + "pirates": [ + "4.0.6" + ], + "write-file-atomic": [ + "4.0.2" + ], + "imurmurhash": [ + "0.1.4" + ], + "signal-exit": [ + "3.0.7" + ], + "braces": [ + "3.0.2" + ], + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" + ], + "@types/graceful-fs": [ + "4.1.7" + ], + "anymatch": [ + "3.1.3" + ], + "fb-watchman": [ + "2.0.2" + ], + "jest-worker": [ + "29.7.0" + ], + "walker": [ + "1.0.8" + ], + "fsevents": [ + "2.3.3" + ], + "makeerror": [ + "1.0.12" + ], + "tmpl": [ + "1.0.5" + ], + "merge-stream": [ + "2.0.0" + ], + "supports-color": [ + "7.2.0", + "5.5.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ + "3.0.0" + ], + "@istanbuljs/load-nyc-config": [ + "1.1.0" + ], + "@istanbuljs/schema": [ + "0.1.3" + ], + "istanbul-lib-instrument": [ + "5.2.1" + ], + "test-exclude": [ + "6.0.0" + ], + "glob": [ + "7.2.3" + ], + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" + ], + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ + "1.0.1" + ], + "wrappy": [ + "1.0.2" + ], + "@babel/parser": [ + "7.23.0" + ], + "istanbul-lib-coverage": [ + "3.2.0" + ], + "camelcase": [ + "6.3.0", + "5.3.1" + ], + "find-up": [ + "4.1.0" + ], + "get-package-type": [ + "0.1.0" + ], + "js-yaml": [ + "3.14.1" + ], + "resolve-from": [ + "5.0.0" + ], + "argparse": [ + "1.0.10" + ], + "esprima": [ + "4.0.1" + ], + "sprintf-js": [ + "1.0.3" + ], + "locate-path": [ + "5.0.0" + ], + "path-exists": [ + "4.0.0" + ], + "p-locate": [ + "4.1.0" + ], + "p-try": [ + "2.2.0" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "ms": [ + "2.1.2" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@babel/highlight": [ + "7.22.20" + ], + "color-convert": [ + "2.0.1", + "1.9.3" + ], + "color-name": [ + "1.1.4", + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ], + "@jest/fake-timers": [ + "29.7.0" + ], + "@jest/globals": [ + "29.7.0" + ], + "@jest/source-map": [ + "29.6.3" + ], + "cjs-module-lexer": [ + "1.2.3" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-mock": [ + "29.7.0" + ], + "jest-resolve": [ + "29.7.0" + ], + "strip-bom": [ + "4.0.0" + ], + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" + ], + "jest-validate": [ + "29.7.0" + ], + "resolve": [ + "1.22.6" + ], + "resolve.exports": [ + "2.0.2" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "leven": [ + "3.1.0" + ], + "callsites": [ + "3.1.0" + ], + "@sinonjs/fake-timers": [ + "10.3.0" + ], + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" + ], + "@types/stack-utils": [ + "2.0.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "@types/istanbul-reports": [ + "3.0.2" + ], + "@types/yargs": [ + "17.0.26" + ], + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@jest/console": [ + "29.7.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__source-map-resolve__0.5.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__source-map-resolve__0.5.3", + "package": "source-map-resolve", + "version": "0.5.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "url": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__harmony-reflect__1.6.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__harmony-reflect__1.6.2", + "package": "harmony-reflect", + "version": "1.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", + "url": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-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__sprintf-js__1.0.3": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__sprintf-js__1.0.3", + "package": "sprintf-js", + "version": "1.0.3", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "url": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_jest_core__29.7.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_core__29.7.0", + "package": "@jest/core", + "version": "29.7.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", + "url": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__axe-core__4.8.2__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__axe-core__4.8.2__links", + "package": "axe-core", + "version": "4.8.2", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "axe-core": [ + "4.8.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-logical__5.0.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-logical__5.0.4__postcss_8.4.31", + "package": "postcss-logical", + "version": "5.0.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", + "url": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__is-regex__1.1.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-regex__1.1.4__links", + "package": "is-regex", + "version": "1.1.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "call-bind": "1.0.2", + "has-tostringtag": "1.0.0" + }, + "transitive_closure": { + "is-regex": [ + "1.1.4" + ], + "call-bind": [ + "1.0.2" + ], + "has-tostringtag": [ + "1.0.0" + ], + "has-symbols": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__is-weakmap__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__is-weakmap__2.0.1__links", + "package": "is-weakmap", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "is-weakmap": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-selector-not__6.0.1__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-selector-not__6.0.1__postcss_8.4.31", + "package": "postcss-selector-not", + "version": "6.0.1_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", + "url": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-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_istanbul-reports__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-reports__1.1.2", + "package": "@types/istanbul-reports", + "version": "1.1.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==", + "url": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-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-proto__1.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__imurmurhash__0.1.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__imurmurhash__0.1.4", + "package": "imurmurhash", + "version": "0.1.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "url": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__cssnano-utils__3.1.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__cssnano-utils__3.1.0__postcss_8.4.31__links", + "package": "cssnano-utils", + "version": "3.1.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "cssnano-utils": [ + "3.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_tootallnate_once__1.1.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__at_babel_helper-validator-identifier__7.22.20": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-validator-identifier__7.22.20", + "package": "@babel/helper-validator-identifier", + "version": "7.22.20", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "url": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_vue_compiler-core__3.2.45": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-core__3.2.45", + "package": "@vue/compiler-core", + "version": "3.2.45", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==", + "url": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.45.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-color-hex-alpha__8.0.4__postcss_8.4.31": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-color-hex-alpha__8.0.4__postcss_8.4.31", + "package": "postcss-color-hex-alpha", + "version": "8.0.4_postcss_8.4.31", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", + "url": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.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__html-webpack-plugin__5.5.3__webpack_5.89.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-webpack-plugin__5.5.3__webpack_5.89.0", + "package": "html-webpack-plugin", + "version": "5.5.3_webpack_5.89.0", + "root_package": "", + "link_workspace": "", + "link_packages": { + "react-webpack": [ + "html-webpack-plugin" + ] + }, + "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", + "url": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.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__source-map__0.6.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__filelist__1.0.4__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__filelist__1.0.4__links", + "package": "filelist", + "version": "1.0.4", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "minimatch": "5.1.6" + }, + "transitive_closure": { + "filelist": [ + "1.0.4" + ], + "minimatch": [ + "5.1.6" + ], + "brace-expansion": [ + "2.0.1" + ], + "balanced-match": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__html-tags__3.3.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__html-tags__3.3.1__links", + "package": "html-tags", + "version": "3.3.1", + "dev": true, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "html-tags": [ + "3.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__text-table__0.2.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__text-table__0.2.0__links", + "package": "text-table", + "version": "0.2.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "text-table": [ + "0.2.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__pkg-dir__4.2.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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__saxes__5.0.1": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__saxes__5.0.1", + "package": "saxes", + "version": "5.0.1", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "url": "https://registry.npmjs.org/saxes/-/saxes-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__at_webassemblyjs_wasm-parser__1.11.6__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-parser__1.11.6__links", + "package": "@webassemblyjs/wasm-parser", + "version": "1.11.6", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + }, + "transitive_closure": { + "@webassemblyjs/wasm-parser": [ + "1.11.6" + ], + "@webassemblyjs/ast": [ + "1.11.6" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" + ], + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" + ], + "@webassemblyjs/ieee754": [ + "1.11.6" + ], + "@webassemblyjs/leb128": [ + "1.11.6" + ], + "@webassemblyjs/utf8": [ + "1.11.6" + ], + "@xtuc/long": [ + "4.2.2" + ], + "@xtuc/ieee754": [ + "1.2.0" + ], + "@webassemblyjs/helper-numbers": [ + "1.11.6" + ], + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__emojis-list__3.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~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.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~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" + } + }, + "npm__wildcard__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__wildcard__2.0.1__links", + "package": "wildcard", + "version": "2.0.1", + "dev": true, + "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" + } + }, + "npm__at_rollup_plugin-node-resolve__11.2.1__rollup_2.79.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_plugin-node-resolve__11.2.1__rollup_2.79.1__links", + "package": "@rollup/plugin-node-resolve", + "version": "11.2.1_rollup_2.79.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@rollup/pluginutils": "3.1.0_rollup_2.79.1", + "@types/resolve": "1.17.1", + "builtin-modules": "3.3.0", + "deepmerge": "4.3.1", + "is-module": "1.0.0", + "resolve": "1.22.6", + "rollup": "2.79.1" + }, + "transitive_closure": { + "@rollup/plugin-node-resolve": [ + "11.2.1_rollup_2.79.1" + ], + "@rollup/pluginutils": [ + "3.1.0_rollup_2.79.1" + ], + "@types/resolve": [ + "1.17.1" + ], + "builtin-modules": [ + "3.3.0" + ], + "deepmerge": [ + "4.3.1" + ], + "is-module": [ + "1.0.0" + ], + "resolve": [ + "1.22.6" + ], + "rollup": [ + "2.79.1" + ], + "fsevents": [ + "2.3.3" + ], + "is-core-module": [ + "2.13.0" + ], + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" + ], + "has": [ + "1.0.3" + ], + "function-bind": [ + "1.1.1" + ], + "@types/node": [ + "18.11.9" + ], + "@types/estree": [ + "0.0.39" + ], + "estree-walker": [ + "1.0.1" + ], + "picomatch": [ + "2.3.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-merge-rules__5.1.4__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-merge-rules__5.1.4__postcss_8.4.31__links", + "package": "postcss-merge-rules", + "version": "5.1.4_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "browserslist": "4.22.1", + "caniuse-api": "3.0.0", + "cssnano-utils": "3.1.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-selector-parser": "6.0.13" + }, + "transitive_closure": { + "postcss-merge-rules": [ + "5.1.4_postcss_8.4.31" + ], + "browserslist": [ + "4.22.1" + ], + "caniuse-api": [ + "3.0.0" + ], + "cssnano-utils": [ + "3.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-selector-parser": [ + "6.0.13" + ], + "cssesc": [ + "3.0.0" + ], + "util-deprecate": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "lodash.memoize": [ + "4.1.2" + ], + "lodash.uniq": [ + "4.5.0" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__at_webassemblyjs_helper-wasm-section__1.11.6": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-wasm-section__1.11.6", + "package": "@webassemblyjs/helper-wasm-section", + "version": "1.11.6", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-ordered-values__5.1.3__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-ordered-values__5.1.3__postcss_8.4.31__links", + "package": "postcss-ordered-values", + "version": "5.1.3_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "cssnano-utils": "3.1.0_postcss_8.4.31", + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-ordered-values": [ + "5.1.3_postcss_8.4.31" + ], + "cssnano-utils": [ + "3.1.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__shebang-regex__1.0.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__shebang-regex__1.0.0", + "package": "shebang-regex", + "version": "1.0.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "url": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-syntax-flow__7.22.5__at_babel_core_7.23.0": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-flow__7.22.5__at_babel_core_7.23.0", + "package": "@babel/plugin-syntax-flow", + "version": "7.22.5_at_babel_core_7.23.0", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__at_babel_plugin-transform-parameters__7.22.15__at_babel_core_7.23.0__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-parameters__7.22.15__at_babel_core_7.23.0__links", + "package": "@babel/plugin-transform-parameters", + "version": "7.22.15_at_babel_core_7.23.0", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, + "transitive_closure": { + "@babel/plugin-transform-parameters": [ + "7.22.15_at_babel_core_7.23.0" + ], + "@babel/core": [ + "7.23.0" + ], + "@babel/helper-plugin-utils": [ + "7.22.5" + ], + "@ampproject/remapping": [ + "2.2.1" + ], + "@babel/code-frame": [ + "7.22.13" + ], + "@babel/generator": [ + "7.23.0" + ], + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" + ], + "@babel/helpers": [ + "7.23.1" + ], + "@babel/parser": [ + "7.23.0" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.0" + ], + "@babel/types": [ + "7.23.0" + ], + "convert-source-map": [ + "2.0.0" + ], + "debug": [ + "4.3.4" + ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" + ], + "@babel/helper-string-parser": [ + "7.22.5" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" + ], + "@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" + ], + "globals": [ + "11.12.0" + ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], + "@babel/compat-data": [ + "7.22.20" + ], + "@babel/helper-validator-option": [ + "7.22.15" + ], + "browserslist": [ + "4.22.1" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" + ], + "caniuse-lite": [ + "1.0.30001542" + ], + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" + ], + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" + ], + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], + "@babel/highlight": [ + "7.22.20" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__symbol-tree__3.2.4": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__symbol-tree__3.2.4", + "package": "symbol-tree", + "version": "3.2.4", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "url": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__postcss-media-minmax__5.0.0__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-media-minmax__5.0.0__postcss_8.4.31__links", + "package": "postcss-media-minmax", + "version": "5.0.0_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31" + }, + "transitive_closure": { + "postcss-media-minmax": [ + "5.0.0_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__postcss-custom-properties__12.1.11__postcss_8.4.31__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__postcss-custom-properties__12.1.11__postcss_8.4.31__links", + "package": "postcss-custom-properties", + "version": "12.1.11_postcss_8.4.31", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": { + "postcss": "8.4.31", + "postcss-value-parser": "4.2.0" + }, + "transitive_closure": { + "postcss-custom-properties": [ + "12.1.11_postcss_8.4.31" + ], + "postcss": [ + "8.4.31" + ], + "postcss-value-parser": [ + "4.2.0" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "npm__lodash.merge__4.6.2": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__lodash.merge__4.6.2", + "package": "lodash.merge", + "version": "4.6.2", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "url": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false + } + }, + "npm__strip-comments__2.0.1__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~npm~npm__strip-comments__2.0.1__links", + "package": "strip-comments", + "version": "2.0.1", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "strip-comments": [ + "2.0.1" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + } + } + } + }, + "@@aspect_rules_js~1.32.6//npm:extensions.bzl%pnpm": { + "general": { + "bzlTransitiveDigest": "NAqC0GhbZOgBIqNEkUrufU3xjvUqsvPH8NEAdhVBRjA=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "pnpm__links": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_links", + "attributes": { + "name": "aspect_rules_js~1.32.6~pnpm~pnpm__links", + "package": "pnpm", + "version": "8.6.7", + "dev": false, + "root_package": "", + "link_packages": {}, + "deps": {}, + "transitive_closure": {}, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "" + } + }, + "pnpm": { + "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", + "ruleClassName": "npm_import_rule", + "attributes": { + "name": "aspect_rules_js~1.32.6~pnpm~pnpm", + "package": "pnpm", + "version": "8.6.7", + "root_package": "", + "link_workspace": "", + "link_packages": {}, + "integrity": "sha512-vRIWpD/L4phf9Bk2o/O2TDR8fFoJnpYrp2TKqTIZF/qZ2/rgL3qKXzHofHgbXsinwMoSEigz28sqk3pQ+yMEQQ==", + "url": "", + "commit": "", + "patch_args": [ + "-p0" + ], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "load(\"@aspect_rules_js//js:defs.bzl\", \"js_binary\")\njs_binary(name = \"pnpm\", entry_point = \"package/dist/pnpm.cjs\", visibility = [\"//visibility:public\"])", + "generate_bzl_library_targets": false + } + } + } + } + }, + "@@aspect_rules_swc~1.0.2//swc:extensions.bzl%swc": { + "general": { + "bzlTransitiveDigest": "1LorQ+hgBE6xmphMsYf0fEOcBRnYvdNKFCXwMO96zeU=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "swc_linux-arm64-gnu": { + "bzlFile": "@@aspect_rules_swc~1.0.2//swc:repositories.bzl", + "ruleClassName": "swc_repositories", + "attributes": { + "name": "aspect_rules_swc~1.0.2~swc~swc_linux-arm64-gnu", + "platform": "linux-arm64-gnu", + "swc_version": "v1.3.42" + } + }, + "swc_win32-ia32-msvc": { + "bzlFile": "@@aspect_rules_swc~1.0.2//swc:repositories.bzl", + "ruleClassName": "swc_repositories", + "attributes": { + "name": "aspect_rules_swc~1.0.2~swc~swc_win32-ia32-msvc", + "platform": "win32-ia32-msvc", + "swc_version": "v1.3.42" + } + }, + "swc_toolchains": { + "bzlFile": "@@aspect_rules_swc~1.0.2//swc/private:toolchains_repo.bzl", + "ruleClassName": "toolchains_repo", + "attributes": { + "name": "aspect_rules_swc~1.0.2~swc~swc_toolchains", + "user_repository_name": "swc" + } + }, + "swc_win32-arm64-msvc": { + "bzlFile": "@@aspect_rules_swc~1.0.2//swc:repositories.bzl", + "ruleClassName": "swc_repositories", + "attributes": { + "name": "aspect_rules_swc~1.0.2~swc~swc_win32-arm64-msvc", + "platform": "win32-arm64-msvc", + "swc_version": "v1.3.42" + } + }, + "swc_darwin-x64": { + "bzlFile": "@@aspect_rules_swc~1.0.2//swc:repositories.bzl", + "ruleClassName": "swc_repositories", + "attributes": { + "name": "aspect_rules_swc~1.0.2~swc~swc_darwin-x64", + "platform": "darwin-x64", + "swc_version": "v1.3.42" + } + }, + "swc_linux-x64-gnu": { + "bzlFile": "@@aspect_rules_swc~1.0.2//swc:repositories.bzl", + "ruleClassName": "swc_repositories", + "attributes": { + "name": "aspect_rules_swc~1.0.2~swc~swc_linux-x64-gnu", + "platform": "linux-x64-gnu", + "swc_version": "v1.3.42" + } + }, + "swc_win32-x64-msvc": { + "bzlFile": "@@aspect_rules_swc~1.0.2//swc:repositories.bzl", + "ruleClassName": "swc_repositories", + "attributes": { + "name": "aspect_rules_swc~1.0.2~swc~swc_win32-x64-msvc", + "platform": "win32-x64-msvc", + "swc_version": "v1.3.42" + } + }, + "swc_darwin-arm64": { + "bzlFile": "@@aspect_rules_swc~1.0.2//swc:repositories.bzl", + "ruleClassName": "swc_repositories", + "attributes": { + "name": "aspect_rules_swc~1.0.2~swc~swc_darwin-arm64", + "platform": "darwin-arm64", + "swc_version": "v1.3.42" + } + } + } + } + }, + "@@aspect_rules_ts~2.0.1//ts:extensions.bzl%ext": { + "general": { + "bzlTransitiveDigest": "tw0UnFGgKNnxiyYJiBJ4C3aUennMyEfHez1RPy4LEg8=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "npm_typescript": { + "bzlFile": "@@aspect_rules_ts~2.0.1//ts/private:npm_repositories.bzl", + "ruleClassName": "http_archive_version", + "attributes": { + "name": "aspect_rules_ts~2.0.1~ext~npm_typescript", + "bzlmod": true, + "check_for_updates": true, + "version": "5.2.2", + "integrity": "", + "build_file": "@@aspect_rules_ts~2.0.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" + ] + } + } + } + } + }, + "@@bazel_features~0.1.0//private:extensions.bzl%version_extension": { + "general": { + "bzlTransitiveDigest": "LKmXjK1avT44pRhO3x6Hplu1mU9qrNOaHP+/tJ0VFfE=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "bazel_features_version": { + "bzlFile": "@@bazel_features~0.1.0//private:version_repo.bzl", + "ruleClassName": "version_repo", + "attributes": { + "name": "bazel_features~0.1.0~version_extension~bazel_features_version" + } + }, + "bazel_features_globals": { + "bzlFile": "@@bazel_features~0.1.0//private:globals_repo.bzl", + "ruleClassName": "globals_repo", + "attributes": { + "name": "bazel_features~0.1.0~version_extension~bazel_features_globals", + "globals": { + "RunEnvironmentInfo": "5.3.0", + "DefaultInfo": "0.0.1", + "__TestingOnly_NeverAvailable": "1000000000.0.0" + } + } + } + } + } + }, + "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { + "general": { + "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", + "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" + } + } + } + } + }, + "@@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": "" + } + } + } + } + }, + "@@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" + } + } + } + } + }, + "@@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" + } + } + } + } + }, + "@@rules_java~7.1.0//java:extensions.bzl%toolchains": { + "general": { + "bzlTransitiveDigest": "iUIRqCK7tkhvcDJCAfPPqSd06IHG0a8HQD0xeQyVAqw=", + "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" + } + } + } + } + }, + "@@rules_nodejs~5.8.2//nodejs:extensions.bzl%node": { + "general": { + "bzlTransitiveDigest": "v7JAcuyDrCk69w/HBkl69Dx/Ma2h/bFAZ46YLIIgt6E=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "nodejs_host": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs/private:nodejs_repo_host_os_alias.bzl", + "ruleClassName": "nodejs_repo_host_os_alias", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs_host", + "user_node_repository_name": "nodejs" + } + }, + "nodejs_linux_s390x": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs_linux_s390x", + "platform": "linux_s390x", + "node_version": "16.19.0" + } + }, + "nodejs_windows_amd64": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs_windows_amd64", + "platform": "windows_amd64", + "node_version": "16.19.0" + } + }, + "nodejs_toolchains": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs/private:toolchains_repo.bzl", + "ruleClassName": "toolchains_repo", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs_toolchains", + "user_node_repository_name": "nodejs" + } + }, + "nodejs_linux_amd64": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs_linux_amd64", + "platform": "linux_amd64", + "node_version": "16.19.0" + } + }, + "nodejs_linux_ppc64le": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs_linux_ppc64le", + "platform": "linux_ppc64le", + "node_version": "16.19.0" + } + }, + "nodejs_darwin_amd64": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs_darwin_amd64", + "platform": "darwin_amd64", + "node_version": "16.19.0" + } + }, + "nodejs_linux_arm64": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs_linux_arm64", + "platform": "linux_arm64", + "node_version": "16.19.0" + } + }, + "nodejs": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs/private:nodejs_repo_host_os_alias.bzl", + "ruleClassName": "nodejs_repo_host_os_alias", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs", + "user_node_repository_name": "nodejs" + } + }, + "nodejs_darwin_arm64": { + "bzlFile": "@@rules_nodejs~5.8.2//nodejs:repositories.bzl", + "ruleClassName": "node_repositories", + "attributes": { + "name": "rules_nodejs~5.8.2~node~nodejs_darwin_arm64", + "platform": "darwin_arm64", + "node_version": "16.19.0" + } + } + } + } + } + } +} diff --git a/frontend/next.js/.eslintrc.js b/frontend/next.js/.eslintrc.js index da0f9c0fc..68362f650 100644 --- a/frontend/next.js/.eslintrc.js +++ b/frontend/next.js/.eslintrc.js @@ -1,2 +1,5 @@ +// Standard setup for next.js apps const base = require("eslint-config-next/core-web-vitals"); +// Add a simple rule that's easy to violate so we can demonstrate that linting is working +base["rules"] = {"no-debugger": 2}; module.exports = base; diff --git a/frontend/next.js/BUILD.bazel b/frontend/next.js/BUILD.bazel index 480f6e706..1f453abb8 100644 --- a/frontend/next.js/BUILD.bazel +++ b/frontend/next.js/BUILD.bazel @@ -2,6 +2,7 @@ load("@aspect_rules_js//js:defs.bzl", "js_library", "js_test") load("@aspect_rules_ts//ts:defs.bzl", "ts_config") load("@bazel_skylib//rules:build_test.bzl", "build_test") load("@npm//:defs.bzl", "npm_link_all_packages") +load("@npm//next.js:eslint/package_json.bzl", eslint_bin = "bin") load("@npm//next.js:next/package_json.bzl", next_bin = "bin") load("//next.js:defs.bzl", "next") @@ -60,11 +61,19 @@ js_library( deps = [":node_modules/next"], ) +eslint_bin.eslint_binary( + name = "eslint", + visibility = ["//next.js:__subpackages__"], +) + js_library( name = "eslintrc", srcs = [".eslintrc.js"], - visibility = ["//visibility:public"], - deps = [":node_modules/eslint-config-next"], + visibility = ["//next.js:__subpackages__"], + deps = [ + ":node_modules/@next/eslint-plugin-next", + ":node_modules/eslint-config-next", + ], ) build_test( diff --git a/frontend/next.js/lint.bzl b/frontend/next.js/lint.bzl new file mode 100644 index 000000000..dc7c31ab2 --- /dev/null +++ b/frontend/next.js/lint.bzl @@ -0,0 +1,11 @@ +"Define linters as aspects" + +load("@aspect_rules_lint//lint:eslint.bzl", "eslint_aspect") +load("@aspect_rules_lint//lint:lint_test.bzl", "make_lint_test") + +eslint = eslint_aspect( + binary = "@@//next.js:eslint", + config = "@@//next.js:eslintrc", +) + +eslint_test = make_lint_test(aspect = eslint) diff --git a/frontend/next.js/package.json b/frontend/next.js/package.json index 8a5d2f6da..331bc1e06 100644 --- a/frontend/next.js/package.json +++ b/frontend/next.js/package.json @@ -6,7 +6,7 @@ "build": "bazel build next", "export": "bazel build next_export", "start": "ibazel run next_start", - "lint": "bazel test ... --test_tag_filters=lint --build_tests_only", + "lint": "bazel build --config=lint //next.js/pages:all", "test": "bazel test ... --test_lang_filters=jest --build_tests_only" }, "dependencies": { diff --git a/frontend/next.js/pages/BUILD.bazel b/frontend/next.js/pages/BUILD.bazel index d6c388e3e..a93360eaa 100644 --- a/frontend/next.js/pages/BUILD.bazel +++ b/frontend/next.js/pages/BUILD.bazel @@ -1,6 +1,5 @@ load("@aspect_rules_jest//jest:defs.bzl", "jest_test") load("@aspect_rules_ts//ts:defs.bzl", "ts_project") -load("@npm//next.js:eslint/package_json.bzl", eslint_bin = "bin") SRCS = [ "_app.tsx", @@ -58,20 +57,3 @@ jest_test( ], node_modules = "//next.js:node_modules", ) - -eslint_bin.eslint_test( - name = "eslint_test", - args = [ - "--config $(location //next.js:eslintrc)", - ] + ["{}/{}".format( - package_name(), - s, - ) for s in SRCS + SPECS], - data = SRCS + SPECS + [ - "//next.js:eslintrc", - "//next.js:node_modules/@next/eslint-plugin-next", - "//next.js:node_modules/eslint-config-next", - "//next.js:node_modules/next", - ], - tags = ["lint"], -) diff --git a/frontend/next.js/pages/index.tsx b/frontend/next.js/pages/index.tsx index ff38e0814..4539a9786 100644 --- a/frontend/next.js/pages/index.tsx +++ b/frontend/next.js/pages/index.tsx @@ -5,6 +5,8 @@ import styles from '../styles/Home.module.css'; import { one } from '@bazel-example/one'; import isEven from 'is-even'; +// Uncomment this line to get a linting violation: +// debugger; const Home: NextPage = () => { return (
diff --git a/frontend/package.json b/frontend/package.json index eeb5f762f..1ec577edf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,6 +14,11 @@ "eslint": "*" } }, + "eslint-config-next": { + "peerDependencies": { + "next": "*" + } + }, "postcss-loader": { "peerDependencies": { "postcss-flexbugs-fixes": "*", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 02508e7e4..8ff29e43d 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -4,7 +4,7 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false -packageExtensionsChecksum: 7139b8abe6c731dd0d111a456d377572 +packageExtensionsChecksum: 1137c84cb3f5d653debe824f83a85f54 importers: @@ -57,7 +57,7 @@ importers: version: 8.28.0 eslint-config-next: specifier: 13.0.5 - version: 13.0.5(eslint@8.28.0)(typescript@4.9.3) + version: 13.0.5(eslint@8.28.0)(next@13.0.5)(typescript@4.9.3) jest-cli: specifier: 29.5.0 version: 29.5.0(@types/node@18.11.9) @@ -1895,7 +1895,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -1907,7 +1907,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 20.8.2 + '@types/node': 18.11.9 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -1940,7 +1940,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -2020,7 +2020,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 jest-mock: 27.5.1 dev: false @@ -2057,7 +2057,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 20.8.2 + '@types/node': 18.11.9 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -2110,7 +2110,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -2327,7 +2327,7 @@ packages: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.2 - '@types/node': 20.8.2 + '@types/node': 18.11.9 '@types/yargs': 17.0.26 chalk: 4.1.2 dev: false @@ -2380,7 +2380,6 @@ packages: /@next/env@13.0.5: resolution: {integrity: sha512-F3KLtiDrUslAZhTYTh8Zk5ZaavbYwLUn3NYPBnOjAXU8hWm0QVGVzKIOuURQ098ofRU4e9oglf3Sj9pFx5nI5w==} - dev: false /@next/eslint-plugin-next@13.0.5: resolution: {integrity: sha512-H9U9B1dFnCDmylDZ6/dYt95Ie1Iu+SLBMcO6rkIGIDcj5UK+DNyMiWm83xWBZ1gREM8cfp5Srv1g6wqf8pM4lw==} @@ -2394,7 +2393,6 @@ packages: cpu: [arm] os: [android] requiresBuild: true - dev: false optional: true /@next/swc-android-arm64@13.0.5: @@ -2403,7 +2401,6 @@ packages: cpu: [arm64] os: [android] requiresBuild: true - dev: false optional: true /@next/swc-darwin-arm64@13.0.5: @@ -2412,7 +2409,6 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true - dev: false optional: true /@next/swc-darwin-x64@13.0.5: @@ -2421,7 +2417,6 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true - dev: false optional: true /@next/swc-freebsd-x64@13.0.5: @@ -2430,7 +2425,6 @@ packages: cpu: [x64] os: [freebsd] requiresBuild: true - dev: false optional: true /@next/swc-linux-arm-gnueabihf@13.0.5: @@ -2439,7 +2433,6 @@ packages: cpu: [arm] os: [linux] requiresBuild: true - dev: false optional: true /@next/swc-linux-arm64-gnu@13.0.5: @@ -2448,7 +2441,6 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true - dev: false optional: true /@next/swc-linux-arm64-musl@13.0.5: @@ -2457,7 +2449,6 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true - dev: false optional: true /@next/swc-linux-x64-gnu@13.0.5: @@ -2466,7 +2457,6 @@ packages: cpu: [x64] os: [linux] requiresBuild: true - dev: false optional: true /@next/swc-linux-x64-musl@13.0.5: @@ -2475,7 +2465,6 @@ packages: cpu: [x64] os: [linux] requiresBuild: true - dev: false optional: true /@next/swc-win32-arm64-msvc@13.0.5: @@ -2484,7 +2473,6 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true - dev: false optional: true /@next/swc-win32-ia32-msvc@13.0.5: @@ -2493,7 +2481,6 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true - dev: false optional: true /@next/swc-win32-x64-msvc@13.0.5: @@ -2502,7 +2489,6 @@ packages: cpu: [x64] os: [win32] requiresBuild: true - dev: false optional: true /@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1: @@ -2889,7 +2875,6 @@ packages: resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==} dependencies: tslib: 2.6.2 - dev: false /@swc/types@0.1.5: resolution: {integrity: sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==} @@ -2996,7 +2981,7 @@ packages: /@types/bonjour@3.5.11: resolution: {integrity: sha512-isGhjmBtLIxdHBDl2xGwUzEM8AOyOvWsADWq7rqirdi/ZQoHnLWErHvsThcEzTX8juDRiZtzp2Qkv5bgNh6mAg==} dependencies: - '@types/node': 20.8.2 + '@types/node': 18.11.9 /@types/connect-history-api-fallback@1.5.1: resolution: {integrity: sha512-iaQslNbARe8fctL5Lk+DsmgWOM83lM+7FzP0eQUJs1jd3kBE8NWqBTIT2S8SqQOJjxvt2eyIjpOuYeRXq2AdMw==} @@ -3007,7 +2992,7 @@ packages: /@types/connect@3.4.36: resolution: {integrity: sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==} dependencies: - '@types/node': 20.8.2 + '@types/node': 18.11.9 /@types/eslint-scope@3.7.5: resolution: {integrity: sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==} @@ -3058,7 +3043,7 @@ packages: /@types/http-proxy@1.17.12: resolution: {integrity: sha512-kQtujO08dVtQ2wXAuSFfk9ASy3sug4+ogFR8Kd8UgP8PEuc1/G/8yjYRmp//PcDNJEUKOza/MrQu15bouEUCiw==} dependencies: - '@types/node': 20.8.2 + '@types/node': 18.11.9 /@types/is-even@1.0.1: resolution: {integrity: sha512-8FbDpWHrWEiXXCuuwkuPT2p4tHr7fhOR2STGdSyQ0ljlqJT7sIqtHSRDXFSLTHqtizXmvThht0Hx3+2+7MAewg==} @@ -3176,7 +3161,7 @@ packages: resolution: {integrity: sha512-aAG6yRf6r0wQ29bkS+x97BIs64ZLxeE/ARwyS6wrldMm3C1MdKwCcnnEwMC1slI8wuxJOpiUH9MioC0A0i+GJw==} dependencies: '@types/mime': 1.3.3 - '@types/node': 20.8.2 + '@types/node': 18.11.9 /@types/serve-index@1.9.2: resolution: {integrity: sha512-asaEIoc6J+DbBKXtO7p2shWUpKacZOoMBEGBgPG91P8xhO53ohzHWGCs4ScZo5pQMf5ukQzVT9fhX1WzpHihig==} @@ -3193,7 +3178,7 @@ packages: /@types/sockjs@0.3.34: resolution: {integrity: sha512-R+n7qBFnm/6jinlteC9DBL5dGiDGjWAvjo4viUanpnc/dG1y7uDoacXPIQ/PQEg1fI912SMHIa014ZjRpvDw4g==} dependencies: - '@types/node': 20.8.2 + '@types/node': 18.11.9 /@types/stack-utils@2.0.1: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} @@ -3209,7 +3194,7 @@ packages: /@types/ws@8.5.6: resolution: {integrity: sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==} dependencies: - '@types/node': 20.8.2 + '@types/node': 18.11.9 /@types/yargs-parser@21.0.1: resolution: {integrity: sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ==} @@ -3288,26 +3273,6 @@ packages: transitivePeerDependencies: - supports-color - /@typescript-eslint/parser@5.62.0(eslint@8.28.0)(typescript@4.9.3): - resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.3) - debug: 4.3.4 - eslint: 8.28.0 - typescript: 4.9.3 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/scope-manager@5.44.0: resolution: {integrity: sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3321,6 +3286,7 @@ packages: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 + dev: false /@typescript-eslint/type-utils@5.44.0(eslint@8.28.0)(typescript@4.9.3): resolution: {integrity: sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==} @@ -3348,6 +3314,7 @@ packages: /@typescript-eslint/types@5.62.0: resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false /@typescript-eslint/typescript-estree@5.44.0(typescript@4.9.3): resolution: {integrity: sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==} @@ -3388,6 +3355,7 @@ packages: typescript: 4.9.3 transitivePeerDependencies: - supports-color + dev: false /@typescript-eslint/utils@5.44.0(eslint@8.28.0)(typescript@4.9.3): resolution: {integrity: sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==} @@ -3441,6 +3409,7 @@ packages: dependencies: '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 + dev: false /@vitejs/plugin-vue-jsx@2.1.1(vite@3.2.7)(vue@3.2.45): resolution: {integrity: sha512-JgDhxstQlwnHBvZ1BSnU5mbmyQ14/t5JhREc6YH5kWyu2QdAAOsLF6xgHoIWarj8tddaiwFrNzLbWJPudpXKYA==} @@ -4664,7 +4633,6 @@ packages: /client-only@0.0.1: resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} - dev: false /cliui@7.0.4: resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} @@ -5867,10 +5835,11 @@ packages: optionalDependencies: source-map: 0.6.1 - /eslint-config-next@13.0.5(eslint@8.28.0)(typescript@4.9.3): + /eslint-config-next@13.0.5(eslint@8.28.0)(next@13.0.5)(typescript@4.9.3): resolution: {integrity: sha512-lge94W7ME6kNCO96eCykq5GbKbllzmcDNDhh1/llMCRgNPl0+GIQ8dOoM0I7uRQVW56VmTXFybJFXgow11a5pg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 + next: '*' typescript: '>=3.3.1' peerDependenciesMeta: typescript: @@ -5878,14 +5847,15 @@ packages: dependencies: '@next/eslint-plugin-next': 13.0.5 '@rushstack/eslint-patch': 1.5.1 - '@typescript-eslint/parser': 5.62.0(eslint@8.28.0)(typescript@4.9.3) + '@typescript-eslint/parser': 5.44.0(eslint@8.28.0)(typescript@4.9.3) eslint: 8.28.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.28.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.28.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) eslint-plugin-jsx-a11y: 6.7.1(eslint@8.28.0) eslint-plugin-react: 7.33.2(eslint@8.28.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.28.0) + next: 13.0.5(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) typescript: 4.9.3 transitivePeerDependencies: - eslint-import-resolver-webpack @@ -5936,7 +5906,7 @@ packages: transitivePeerDependencies: - supports-color - /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.28.0): + /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.28.0): resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -5946,8 +5916,8 @@ packages: debug: 4.3.4 enhanced-resolve: 5.15.0 eslint: 8.28.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) fast-glob: 3.3.1 get-tsconfig: 4.7.2 is-core-module: 2.13.0 @@ -5957,9 +5927,8 @@ packages: - eslint-import-resolver-node - eslint-import-resolver-webpack - supports-color - dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint@8.28.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -5984,39 +5953,9 @@ packages: debug: 3.2.7 eslint: 8.28.0 eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.28.0) transitivePeerDependencies: - supports-color - dev: false - - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0): - resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: '*' - eslint-import-resolver-node: '*' - eslint-import-resolver-typescript: '*' - eslint-import-resolver-webpack: '*' - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true - eslint: - optional: true - eslint-import-resolver-node: - optional: true - eslint-import-resolver-typescript: - optional: true - eslint-import-resolver-webpack: - optional: true - dependencies: - '@typescript-eslint/parser': 5.62.0(eslint@8.28.0)(typescript@4.9.3) - debug: 3.2.7 - eslint: 8.28.0 - eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.28.0) - transitivePeerDependencies: - - supports-color - dev: true /eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.22.5)(@babel/plugin-transform-react-jsx@7.22.15)(eslint@8.28.0): resolution: {integrity: sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==} @@ -6033,7 +5972,7 @@ packages: string-natural-compare: 3.0.1 dev: false - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.44.0)(eslint@8.28.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -6052,7 +5991,7 @@ packages: doctrine: 2.1.0 eslint: 8.28.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint@8.28.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -6066,9 +6005,8 @@ packages: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: false - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.44.0)(eslint@8.28.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -6078,7 +6016,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.62.0(eslint@8.28.0)(typescript@4.9.3) + '@typescript-eslint/parser': 5.44.0(eslint@8.28.0)(typescript@4.9.3) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -6087,7 +6025,7 @@ packages: doctrine: 2.1.0 eslint: 8.28.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -6101,7 +6039,7 @@ packages: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true + dev: false /eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.44.0)(eslint@8.28.0)(jest@27.5.1)(typescript@4.9.3): resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} @@ -6722,7 +6660,6 @@ packages: resolution: {integrity: sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==} dependencies: resolve-pkg-maps: 1.0.0 - dev: true /glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} @@ -7513,7 +7450,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -7773,7 +7710,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -7837,7 +7774,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 jest-mock: 27.5.1 jest-util: 27.5.1 dev: false @@ -7874,7 +7811,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.7 - '@types/node': 20.8.2 + '@types/node': 18.11.9 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -7915,7 +7852,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -8037,7 +7974,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 dev: false /jest-mock@29.7.0: @@ -8149,7 +8086,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.11 @@ -8265,7 +8202,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 20.8.2 + '@types/node': 18.11.9 graceful-fs: 4.2.11 dev: false @@ -8336,7 +8273,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -8348,7 +8285,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 20.8.2 + '@types/node': 18.11.9 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -8413,7 +8350,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.8.2 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -8426,7 +8363,7 @@ packages: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 20.8.2 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -8469,7 +8406,7 @@ packages: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 20.8.2 + '@types/node': 18.11.9 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -9082,7 +9019,6 @@ packages: transitivePeerDependencies: - '@babel/core' - babel-plugin-macros - dev: false /nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -10258,7 +10194,6 @@ packages: nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 - dev: false /postcss@8.4.31: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} @@ -10761,7 +10696,6 @@ packages: /resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} - dev: true /resolve-url-loader@4.0.0: resolution: {integrity: sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==} @@ -11424,7 +11358,6 @@ packages: '@babel/core': 7.23.0 client-only: 0.0.1 react: 18.2.0 - dev: false /stylehacks@5.1.1(postcss@8.4.31): resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==}